home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo ..... QBFCOMMS (QuickBASIC FOSSIL Comms) Demo .....
- if not exist x00.exe goto NoX00
- if not exist qbfcdemo.exe goto NoDemo
- x00.exe e
- qbfcdemo.exe
- goto End
- :NoX00
- echo X00.EXE must be in the current directory...
- goto End
- :NoDemo
- echo QBFCDEMO.EXE must be in the current directory...
- goto End
- :End
-