home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- cls
- Echo Dark Rippers' Larry 7 Cd-Ripper
- Echo -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
- Echo.
- Echo Checking Files...
- if not exist c:\sierra\lsl7\sierw5.exe goto error
- if not exist c:\sierra\lsl7\drivers\memory6.drv goto error
- if not exist d:\theguide.txt goto error
- if not exist d:\scidll.dll goto error
- if not exist d:\resource.aud goto error
- if not exist d:\resource.sfx goto error
- if not exist d:\ressci.000 goto error
- if not exist c:\dr\lsl7rip.bat goto error
- if not exist c:\dr\resource.win goto error
- Echo Creating Directories...
- md c:\sierra\lsl7\CD >nul
- md c:\sierra\lsl7\CD\ENGLISH >nul
- md c:\sierra\lsl7\CD\INSTALL >nul
- md c:\sierra\lsl7\CD\MOVIE >nul
- md c:\sierra\lsl7\CD\PATCHES >nul
- Echo Copying DR's Files...
- del c:\sierra\lsl7\resource.win >nul
- copy c:\dr\resource.win c:\sierra\lsl7 >nul
- Echo Copying Root Files... (This Takes A Looooooooooooong Time!)
- Echo A | copy d:\*.* c:\sierra\lsl7\cd >nul
- Echo Copying other CD-FiLES... (THiS TAKES A LOOOOOOOOOOOOOONG TiME!)
- copy d:\english\*.* c:\sierra\lsl7\cd\english >nul
- copy d:\movie\*.* c:\sierra\lsl7\cd\movie >nul
- copy d:\install\*.* c:\sierra\lsl7\cd\install >nul
- copy d:\patches\*.* c:\sierra\lsl7\cd\patches >nul
- Echo UnAttributing Files...
- attrib -r -h -a -s c:\sierra\lsl7\*.* /s >nul
- Echo.
- Echo CD-RiP is now completed... Please re-config sound and stuff! :)
- Echo.
- Goto END
-
- :ERROR
- Echo.
- Echo Couldn't find all the files! Make Sure You Have:
- Echo 1. The Ripper Prog In C:\DR
- Echo 2. The LARRY7 CD In DRIVE D:
- Echo 3. You have LSL7 Small WIN95 version Installed to C:\SIERRA\LSL7
- Echo.
-
- :END
-