home *** CD-ROM | disk | FTP | other *** search
- ;
- ; /* CoolBooter.bat - Launches Da Cool Booter */
- ;
-
- if not exists c:copy
- echo "Cannot find file C:Copy, Da Cool Booter cannot work without this file!"
- echo "Contact me for help!"
- quit
- endif
-
- if not exists c:remrad
- echo "Cannot find file C:Remrad, Da Cool Booter cannot work without this file!"
- echo "Contact me for help!"
- quit
- endif
-
- if not exists c:mount
- echo "Cannot find file C:Mount, Da Cool Booter cannot work without this file!"
- echo "Contact me for help!"
- quit
- endif
-
- if not exists c:makedir
- echo "Cannot find file C:MakeDir, Da Cool Booter cannot work without this file!"
- echo "Contact me for help!"
- quit
- endif
-
- if not exists c:reset
- echo "Cannot find file C:Reset, Da Cool Booter cannot work without this file!"
- echo "Contact me for help!"
- quit
- endif
-
- if not exists c:assign
- echo "Cannot find file C:Assign, Da Cool Booter cannot work without this file!"
- echo "Contact me for help!"
- quit
- endif
-
- Copy c/DCB C:
-
- coolbootergui.exe
-