Delta01 Posted April 4, 2008 Posted April 4, 2008 Hey, I'm trying to use several command line parameters and I don't know how to. I've tried several things (yes, I've read the helpfile) ShellExecute("Test.exe", "Test1", @ScriptDir) Then it becomes two parameters, is that how I correctly use several parameters? Just want to check if there is another way besides a space. Thanks
Xenobiologist Posted April 4, 2008 Posted April 4, 2008 Hi, space seems good. Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
MHz Posted April 4, 2008 Posted April 4, 2008 I agree with Mega. Spaces separate parameters. A parameter that contains spaces needs quotes to group it as one parameter. ShellExecute('Test.exe', 'Command1 Command2 "This is Command3"', @ScriptDir)
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