home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / geos1x / zipdir.fm < prev   
Internet Message Format  |  1994-03-07  |  812b

  1. From: GAUCH@vax1.rz.uni-regensburg.dbp.de (KARL-MICHAEL GAUCH)
  2.  
  3. There is a part of my geos.ini; this way of clicking on a zip-file and
  4. as a result getting the directory of the zip works great. If you use
  5. DR6.0 with the taskswitcher, it maybe could be much faster.
  6.  
  7.  
  8. [fileManager]
  9.  
  10. filenameTokens = {
  11.     *.EXE = "gDOS",0
  12.     *.COM = "gDOS",0
  13.     *.BAT = "gDOS",0
  14.     *.TXT = "FILE",0,"NPAD",0
  15.     *.DOC = "FILE",0,"NPAD",0
  16.     *.HLP = "FILE",0,"NPAD",0
  17.     *.WQ1 = "VWQ1",0,"VIEW",0
  18.     *.WK1 = "VWK1",0,"VIEW",0
  19.     *.EPS = "VEPS",0,"VIEW",0
  20.  
  21.  
  22.     *.ZIP = "gAPP",0
  23.     }
  24. dosParameters = {
  25.     pkunzip.exe = -v
  26. }
  27. dosAssociations = {
  28.     *.ZIP = c:\tools\arc&zip\pkunzip.exe
  29. }
  30. promptOnReturn = FALSE
  31.  
  32.  
  33. If you turn the "promptOnReturn = FALSE" to "TRUE" it should wait for
  34. you to read the info. I did not try this yet.
  35.