This is how it is written in the book:
Run CHECKNEW.BAT from another batch program. In the parent batch program, you can include the command: call checknew
Suppose the parent batch program receives two replaceable parameters and wants to pass them to checknew.bat. You can use the command call checknew %1 %2 in the parent batch program.
Then I want to ask, in which aspect does the influence of these two %1 %2 parameters differ from the original without %1 %2? What can be done to the batch file with these parameters? Modify? Add? Or something else. Please give instructions and give an example, okay?????
Run CHECKNEW.BAT from another batch program. In the parent batch program, you can include the command: call checknew
Suppose the parent batch program receives two replaceable parameters and wants to pass them to checknew.bat. You can use the command call checknew %1 %2 in the parent batch program.
Then I want to ask, in which aspect does the influence of these two %1 %2 parameters differ from the original without %1 %2? What can be done to the batch file with these parameters? Modify? Add? Or something else. Please give instructions and give an example, okay?????


