home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
winsock
/
wsmtpd16
/
delmail.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-05-19
|
269 b
|
11 lines
@echo off
rem Change this variable to your Spool file set in the WSMTPD dialog box.
set mailbox=c:\mail\mail.txt
rem
if exist %mailbox% echo Spooled Mailbox being deleted!
if not exist %mailbox% echo No Mailbox to delete!
if exist %mailbox% del %mailbox%