home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / raft27.zip / AVIEW.CTL next >
Text File  |  1993-07-18  |  2KB  |  58 lines

  1. ; AVIEW V2.0 Sample control-file, DON'T USE TABS!
  2. ; (Version included with RAFT V2.x)
  3. ;
  4. ;
  5. ; NOCOLOR
  6. ; With this statment you force AVIEW in black and white mode, this can be
  7. ; handy for laptop-users who have a LCD-Screen.
  8. ;NOCOLOR
  9. ;
  10. ;
  11. ;
  12. ; VIEWER <viewer>
  13. ; With this command you define the viewer to use with the view-function,
  14. ; the default is 'LIST'.
  15. VIEWER list
  16. ;
  17. ;
  18. ;
  19. ; EDITOR <editor>
  20. ; With this command you define the editor to use with the edit-function,
  21. ; the default is 'Q' (Qedit)
  22. ; NOTE: Use an editor which DOES NOT create any backup-files.
  23. EDITOR Q
  24. ;
  25. ;
  26. ;
  27. ; EXTRACTPATH <path>
  28. ; With this command you define the path where files must be extracted to,
  29. ; when this command is NOT used, AVIEW will prompt you for a path.
  30. EXTRACTPATH c:\unpacked
  31. ;
  32. ;
  33. ;
  34. ; TEMPPATH <path>
  35. ; With this command you define the path AVIEW must use as work-directory,
  36. ; this can be a ram-drive which will speed-up AVIEW dramatically, note that
  37. ; the temppath is always removed when AVIEW is finished using it, including
  38. ; all the directory's and files it includes.
  39. TEMPPATH d:\aviewtmp
  40. ;
  41. ;
  42. ;
  43. ; SCANNER [<path>\><Filename>
  44. ; With this command you define the virus-scanner to use after files are
  45. ; unpacked with the unpack function, when no scanner is defined, no virus-
  46. ; scan will be performed.
  47. SCANNER c:\scan\scan.exe
  48. ;
  49. ;
  50. ;
  51. ; SCANNERPARM <Parameters>
  52. ; With this command you can define the parameters to use for the virus-scanner.
  53. SCANNERPARM /nomem /a /sub
  54. ;
  55. ;
  56. ;
  57. ; <EOF>
  58.