home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
com
/
utils
/
trn
/
lib
/
expirene.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-27
|
230 b
|
15 lines
@echo off
if "%1" == "" goto usage
expire -e%1
goto end
:usage
echo .
echo usage: expirenews [days]
echo . default for days is 7
echo .
echo example: expirenews 10
echo .
expire -e7
:end
mthreads all