home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Multimedia Studio Effects
/
MULTIMEDIA.ISO
/
_debug
/
5.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-15
|
315b
|
20 lines
@echo off
rem Kill PRODUCT FROM DEFAULT DIRECTORY
rem check for dir
if not exist c:\platinum\SIGHTSND\nul goto nodir
Echo Deleting C:\PLATINUM\SIGHTSND ...
delTREE C:\PLATINUM\SIGHTSND
Echo Success!
goto exit
:nodir
Echo The Directory: C:\PLATINUM\SIGHTSND does not exist.
goto exit
:exit