home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
pcc
/
v08n03
/
walpap.exe
/
WALLPPR.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-07-06
|
557b
|
18 lines
@echo off
if exist c:\windows\win.com goto :logical
echo If Windows exists in a path other than C:\WINDOWS, hit Ctrl+C and
echo specify the full drive & path on the command line (example: install d:\win).
echo Otherwise,
pause
@echo off
copy *.bmp %1
goto :end
:logical
copy *.bmp c:\windows
:end
echo The wallpaper delivery has arrived. To use it, go into
echo Windows "Control Panel." Select 'Desktop' and set wallpaper
echo to the .BMP file of your choice. Select 'OK' and you'll
echo automatically paste it up! Have fun!
echo Done.