1
Script / Passing command arguments from command line bar to user defined batch script
« on: July 10, 2018, 11:10:44 »
Passing command arguments from the command line bar to a user defined batch script does not seem to work.
I wrote a small user defined batch script:
echo arg=${param:0}
pause
After assigning alias "ttt" to the batch script I entered "ttt 123" on the command line bar. Result:
arg=
Press any key ...
Can command line arguments only be passed to Multi-Scripts?
I wrote a small user defined batch script:
echo arg=${param:0}
pause
After assigning alias "ttt" to the batch script I entered "ttt 123" on the command line bar. Result:
arg=
Press any key ...
Can command line arguments only be passed to Multi-Scripts?