home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
147.img
/
PCB142D3.TD0
/
PCBVIEW.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-12-11
|
285b
|
23 lines
@echo off
testfile %1 arc zip pak
if errorlevel == 98 goto error
if errorlevel == 3 goto pak
if errorlevel == 2 goto zip
if errorlevel == 1 goto arc
goto end
:arc
viewarch %1
goto end
:zip
viewzip %1
goto end
:pak
pak v %1 > pcbview.txt
goto end
:error
:end