Hello,
Is it possible to start a compiled script included a parameter?
For example from a dos command: "script.exe "
Next I want the script determine what value the parameter has.
I'm thinking of something in the code:
"parse arguments var parm"
thnx in advance, wil
parse VAR on start compiled script
Moderators: Dorian (MJT support), JRL
For example from a dos command: "script.exe /parameter=10"
Script.exe contains:
Script.exe contains:
Code: Select all
Let>answer=%parameter%*88
MDL>answer