home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
VRAC
/
BSHOW121.ZIP
/
BSHOW.CFG
next >
Wrap
Text File
|
1993-08-08
|
6KB
|
174 lines
******************************************************************************
** BSHOW.CFG - a sample config file distributed with BShow, the **
** universal file viewer, by Ben Sandee. **
******************************************************************************
; = comment.... Only in FIRST column though!
/ = comment also... your choice.
* = comment also... wow.
******* GLOBAL VARIABLES *******
** This enables swapping to DISK/XMS/EMS for low memory evvironments. DO **
** NOT USE IF POSSIBLE!! This has been proven to be incompatible with **
** certain setups. The default is NO (0). **
; swap=1
; fossil=1
** This option lets you choose whether or not BShow deletes the work **
** directory when it's done. The default is NO (0). If the empty **
** directory bothers you then let BShow delete it, but it will be extra **
** wear and tear on your hard drive, and may aid in fragmentation. **
; del_dir=1
; max_time=5
** after 2 blank lines, quit showing them, until non-blank ones come up **
max_blanks=2
**** max_idle is the maximum idle time the user has in SECONDS ****
; max_idle=90
max_idle=0
**** max_line is the maximum number of lines/file to read ****
; max_line=500
max_line=0
; lines=48 for 50 line screens.
lines=23
******* END GLOBAL VARIABLES ********
******************************** BEGIN ZIP SPECS ******************************
format_ZIP
waitfor1=------ ------ ----- ----- ---- ---- -------- ---- ----
waitfor2=------
header1= Length Method Size Ratio Date Time CRC-32 Atr Name
header2= ------ ------ ----- ----- -------- ----- -------- --- -----------
offset1=0
offset2=1
offset3=62
** Normal ** (try this first - preferred even if in DV)
list=pkzip.exe -v %file% %filespec% > %listfile%
unpack=pkunzip.exe %file% %filespec% > nul
** DV ** (uncomment the next 2 lines for DV)
;list=spawn /m:160 /w "pkzip.exe -v %file% %filespec% > %listfile%"
;unpack=spawn /m:160 /w "pkunzip.exe %file% %filespec% > nul"
end
********************************* END ZIP SPECS *******************************
******************************** BEGIN ARJ SPECS ******************************
format_ARJ
waitfor1=------------ ---------- ---------- ----- ----------------- --------
waitfor2=----------
header1= Filename Original Compressed Ratio Date Time CRC-32
header2= ----------- -------- ---------- ----- -------- -------- --------
offset1=0
offset2=13
offset3=0
** Normal **
list=arj.exe l %file% %filespec% > %listfile%
unpack=arj.exe e -y %file% %filespec% > nul
** DV **
;list=spawn /m:200 /w "arj.exe l %file% %filespec% > %listfile%"
;unpack=spawn /m:200 /w "arj.exe e -y %file% %filespec% > nul"
end
******************************* END ARJ SPECS *********************************
****************************** BEGIN LZH SPECS ********************************
format_LZH
waitfor1=-------------- -------- -------- ------ -------- -------- ---- -----
waitfor2=-----------
header1= Name Original Packed Ratio Date Time Attr Type
header2= ------------ -------- ------ ----- -------- -------- ---- -----
offset1=0
offset2=5
offset3=2
** Normal **
list=lha.exe l %file% %filespec% > %listfile%
unpack=lha.exe e -n2 -m %file% %filespec% > nul
** DV **
;list=spawn /m:160 /w "lha.exe l %file% %filespec% > %listfile%"
;unpack=spawn /m:160 /w "lha.exe e -n2 -m %file% %filespec% > nul"
end
******************************* END LZH SPECS *********************************
****************************** BEGIN PAK SPECS ********************************
format_PAK
waitfor1============= ======== ======== ====== ======== ====
waitfor2= ==== ========
header1= Name Length Date Time Storage SF Size now CRC
header2= ------------ -------- -------- ------ -------- ---- -------- ----
offset1=0
offset2=1
offset3=0
list=pak.exe l %file% %filespec% > %listfile%
unpack=pak.exe e %file% %filespec% > nul
** DV **
;list=spawn /m:160 /w "pak.exe l %file% %filespec% > %listfile%"
;unpack=spawn /m:160 /w "pak.exe e %file% %filespec% > nul"
end
******************************* END PAK SPECS *********************************
****************************** BEGIN SDN-PAK SPECS ****************************
format_SDN
waitfor1============= ======== ======== ====== ======== ====
waitfor2= ==== ========
header1= Name Length Date Time Storage SF Size now CRC
header2= ------------ -------- -------- ------ -------- ---- -------- ----
offset1=0
offset2=1
offset3=0
list=pak.exe l %file% %filespec% > %listfile%
unpack=pak.exe e %file% %filespec% > nul
** DV **
;list=spawn /m:160 /w "pak.exe l %file% %filespec% > %listfile%"
;unpack=spawn /m:160 /w "pak.exe e %file% %filespec% > nul"
end
******************************* END SDN SPECS *********************************
******************************** BEGIN ARC SPECS ******************************
format_ARC
waitfor1=-------- ------ ------
waitfor2=---- ------
header1= Filename Length Method Size Ratio Date Time CRC
header2= -------- ------ ------ ------ ----- ---- ---- ---
offset1=0
offset2=0
offset3=0
list=pkarc.exe -v %file% %filespec% > %listfile%
unpack=pkxarc.exe %file% %filespec% > nul
end
********************************* END ARC SPECS ***********************