home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
chip
/
geoworks
/
tempdel.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-11
|
1KB
|
25 lines
@echo off
cls
echo ┌───────────────────────────────────────────────────────────────────────────┐
echo │ G E O P U B L I S H I N S T A L L A S S E M B L Y │
echo └───────────────────────────────────────────────────────────────────────────┘
echo ┌───────────────────────────────────────────────────────────────────────────┐
echo │ │
echo │ The Install archive files have been copied without error. The temporary │
echo │ files will now be deleted. If you do not want the temporary files deleted,│
echo │ press CTRL + C to stop the batch file, and answer Y to the (Y/N) prompt. │
echo │ │
echo │ To delete the temporary files . . . │
echo └───────────────────────────────────────────────────────────────────────────┘
pause
del PUBLISH1.EXE
del PUBLISH2.EXE
del PUBLISH3.EXE
del PUBLISH4.EXE
del PUBLISH5.EXE
echo.
echo Finished deleting temporary files . . . .
echo.
:end