home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Tools / DaCoolBooter1_6 / DaCoolBooter < prev    next >
Text File  |  1977-12-31  |  975b  |  44 lines

  1. ;
  2. ; /* CoolBooter.bat - Launches Da Cool Booter */
  3. ;
  4.  
  5. if not exists c:copy
  6.   echo "Cannot find file C:Copy, Da Cool Booter cannot work without this file!"
  7.   echo "Contact me for help!"
  8.   quit
  9. endif
  10.  
  11. if not exists c:remrad
  12.   echo "Cannot find file C:Remrad, Da Cool Booter cannot work without this file!"
  13.   echo "Contact me for help!"
  14.   quit
  15. endif
  16.  
  17. if not exists c:mount
  18.   echo "Cannot find file C:Mount, Da Cool Booter cannot work without this file!"
  19.   echo "Contact me for help!"
  20.   quit
  21. endif
  22.  
  23. if not exists c:makedir
  24.   echo "Cannot find file C:MakeDir, Da Cool Booter cannot work without this file!"
  25.   echo "Contact me for help!"
  26.   quit
  27. endif
  28.  
  29. if not exists c:reset
  30.   echo "Cannot find file C:Reset, Da Cool Booter cannot work without this file!"
  31.   echo "Contact me for help!"
  32.   quit
  33. endif
  34.  
  35. if not exists c:assign
  36.   echo "Cannot find file C:Assign, Da Cool Booter cannot work without this file!"
  37.   echo "Contact me for help!"
  38.   quit
  39. endif
  40.  
  41. Copy c/DCB C:
  42.  
  43. coolbootergui.exe
  44.