home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DB / DB005.ZIP / WAMPUM42.EXE / lha / WAMPUM / JUNK.BAT < prev    next >
DOS Batch File  |  1989-11-25  |  885b  |  19 lines

  1. @echo off
  2. echo off
  3. cls
  4. echo   ╔══════════════════════════════════════════════════════╗
  5. echo   ║                                                      ║
  6. echo   ║     Here is a sample batch file named JUNK.BAT       ║
  7. echo   ║                                                      ║
  8. ECHO   ║    You can do anything you want in a batch file.     ║
  9. echo   ║                                                      ║
  10. echo   ║    Make sure, if you change drives or directories,   ║
  11. echo   ║    to change back to where you started!!             ║
  12. echo   ║                                                      ║
  13. echo   ║    And allocate sufficient memory to execute the     ║
  14. echo   ║    largest program in the batch file.                ║
  15. echo   ║                                                      ║
  16. echo   ╚══════════════════════════════════════════════════════╝
  17. pause
  18. exit
  19.