passing variable to a batch file when called using "call" function.

Posted by sushant on Stack Overflow See other posts from Stack Overflow or by sushant
Published on 2010-03-30T06:57:35Z Indexed on 2010/03/30 7:03 UTC
Read the original article Hit count: 199

Filed under:

i want to call a batch file from another batch file and also want to pass a variable to it. lets say i want to call b.bat from a.bat. my b.bat copies files. so while calling it from a.bat , i want to pass the path of the destination folder to b.bat.

© Stack Overflow or respective owner

Related posts about batch-file