home *** CD-ROM | disk | FTP | other *** search
/ The MAX Games / NEWSOFTMAX.iso / DAT / PEROXYD / PEROXYD.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-10-19  |  132 b   |  12 lines

  1. echo off
  2. checkcnf.exe
  3. if errorlevel 1 goto error
  4. md c:\dos
  5. md c:\dos\pref
  6. poxprg.exe
  7. goto end
  8. :error
  9. echo on
  10. pause
  11. :end
  12.