image processing - In batch scripting what does the expression %* expand? -


this question has answer here:

i have batch script has got line

echo %* >> test.txt  %process% %* 

what expression %* denote , expand to?

it expands arguments passed in shell/batch file. e.g.

foo.bat:

echo %* 

and doing

c:\> foo.bat abcefg hijkl 1 2 3 echo abcefg hijkl 1 2 3 abcefg hijkl 1 2 3 c:\> 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -