Guest keys Posted June 3, 2004 Posted June 3, 2004 Is it possbile to do the following line from the command prompt. It will not work for me: autoit3.exe \\server\share\script.au3 Thanks
condoman Posted June 4, 2004 Posted June 4, 2004 I was able to do the following from the Start/Run dialog:"C:\Program Files\AutoIt3\AutoIt3.exe" "\\thpmgrm1\Pltapps\Focus.au3"It worked as expected.
midiaxe Posted June 4, 2004 Posted June 4, 2004 Same here. The code below works without any problems. Make sure though that you have access to the shared folder: "C:\Program Files\AutoIt3\AutoIt3.exe" "\\server1\sharedfolder\test.au3
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now