First post, by Gamecollector
Gamecollector
Offline
Rank
Oldbie
- Rank
- Oldbie
installh.bat:
echo offclsif %1a == a goto Drvif %1 == c: goto beginif %1 == C: goto beginif %1 == d: goto beginif %1 == D: goto beginif %1 == e: goto beginif %1 == E: goto beginif %1 == f: goto beginif %1 == F: goto begingoto Drv:beginif %2a == a goto Drvif %2 == 1 goto getvidif %2 == 2 goto getvidif %2 == 3 goto getvidgoto Drv:getvidclsechoecho Creating directory %1\FMPLAY...if exist %1\FMPLAY\*.* goto dirct%1cd\md %1\FMPLAYif %3a == a goto SourceAcopy %3\fmplay\*.dat %1\fmplay\*.* >nulcopy %3\fmplay\*.lo? %1\fmplay\*.* >nulcopy %3\fmplay\fmmap.pak %1\fmplay\*.* >nulcopy %3\fmplay\*.ter %1\fmplay\*.* >nulcopy %3\fmplay\sentinel.exe %1\fmplay\*.* >nulcopy %3\fmplay\fm-*.exe %1\fmplay\*.* >nulcopy %3\fmplay\gamerem.fm %1\fmplay\*.* >nulcopy %3\fmplay\gameA.* %1\fmplay\gameA.* >nulcopy %3\fmplay\gameA.* %1\fmplay\gameB.* >nulif %2 == 1 goto EGAif %2 == 2 goto CGA:TANDYcopy %3\fmplay\song0?.kt %1\fmplay\*.sng >nulcopy %3\fmplay\sfxwar.kt %1\fmplay\*.exe >nulcopy %3\fmplay\grafxtan.exe %1\fmplay\fm-grafx.exe >nulgoto copydone:EGAcopy %3\fmplay\song0?.kp %1\fmplay\*.sng >nulcopy %3\fmplay\sfxwar.kp %1\fmplay\*.exe >nulcopy %3\fmplay\grafxega.exe %1\fmplay\fm-grafx.exe >nulgoto copydone:CGAcopy %3\fmplay\song0?.kp %1\fmplay\*.sng >nulcopy %3\fmplay\sfxwar.kp %1\fmplay\*.exe >nulcopy %3\fmplay\grafxcga.exe %1\fmplay\fm-grafx.exe >nul:copydoneecho Sentinel Worlds GAME DISK now installed on HARD DRIVE %1.echoecho Now Insert DATA DISK and use 'INSTALLD' command
echogoto done:SourceAcopy a:\fmplay\*.dat %1\fmplay\*.* >nulcopy a:\fmplay\*.lo? %1\fmplay\*.* >nulcopy a:\fmplay\fmmap.pak %1\fmplay\*.* >nulcopy a:\fmplay\*.ter %1\fmplay\*.* >nulcopy a:\fmplay\sentinel.exe %1\fmplay\*.* >nulcopy a:\fmplay\fm-*.exe %1\fmplay\*.* >nulcopy a:\fmplay\gamerem.fm %1\fmplay\*.* >nulcopy a:\fmplay\gameA.* %1\fmplay\gameA.* >nulcopy a:\fmplay\gameA.* %1\fmplay\gameB.* >nulif %2 == 1 goto EGAAif %2 == 2 goto CGAA:TANDYAcopy a:\fmplay\song0?.kt %1\fmplay\*.sng >nulcopy a:\fmplay\sfxwar.kt %1\fmplay\*.exe >nulcopy a:\fmplay\grafxtan.exe %1\fmplay\fm-grafx.exe >nulgoto copydoneA:EGAAcopy a:\fmplay\song0?.kp %1\fmplay\*.sng >nulcopy a:\fmplay\sfxwar.kp %1\fmplay\*.exe >nulcopy a:\fmplay\grafxega.exe %1\fmplay\fm-grafx.exe >nulgoto copydoneA:CGAAcopy a:\fmplay\song0?.kp %1\fmplay\*.sng >nulcopy a:\fmplay\sfxwar.kp %1\fmplay\*.exe >nulcopy a:\fmplay\grafxcga.exe %1\fmplay\fm-grafx.exe >nul:copydoneAecho Sentinel Worlds GAME DISK now installed on HARD DRIVE %1.echoecho Now Insert DATA DISK and use 'INSTALLD' commandechogoto done:Drvclsecho ╔═══════════════════════════════════════════════════════════════════════╗echo ║ Sentinel Worlds Hard Disk Installation ║echo ║ ║echo ║ There are several parameters that can be used in this installation ║echo ║ program. The format for this command is: ║echo ║ ║echo ║ installh t: v [s:] ║echo ║ ║echo ║ where t: is the target drive you wish to install Sentinel Worlds onto ║echo ║ Drives C:, D:, E:, F: are the only valid target drives. ║echo ║ v is the video display adapter you have (1=EGA, 2=CGA 3=Tandy 1000). ║echo ║ ║echo ║ [s:] is optional, and is the source drive that contains your orignal. ║echo ║ if you do not specify any drive, A: will be assumed. Use this if you ║echo ║ are installing from a drive other than A: ║echo ║ Examples: ║echo ║ installh c: 1 This installs Sentinel Worlds onto drive C: from ║echo ║ drive A: using the EGA graphics driver. ║echo ║ installh d: 3 b: This installs Sentinel Worlds onto drive D: from ║echo ║ drive B: using the Tandy 1000 graphics driver. ║echo ║ ║echo ║ If you don't want to install Sentinel Worlds now, press Ctrl-c. ║echo ║ When the message asks if you want to terminate the batch job type Y. ║echo ╚═══════════════════════════════════════════════════════════════════════╝pausegoto error:dirctechoecho Installation Error!echo Sentinel Worlds has been installed on the specified drive.echo To reinstall, delete all files in the FMPLAY subdirectory, then tryecho installing again.echogoto done:errorechoecho Sentinel Worlds has not been installed successfully. Perhaps there is notecho room on the disk, you need at least 720K of free disk space.echo:done
"Copy a:\fmplay\gameA.* %1\fmplay\gameA.* >nul", "copy a:\fmplay\gameA.* %1\fmplay\gameB.* >nul", "copy a:\fmplay\song0?.kp %1\fmplay\*.sng >nul" and "copy a:\fmplay\sfxwar.kp %1\fmplay\*.exe >nul" fail in DOSBox 0.74-3.
I can't use file masks in a COPY destination? Except "*.*"? Seriously?
Asus P4P800 SE/Pentium4 3.2E/2 Gb DDR400B,
Radeon HD3850 Agp (Sapphire), Catalyst 14.4 (XpProSp3).
Voodoo2 12 MB SLI, Win2k drivers 1.02.00 (XpProSp3).