home *** CD-ROM | disk | FTP | other *** search
/ Media Depot 5 / mediadepotvolume51993.iso / FILES / 16 / FREEDOS.ZIP / COM050.ZIP / TEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-18  |  326 b   |  19 lines

  1. echo hi, this is a test
  2. rem a comment
  3. pause
  4. echo the path is %PATH%
  5. echo the path is %path%
  6. echo these are the parameters: %1 %2 %3 %4
  7. echo this is bogus: %bogus%
  8. echo this is a test: %test
  9. goto next
  10.  
  11. echo this line will never be reached
  12.  
  13. :next
  14. echo if is not implemented yet
  15. echo i will beep
  16. pause
  17. beep
  18. dir
  19.