garberfc
OSNN Newbie
- Joined
- 17 Mar 2008
- Messages
- 2
just a small note, if you use @echo off instead of echo off it won't show on the command line 🙂
I always use "@echo %debug% off". Then I can "set debug=on" at the command line to enable echoing, w/o having to modify the batch file(s).