home *** CD-ROM | disk | FTP | other *** search
- @ECHO off
- if exist infopads.exe goto run
- Echo Installing of InfoPad(tm) in progress... Please wait ...
- IP_SETUP
- Echo InfoPad installed...
- type contact.us
- pause
- if exist infopads.exe goto run
- Echo Installation of InfoPad failed...
- pause
- goto quit
- :run
- pad
- :quit