home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- cls
- echo ╔══════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ Here is a sample batch file named JUNK.BAT ║
- echo ║ ║
- ECHO ║ You can do anything you want in a batch file. ║
- echo ║ ║
- echo ║ Make sure, if you change drives or directories, ║
- echo ║ to change back to where you started!! ║
- echo ║ ║
- echo ║ And allocate sufficient memory to execute the ║
- echo ║ largest program in the batch file. ║
- echo ║ ║
- echo ╚══════════════════════════════════════════════════════╝
- pause
- exit