home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / p / pom232.zip / VIEW.BAT < prev   
DOS Batch File  |  1993-02-08  |  315b  |  17 lines

  1. @ECHO OFF
  2. ECHO OFF
  3.  
  4.   IF (%1) == () START
  5.   IF EXIST %1 GOTO EOCKFILE
  6.   CLS
  7.   ECHO The file %1 was not found.  Please contact Pinnacle at 
  8.   ECHO 514-345-9578 to find out how you can obtain the complete package.
  9.   ECHO  
  10.   PAUSE
  11.   GOTO QUIT
  12. :EOCKFILE
  13.   SEE %1
  14.  
  15. :QUIT
  16.   IF NOT (%2) == () START @ %2
  17.