home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / recon610.arj / EXAMPLE2.CFG < prev    next >
Text File  |  1992-04-15  |  3KB  |  106 lines

  1.  
  2. ; ************* Example RECON.CFG file. (Network) *************
  3.  
  4. ; Comments can be placed anywhere in this file by starting
  5. ; the line with a semicolon.  Blank lines are ignored.
  6.  
  7. ; ╔══════════════════════════ NOTE ════════════════════════════╗
  8. ; ║  As this first configuration was the ACTIVE configuration  ║
  9. ; ║   when this sample was created, the commands begin with    ║
  10. ; ║     an asterisk character (*) instead of the hash (#).     ║
  11. ; ╚════════════════════════════════════════════════════════════╝
  12.  
  13. ; First (default) configuration.
  14.  
  15. *Name = NETWORK
  16. *Descr = Normal Network OS configuration
  17. ;---------------------------------------
  18.  
  19. ; CONFIG.SYS commands:
  20.  
  21. DEVICE=C:\QEMM\QEMM.SYS RAM ROM
  22. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  23. FILES=255
  24. FCBS=8,16
  25. BUFFERS=1
  26.  
  27. ---
  28.  
  29. ; AUTOEXEC.BAT commands:
  30.  
  31. ; Load TSR's...
  32. C:\QEMM\LOADHI C:\NETWORK\ATCACHE ALL
  33. C:\QEMM\LOADHI C:\QEMM\BUFFERS=10
  34. PATH C:\;C:\NETWORK;C:\SYS;C:\UTILS;C:\BAT
  35. BTIME
  36. NWSTART
  37.  
  38. ; Automatically boot at 3:00 am for maintenance
  39. ; (TIMEBOOT is part of the 4DDBU package).
  40. TIMEBOOT 3:00:00
  41.  
  42. ; Run MAINT.BAT (Batch file with a single line: RECON /n MAINTENANCE)
  43. MAINT
  44.  
  45. #Name = MAINTENANCE
  46. #Descr = Maintenance configuration (Boot up DOS, Backup, Compress Disk)
  47. ;----------------------------------------------------------------------
  48. DEVICE=C:\QEMM\QEMM.SYS RAM ROM
  49. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  50. FILES=20
  51. BUFFERS=1
  52. ---
  53. C:\QEMM\LOADHI C:\QEMM\BUFFERS=10
  54. C:\QEMM\LOADHI C:\UTILS\PCTOOLS\PC-CACHE /SIZEXP=512K /MAX=26
  55. PATH C:\;C:\SYS;C:\UTILS;C:\BAT;C:\UTILS\PCTOOLS
  56.  
  57. ; if today is Sunday, then perform weekly backup
  58. CHKBOOT /D:SUN
  59.  
  60. IF NOT ERRORLEVEL 1 GOTO NOTSUN
  61.  
  62. ; call WEEKLY.BAT (weekly backup batch file)
  63. CALL WEEKLY
  64.  
  65. :NOTSUN
  66. ; if today is the first of the month, then perform monthly backup
  67.  
  68. CHKBOOT /M:1
  69. IF NOT ERRORLEVEL 1 GOTO NOTFIRST
  70.  
  71. ; call MONTHLY.BAT (monthly backup batch file)
  72. CALL MONTHLY
  73.  
  74. :NOTFIRST
  75. BTIME
  76. COMPRESS C: /CF
  77. COMPRESS D: /CF
  78. COMPRESS E: /CF
  79. COMPRESS F: /CF
  80. RECON NETWORK
  81.  
  82. #Name = 4DOS (Single User)
  83. #Descr = 4DOS configuration (optimised memory usage, PC Cache)
  84. ;-------------------------------------------------------------
  85. DEVICE=C:\QEMM\QEMM.SYS RAM ROM
  86. DEVICE=C:\QEMM\LOADHI.SYS C:\SYS\RAMDRIVE.SYS 1024 /E
  87. SHELL=C:\4DOS.COM /E:512U /A:384 /U /P
  88. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  89. FILES=20
  90. BUFFERS=1
  91. ---
  92. C:\QEMM\LOADHI E:\UTILS\PCTOOLS\PC-CACHE /SIZEXP=512K /MAX=26 /QUIET
  93. #Flush = pc-cache /flush
  94. C:\QEMM\LOADHI C:\QEMM\BUFFERS=3
  95. C:\QEMM\LOADHI C:\SYS\MOUSE
  96. LOADBTM ON
  97. PATH C:\;C:\SYS;C:\HDM;C:\UTILS;C:\BAT;C:\UTILS\ARC;D:\TP;C:\UTILS\PCTOOLS;..
  98. BTIME
  99. ALIAS /R ALIAS.LST
  100. HISTORY /R DOSHIST.LST
  101. #Hist = C:\DOSHIST.LST
  102. SET 4DSHELL=/S:BH:\ /U /E:512U
  103. SET PKTMP=H:\
  104. SET TEMP=H:\
  105. SET TMP=H:\
  106.