home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1995 January / CDuser6Jan95.iso / CADEMO / CA.BAT < prev    next >
DOS Batch File  |  1994-05-18  |  237b  |  13 lines

  1. Echo off
  2. goto load_ca
  3. :no_ca
  4. echo 'CAPROG.EXE' is not in the current directory so cannot load it.
  5. goto end
  6. :load_ca
  7. cls
  8. Echo Loading, please wait ...
  9. if not exist caprog.exe goto no_ca
  10. caprog %1 %2 %3 %4 %5 %6
  11. goto end
  12. :end
  13.