home *** CD-ROM | disk | FTP | other *** search
-
- ; ************* Example RECON.CFG file. (Network) *************
-
- ; Comments can be placed anywhere in this file by starting
- ; the line with a semicolon. Blank lines are ignored.
-
- ; ╔══════════════════════════ NOTE ════════════════════════════╗
- ; ║ As this first configuration was the ACTIVE configuration ║
- ; ║ when this sample was created, the commands begin with ║
- ; ║ an asterisk character (*) instead of the hash (#). ║
- ; ╚════════════════════════════════════════════════════════════╝
-
- ; First (default) configuration.
-
- *Name = NETWORK
- *Descr = Normal Network OS configuration
- ;---------------------------------------
-
- ; CONFIG.SYS commands:
-
- DEVICE=C:\QEMM\QEMM.SYS RAM ROM
- COUNTRY=061,,C:\SYS\COUNTRY.SYS
- FILES=255
- FCBS=8,16
- BUFFERS=1
-
- ---
-
- ; AUTOEXEC.BAT commands:
-
- ; Load TSR's...
- C:\QEMM\LOADHI C:\NETWORK\ATCACHE ALL
- C:\QEMM\LOADHI C:\QEMM\BUFFERS=10
- PATH C:\;C:\NETWORK;C:\SYS;C:\UTILS;C:\BAT
- BTIME
- NWSTART
-
- ; Automatically boot at 3:00 am for maintenance
- ; (TIMEBOOT is part of the 4DDBU package).
- TIMEBOOT 3:00:00
-
- ; Run MAINT.BAT (Batch file with a single line: RECON /n MAINTENANCE)
- MAINT
-
- #Name = MAINTENANCE
- #Descr = Maintenance configuration (Boot up DOS, Backup, Compress Disk)
- ;----------------------------------------------------------------------
- DEVICE=C:\QEMM\QEMM.SYS RAM ROM
- COUNTRY=061,,C:\SYS\COUNTRY.SYS
- FILES=20
- BUFFERS=1
- ---
- C:\QEMM\LOADHI C:\QEMM\BUFFERS=10
- C:\QEMM\LOADHI C:\UTILS\PCTOOLS\PC-CACHE /SIZEXP=512K /MAX=26
- PATH C:\;C:\SYS;C:\UTILS;C:\BAT;C:\UTILS\PCTOOLS
-
- ; if today is Sunday, then perform weekly backup
- CHKBOOT /D:SUN
-
- IF NOT ERRORLEVEL 1 GOTO NOTSUN
-
- ; call WEEKLY.BAT (weekly backup batch file)
- CALL WEEKLY
-
- :NOTSUN
- ; if today is the first of the month, then perform monthly backup
-
- CHKBOOT /M:1
- IF NOT ERRORLEVEL 1 GOTO NOTFIRST
-
- ; call MONTHLY.BAT (monthly backup batch file)
- CALL MONTHLY
-
- :NOTFIRST
- BTIME
- COMPRESS C: /CF
- COMPRESS D: /CF
- COMPRESS E: /CF
- COMPRESS F: /CF
- RECON NETWORK
-
- #Name = 4DOS (Single User)
- #Descr = 4DOS configuration (optimised memory usage, PC Cache)
- ;-------------------------------------------------------------
- DEVICE=C:\QEMM\QEMM.SYS RAM ROM
- DEVICE=C:\QEMM\LOADHI.SYS C:\SYS\RAMDRIVE.SYS 1024 /E
- SHELL=C:\4DOS.COM /E:512U /A:384 /U /P
- COUNTRY=061,,C:\SYS\COUNTRY.SYS
- FILES=20
- BUFFERS=1
- ---
- C:\QEMM\LOADHI E:\UTILS\PCTOOLS\PC-CACHE /SIZEXP=512K /MAX=26 /QUIET
- #Flush = pc-cache /flush
- C:\QEMM\LOADHI C:\QEMM\BUFFERS=3
- C:\QEMM\LOADHI C:\SYS\MOUSE
- LOADBTM ON
- PATH C:\;C:\SYS;C:\HDM;C:\UTILS;C:\BAT;C:\UTILS\ARC;D:\TP;C:\UTILS\PCTOOLS;..
- BTIME
- ALIAS /R ALIAS.LST
- HISTORY /R DOSHIST.LST
- #Hist = C:\DOSHIST.LST
- SET 4DSHELL=/S:BH:\ /U /E:512U
- SET PKTMP=H:\
- SET TEMP=H:\
- SET TMP=H:\