Category : Batch File Utilities - mostly for DOS
Archive   : BATEX100.ZIP
Filename : BATMSTR.DAT

 
Output of file : BATMSTR.DAT contained in archive : BATEX100.ZIP
Last Revised: 2/10/90


C:
CD \
CleanUp
DailyCleanUp

Weekly CleanUp Job


C:
CD \
CleanUp Weekly
D:
Exec test
C:
cd \
WeeklyCleanUp


C:
CD \ARCHIVES
list *.*
Test


echo off
c:
cd \work\evaluate
if .%2 == .ZIP goto ZIP
if .%2 == .zip goto ZIP
if .%2 == .LZH goto LZH
if .%2 == .lzh goto LZH
if .%2 == .ARC goto ARC
if .%2 == .arc goto ARC
goto OOPS
:ZIP
pkunzip \yam\%1
goto END
:LZH
lharc e \yam\%1
goto END
:ARC
pkxarc \yam\%1
goto END
:OOPS
echo %2 not supported
goto EXIT
:END
scan c:\work\evaluate
:EXIT



  3 Responses to “Category : Batch File Utilities - mostly for DOS
Archive   : BATEX100.ZIP
Filename : BATMSTR.DAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/