home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- If Not [%1]==[] Goto Finish
- Echo %0 DOS>0.Bat
- Echo %0 Windows>1.Bat
- Set|Find "windir=" /C > {Test}.Bat
- {Test}
- :Finish
- For %%V In (0 1 {Test}) Do Del %%V.Bat
- Set OS=%1
- If Not [%1]==[Windows] Goto Done
- Echo %0 Windows31>0.Bat
- Echo %0 Windows95>1.Bat
- Set|Find "winbootdir=" /C > {Test}.Bat
- {Test}
- :Done
- Goto %OS%
- :Windows95
- If Exist %winbootdir%\System\Ctl3dv2.Dll Goto End
- Copy Ctl3dV2.Dll %winbootdir%\System
- Goto End
- :Windows31
- Echo Set WINDIR=%%1> WinDir.BAT
- Set|Find "windir" > W!nD!r.BAT
- Call W!ND!R
- Del W?ND?R.BAT
- If Exist %WINDIR%\System\Ctl3dv2.Dll Goto End
- Copy Ctl3dV2.Dll %WINDIR%\System
- Goto End
- :DOS
- :End
- Del Ctl3dV2.Dll
-