Benny Pedersen
02-16-2005, 01:28 AM
A google search about the fish; Under Water screensaver,
show me that a lot of others, also got some problems
with that old screensaver, so here is a batch file:
@echo off
echo.
echo. Press any key to copy the Underwater Screensaver.
pause > nul
cls
echo.
copy "Underwater.scr" C:\Windows\System\
copy "Underwater.dll" C:\Windows\System
copy WL32DLL.DLL C:\Windows\System
copy WILDLB32.DLL C:\Windows\System
echo.
echo. In WinXP, right click the file:
echo. Windows\System\Underwater.scr
echo. and select Install from menu.
echo.
echo. Press any key to open the folder, C:\Windows\System
pause > nul
explorer "C:\Windows\System\"
cls
::
:: Benny Pedersen, http://home1.stofanet.dk/photo
:: PS. I renamed the two Win98 files (Danish language),
:: to "Underwater" from "Under Vandet".
::
:: End of file, Install.bat
show me that a lot of others, also got some problems
with that old screensaver, so here is a batch file:
@echo off
echo.
echo. Press any key to copy the Underwater Screensaver.
pause > nul
cls
echo.
copy "Underwater.scr" C:\Windows\System\
copy "Underwater.dll" C:\Windows\System
copy WL32DLL.DLL C:\Windows\System
copy WILDLB32.DLL C:\Windows\System
echo.
echo. In WinXP, right click the file:
echo. Windows\System\Underwater.scr
echo. and select Install from menu.
echo.
echo. Press any key to open the folder, C:\Windows\System
pause > nul
explorer "C:\Windows\System\"
cls
::
:: Benny Pedersen, http://home1.stofanet.dk/photo
:: PS. I renamed the two Win98 files (Danish language),
:: to "Underwater" from "Under Vandet".
::
:: End of file, Install.bat