| 1. |
Solve : Calling Batch file not shows echo message? |
|
Answer» Hi, code for DEL_FOLDER.BAT You are calling Del_archive and redirecting output to %LOG-FIL% so the Set /p command in Del_archive writes the question to %LOG_FIL% instead of the screen where you expect to view it. What kind of file is %LOG_FIL%. If it's text I could GIVE you some code to show the contents of %LOG_FIL% on the screen.Quote from: BatchFileCommand on August 15, 2009, 12:35:06 PM What kind of file is %LOG_FIL%. If it's text I think that is pretty certain, given that it is the output of a batch file. |
|