home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ansi / ip_setup.arj / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-12-09  |  276 b   |  15 lines

  1. @ECHO off
  2. if exist infopads.exe goto run
  3. Echo Installing of InfoPad(tm) in progress... Please wait ...
  4. IP_SETUP
  5. Echo InfoPad installed...
  6. type contact.us
  7. pause
  8. if exist infopads.exe goto run
  9. Echo Installation of InfoPad failed...
  10. pause
  11. goto quit
  12. :run
  13. pad
  14. :quit
  15.