Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

batch call another batch with parameters

== Batch 1 ==
call "another-batch.bat" param1

== Batch 2 ==
echo %~1
 
PREVIOUS NEXT
Tagged: #batch #call #batch #parameters
ADD COMMENT
Topic
Name
4+5 =