home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
ZLAB_19C.ZIP
/
GIFT4B10.ZIP
/
PCBVIEW.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
|
1992-01-19
|
178 b
|
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