home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
utility
/
system2
/
kill.xsl
< prev
next >
Wrap
Text File
|
1985-11-19
|
234b
|
18 lines
* KILL.XSL
* System2 XSL file
* Delete with check
echo "Are you sure that you wish to delete "%1"?"
echo
input %sure "Type y or n>"
if equal %sure "Y"
rm %1
else
echo "Delete aborted"
echo
endif
unset %sure