TeeM Posted March 12, 2007 Posted March 12, 2007 Hi, I'm wondering if it's possible to start a script with a certain parameter? I'm running some queries and want to pass in the id to search for as a parameter to the script. Is it possible to start the script with parameters (but I don't want to have to start the script from the command line.)
seandisanti Posted March 12, 2007 Posted March 12, 2007 Hi,I'm wondering if it's possible to start a script with a certain parameter? I'm running some queries and want to pass in the id to search for as a parameter to the script. Is it possible to start the script with parameters (but I don't want to have to start the script from the command line.)you can pass commandline parameters without needign the command line per se;they're handled the same way whether you go to a command line and type "script1 param1" or if you Run('c:\script1 param1')
piccaso Posted March 12, 2007 Posted March 12, 2007 you could ask for the id from within the script with InputBox() CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
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