Jump to content

Recommended Posts

Posted

Hi, I hve been searched last night from forum after work but i still couldnt find any example to log on to a

network computer such as \\woo with username and pwd and run any exe file there ...Would you help; me please .........at work i hve to install many many apps using many many exe file from network and repeating..

Tx in advanced.

Posted

There is the DriveMapAdd function... I haven't used it myself but looking it up in the help file it seems to be able to do what you need it to do. You could use DriveMapAdd then simply Run the exe you needed

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...