home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reset 7
/
ResetCD_1999_07.iso
/
Prezent
/
Gpl
/
GPL-Icons.EXE
/
GPL01.bat
< prev
next >
Wrap
DOS Batch File
|
1999-03-07
|
386b
|
24 lines
@echo off
cd\
C:
cd C:\Windows\Cursors\
md GPL
choice /c:. /t.,2 /n
rem mehr t fuer DOS
cd\
move /y C:\Windows\Temp\*.ico C:\Windows\Cursors\GPL\
echo.
echo.
echo.
echo Der Eintrag muss mit ENTER bestaetigt werden
pause
start C:\Windows\regedit.exe C:\Windows\Temp\GPL-Icons.reg
rem:ende
echo.
echo und Tschuess
rem
echo ende
cls