home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS - Coast to Coast
/
simteldosarchivecoasttocoast.iso
/
geos1x
/
zipdir.fm
< prev
Wrap
Internet Message Format
|
1994-03-07
|
812b
From: GAUCH@vax1.rz.uni-regensburg.dbp.de (KARL-MICHAEL GAUCH)
There is a part of my geos.ini; this way of clicking on a zip-file and
as a result getting the directory of the zip works great. If you use
DR6.0 with the taskswitcher, it maybe could be much faster.
[fileManager]
filenameTokens = {
*.EXE = "gDOS",0
*.COM = "gDOS",0
*.BAT = "gDOS",0
*.TXT = "FILE",0,"NPAD",0
*.DOC = "FILE",0,"NPAD",0
*.HLP = "FILE",0,"NPAD",0
*.WQ1 = "VWQ1",0,"VIEW",0
*.WK1 = "VWK1",0,"VIEW",0
*.EPS = "VEPS",0,"VIEW",0
*.ZIP = "gAPP",0
}
dosParameters = {
pkunzip.exe = -v
}
dosAssociations = {
*.ZIP = c:\tools\arc&zip\pkunzip.exe
}
promptOnReturn = FALSE
If you turn the "promptOnReturn = FALSE" to "TRUE" it should wait for
you to read the info. I did not try this yet.