Frontalabotomy Posted January 23, 2004 Posted January 23, 2004 Hello All! I have a newbie question.I have written a few installs from network drives, and need to install this remotely from CD. id. having the users install it from CD.I use the Run, command to run a couple of kill programs, (I am installing Lotus Notes), which stop processes, and also run the application for configuration.What syntax is used to have the script return it's "home" drive (where it is being installed from and use that as a variable in the run command?Thanks in advance..... Oh, are there any books or online reference manuals which explain ALL of the possible commands used in Autoit??I love this app!!!cwood@resolutionsconsulting.com
Developers Jos Posted January 23, 2004 Developers Posted January 23, 2004 you probably want to look at the ver3 beta ... has a lot more capabilities and a lot of info can be found it the Helpfile. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Frontalabotomy Posted January 23, 2004 Author Posted January 23, 2004 Thank you Thank you Thank you.... I will let you gentlemen/ladies (if applicable) how it works... CW
Frontalabotomy Posted January 24, 2004 Author Posted January 24, 2004 That worked perfect, Thank you. Just for anyone reading this thread, you do not need to place the \\ after %A_ScriptDir%... so your script will look like: Run, %A_ScriptDir%setup.exe Real nice, peoplez CW
Recommended Posts