home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
ZLAB_19C.ZIP
/
GIFT4B10.ZIP
/
PCBVIEW.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-19
|
178b
|
16 lines
@echo off
>pcbview.txt
if %@ext[%1] == gif goto gif
if %@ext[%1] == zip goto zip
goto end
:gif
giftest %1 >pcbview.txt
goto end
:zip
ziptv -p1 %1
goto end
:end