sda4: commit the Glaze developer hard-drive dump

Un-ignored: the dev drive is the ground truth the restoration and
emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer
source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio
content). Kept in-repo for the pod-owner community.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-04 19:41:15 -05:00
co-authored by Claude Fable 5
parent 504aef88d4
commit db7745fcd0
19993 changed files with 1983033 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+30
View File
@@ -0,0 +1,30 @@
C:\WINDOWS\SMARTDRV.EXE
@ECHO Off
PATH C:\WINDOWS;C:\;C:\LOCAL;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\TEL;C:\NWDOS;C:\NWCLIENT
VERIFY OFF
PROMPT [Novell DOS] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Virtual World Entertainment
CALL LINES.BAT
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="KA9Q" CALL KA9Q.BAT
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
rem call \dpl3rls\examples\setdpl.bat
rem call \rpdave\setenv.bat t f n n
rem cd \convert
echo.
cd \
+29
View File
@@ -0,0 +1,29 @@
@ECHO Off
PATH C:\;C:\LOCAL;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\TEL;C:\NWDOS;C:\NWCLIENT
VERIFY OFF
PROMPT [Novell DOS] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Virtual World Entertainment
CALL LINES.BAT
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="KA9Q" CALL KA9Q.BAT
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
rem call \dpl3rls\examples\setdpl.bat
rem call \rpdave\setenv.bat t f n n
rem cd \convert
echo.
cd \
+43
View File
@@ -0,0 +1,43 @@
@ECHO Off
rem autoexec.bat from Glaze
REM 567890...15...20...25...30...35...40...45...50...55...60...65...70...75...80...85...90...95..100..105..110..115..120.....128
rem ** Set path for all configurations **
PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL;C:\NWDOS;C:\NWCLIENT
rem ** If Win-NT client, make NT's NET first in path **
IF "%CONFIG%"=="WINNT" PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL;C:\NET;C:\NWDOS;C:\NWCLIENT
VERIFY OFF
PROMPT [NDOS7-%CONFIG%] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Virtual World Entertainment
CALL LINES.BAT
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
IF "%CONFIG%"=="WINNT" CALL WINNT.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
rem ** Call net start for Win-NT client **
IF "%CONFIG%"=="WINNT" C:\NET\net start
IF "%CONFIG%"=="WINNT" CALL MAPNT.BAT
rem *** call the default configuration ***
CALL c:\vgl_labs\thispod\bootpod.bat
echo.
cd \
+43
View File
@@ -0,0 +1,43 @@
@ECHO Off
rem autoexec.bat from Glaze
REM 567890...15...20...25...30...35...40...45...50...55...60...65...70...75...80...85...90...95..100..105..110..115..120.....128
rem ** Set path for all configurations **
PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL;C:\NWDOS;C:\NWCLIENT
rem ** If Win-NT client, make NT's NET first in path **
IF "%CONFIG%"=="WINNT" PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL;C:\NET;C:\NWDOS;C:\NWCLIENT
VERIFY OFF
PROMPT [NDOS7-%CONFIG%] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Virtual World Entertainment
CALL LINES.BAT
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
IF "%CONFIG%"=="WINNT" CALL WINNT.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
rem ** Call net start for Win-NT client **
IF "%CONFIG%"=="WINNT" CALL MAPNT.BAT
rem *** call the default configuration ***
CALL c:\vgl_labs\thispod\bootpod.bat
echo.
cd \
C:\NET\net start
+47
View File
@@ -0,0 +1,47 @@
@ECHO Off
rem autoexec.bat from Glaze
REM 567890...15...20...25...30...35...40...45...50...55...60...65...70...75...80...85...90...95..100..105..110..115..120.....128
rem ** Set path for all configurations **
PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL
IF NOT "%CONFIG%"=="WINNT" PATH %PATH%;C:\NWDOS;C:\NWCLIENT
rem ** If Win-NT client, make NT's NET first in path **
IF "%CONFIG%"=="WINNT" PATH %PATH%;C:\NET;C:\NWDOS;C:\NWCLIENT;c:\pvcs;c:\vgl_labs
VERIFY OFF
PROMPT [NDOS7-%CONFIG%] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Virtual World Entertainment
SET HEAPSIZE=10000000
CALL LINES.BAT
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
IF "%CONFIG%"=="WINNT" CALL WINNT.BAT
rem ** Call net start for Win-NT client **
IF "%CONFIG%"=="WINNT" C:\NET\net start
IF "%CONFIG%"=="WINNT" CALL MAPNT.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
rem *** call the default configuration ***
CALL c:\vgl_labs\thispod\bootpod.bat
echo.
cd \
doskey bgfchang=bgfchang.exe -b $*
doskey img2vtx=img2vtx.exe -b $*

+26
View File
@@ -0,0 +1,26 @@
@ECHO Off
PATH C:\;C:\LOCAL;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\TEL;C:\NWDOS;C:\NWCLIENT
VERIFY OFF
PROMPT [Novell DOS] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Super
CALL LINES.BAT
rem SHARE /L:20
rem NWCACHE 2048 512 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="KA9Q" CALL KA9Q.BAT
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
call \dpl3rls\examples\setdpl.bat
call \rpdave\setenv.bat t f n n
cd \convert
+11
View File
@@ -0,0 +1,11 @@
@ECHO Off
PATH C:\NWDOS;C:\NWCLIENT;;C:\
VERIFY OFF
PROMPT [Novell DOS] $P$G
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET NWDOSCFG=C:\NWDOS
SET FBP_USER=Virtual World Entertainment
SHARE /L:20
NWCACHE 7670 1024 /LEND=ON /DELAY=ON
?"Load Network Software (Y/N) ?"CALL C:\NWCLIENT\STARTNET.BAT
+29
View File
@@ -0,0 +1,29 @@
@ECHO Off
PATH C:\;C:\LOCAL;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\TEL;C:\NWDOS;C:\NWCLIENT
VERIFY OFF
PROMPT [Novell DOS] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Virtual World Entertainment
CALL LINES.BAT
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="KA9Q" CALL KA9Q.BAT
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
rem call \dpl3rls\examples\setdpl.bat
rem call \rpdave\setenv.bat t f n n
rem cd \convert
echo.
cd \
+45
View File
@@ -0,0 +1,45 @@
@ECHO Off
rem autoexec.bat from Glaze
REM 567890...15...20...25...30...35...40...45...50...55...60...65...70...75...80...85...90...95..100..105..110..115..120.....128
rem ** Set path for all configurations **
PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL
IF NOT "%CONFIG%"=="WINNT" PATH %PATH%;C:\NWDOS;C:\NWCLIENT
rem ** If Win-NT client, make NT's NET first in path **
IF "%CONFIG%"=="WINNT" PATH %PATH%;C:\NET;C:\NWDOS;C:\NWCLIENT;c:\pvcs;c:\vgl_labs
VERIFY OFF
PROMPT [NDOS7-%CONFIG%] $P$G
SET VCSID=super
set bpath=c:\brief\macros
set bhelp=c:\brief\help
set bfile=state.rst
set bbackup=editback\
set bcc="cl -c %%s.c"
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
SET NWDOSCFG=C:\NWDOS
SET TEMP=C:\TMP
IF NOT DIREXIST %TEMP% MD %TEMP%
SET TMP=C:\TMP
SET FBP_USER=Virtual World Entertainment
CALL LINES.BAT
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
IF "%CONFIG%"=="WINNT" CALL WINNT.BAT
rem ** Call net start for Win-NT client **
IF "%CONFIG%"=="WINNT" C:\NET\net start
IF "%CONFIG%"=="WINNT" CALL MAPNT.BAT
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
rem *** call the default configuration ***
CALL c:\vgl_labs\thispod\bootpod.bat
echo.
cd \
doskey bgfchang=bgfchang.exe -b $*
doskey img2vtx=img2vtx.exe -b $*
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
@DIR %1 %2 %3 %4 %5 %6 %7 %8 %9 | FIND "<DIR>"
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
copy \dpl3\vrend.mng
copy \dpl3\vrendmon.btl
copy \dpl3\libdpl libdpl
copy \dpl3\examples examples
copy \dpl3\geometry geometry
copy \dpl3\texture texture
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
@ECHO OFF
REM E.BAT 06/15/93 22:05 keo - batch file to launch Personal Editor II
IF "%1" == "" GOTO USAGE
SET PE2PROMPT=%PROMPT%
SET PROMPT=(PE2) %PROMPT%
IF "%2" == "" GOTO STANDARD
PE2.EXE /P%2 /Q %1
GOTO CONT
:STANDARD
IF "%WINPROMPT%" == "" PE2.EXE /Pc:\ut\pe2.pro /Q %1
IF NOT "%WINPROMPT%" == "" PE2.EXE /Pc:\ut\pe2win.pro /Q %1
:CONT
SET PROMPT=%PE2PROMPT%
SET PE2PROMPT=
IF NOT "%WINPROMPT%" == "" CALL LINES.BAT
GOTO END
:USAGE
ECHO PERSONAL EDITOR II - Batch file
ECHO USAGE:
ECHO e filename [pe.pro]
ECHO filename = file to be edited
ECHO [pe.pro] = optional macro file to use
:END
lines.bat
+2
View File
@@ -0,0 +1,2 @@
@IF "%WINPROMPT%" == "" E.BAT %1 C:\UT\PE2ED.PRO
@IF NOT "%WINPROMPT%" == "" E.BAT %1 C:\UT\PE2EDWIN.PRO
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
@MODE.COM CON COLS=80 LINES=50
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
[mouse]
MouseType=PS2
BIN
View File
Binary file not shown.
+79
View File
@@ -0,0 +1,79 @@
MOVE.doc 7/18/87 Copyright MicroHelp, Inc.
When you make use of MOVE.COM, you are agreeing to the conditions
specified in this file. If you do not agree with the conditions,
please do not use the program.
The program MOVE.COM is used to move files from one subdirectory
to another subdirectory on the same disk drive, without having
to copy the files. You may instruct the program to confirm the movement
of each file before doing the move.
The syntax for using the program is:
MOVE oldfilespec newdirectory
"oldfilespec" must contain a file specification (including DOS "wildcards"
of '?' and '*'. It may also contain a drive and/or path specification.
"newdirectory" is the subdirectory where you want the files to be moved to.
Example Command Result
-------------------------- ---------------------------------------
MOVE *.COM \DOS Moves all files in the current directory
with the extension ".COM" to a subdirectory
named "\DOS" on the same disk.
MOVE READ.ME \ Moves the file "READ.ME" to the root directory
of the same disk.
MOVE \DOS\UTILS\*.DOC \DOCS All *.DOC files in C:\DOS\UTILS are
moved to a subdirectory called "\DOCS".
If you want the program to confirm the move (or be able to pick and choose
which files you want moved), simply place a '/p' on the end of your
command. Example:
MOVE *.* \DOS/P
If you do not remember the syntax, simply invoke MOVE without any
information and it will remind you of the correct syntax.
Disclaimer and Conditions of Use
MOVE.COM is a copyrighted, proprietary program offered as is
to any individual who wishes to try the software before buying it.
MicroHelp, Inc. specifically denies any responsibility for any damage
caused by the use of the program.
The program MOVE.COM and this file MOVE.DOC may be freely copied
and distributed as long as both files are included in any distribution
in an unmodified form.
A limited license is hereby granted to use and copy this program
during a twenty-one day evaluation period, if you continue to use the
program after twenty-one days, you are obligated to pay for it.
If you elect to pay for and use this program, MicroHelp, Incorporated
will grant to you a non-exclusive license to use the program as follows:
Individuals: A payment of $10.00 entitles you to use the program on
a single machine. You may use the program on more than
one machine as long as you are the only person using the
software and there is no possibility of more than one person
using the program at a time.
Site license: A payment of $50.00 entitles you to use the program
on any machine located at a single business location
("site"). Any number of persons at the site may use the
program and more than one person can use the program at
one time. You may also place the program on a local area
network, as long as the program is accessible only from
a single site.
Corporate license: A payment of $25 per site entitles you to use the
program on any machine that is owned by the company.
All payments must be made to: MicroHelp, Inc.
2220 Carlyle Drive
Marietta GA 30062-5841
For more information, please call MicroHelp at (404) 973-9272.

BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
doc: word !
bak: word !.!
wk?: 123
xtk: !:xtalk !
dbf: !\dbase !
: type !
*: rem no run file for this extension
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
D: Run this item by pressing the D key
dir /w
F1: Volume label and directory
Vol
dir
Check free disk space
chkdsk
' This is a comment. Any line that starts with a single quote
' is a comment line, and is ignored by the Commander.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.
Binary file not shown.
+322
View File
@@ -0,0 +1,322 @@
!topic: RECOVERY
^BRECOVERY
Recover deleted files
and repair damaged ones;
Restore formatted disks;
Protect disks against data loss.
!command: Disk Doctor II
!dos-cmd: NDD
^BNorton Disk Doctor II
NDD [d:][d:]... [SWITCHES]
Automatically detects and corrects
physical and logical disk errors.
^BSWITCHES
/QUICK Just test System Area
/COMPLETE Test System and Data Areas
/R:^Bfile^N Write a report to 'file'
/RA:^Bfile^N Append a report to 'file'
/X:^Bd^N Exclude drive from testing
!command: Disk Editor
!dos-cmd: DISKEDIT
^BDisk Editor
DISKEDIT [d:] [PATH] [FILE] [SWITCHES]
View and edit the entire contents of a
diskette or hard disk, including disks
that DOS cannot recognize or access.
Repair or rescue damaged files or their
data.
^BCOMMONLY USED SWITCHES
/M Maintenance mode--bypass DOS and
examine disk directly
/X:^Bd^N Exclude drive(s) from absolute
sector processing
!command: Disk Tools
!dos-cmd: DISKTOOL
^BDisk Tools
DISKTOOL
A set of six utilities that allow you
to make disks bootable, recover from
the DOS RECOVER command, revive
defective diskettes, mark clusters,
and create or restore data rescue
diskettes.
!command: File Fix
!dos-cmd: FILEFIX
^BFile Fix
FILEFIX [FILENAME]
Diagnoses and repairs damaged
Lotus 1-2-3, Symphony, and dBASE files.
UnZaps dBASE files.
!command: File Save
!dos-cmd: FILESAVE
^BFile Save
FILESAVE [SWITCHES]
Protects deleted files from being
overwritten immediately; helps ensure
recovery of deleted data.
^BSWITCHES
/STATUS Display FileSave status
/ON Enable FileSave
/OFF Disable FileSave
/UNINSTALL Remove FileSave from memory
!command: Image
!dos-cmd: IMAGE
^BImage
IMAGE [d:][d:]... [SWITCHES]
Ensures that accidentally formatted
disks can be recovered by creating a
"snapshot" record of their vital
bookkeeping information.
^BSWITCHES
/NOBACK Do not create the backup image
file IMAGE.BAK
!command: UnErase
!dos-cmd: UNERASE
^BUnErase
UNERASE [FILENAME]
Searches for and recovers erased
(deleted) files. Automatically
recovers intact files; manual mode
allows recovery of data from files
that have been partially overwritten
or fragmented.
!command: UnFormat
!dos-cmd: UNFORMAT
^BUnFormat
UNFORMAT [d:]
Undo an accidental formatting of a
hard disk, thereby making the data
accessible again.
UnFormat can recover from an acci-
dental format, even if no prior system
information was saved. A near-perfect
recovery can be achieved if the system
information was saved with IMAGE.
!topic: SPEED
^BSPEED
Programs to enhance your computer's
performance and to protect your data
on an everyday basis.
!command: Calibrate
!dos-cmd: CALIBRATE
^BCalibrate
CALIBRAT [d:] [SWITCHES]
Optimizes the speed and reliability of
data transfer to and from your hard
disk
^BCOMMONLY USED SWITCHES
/BATCH Skip all prompts, exit to DOS
when done
/NOSEEK Do not perform seek tests
/NOFORMAT Do only pattern testing, do
not format
/X:^Bdrives^N Don't test listed drives
!command: Norton Cache
!dos-cmd: NCACHE-F /STATUS
^BNorton Cache
Uses some of your computer's RAM as a
holding area for data from your disks;
this improves performance by making
frequently-needed data faster to
access. Can also be used to buffer
data that is to be written to your
disk.
See page 122 of the ^UUser's Guide^N for
more information on using the Fast and
Small versions of the Norton Cache.
!command: Speed Disk
!dos-cmd: SPEEDISK
^BSpeed Disk
SPEEDISK [d:] [SWITCHES]
Optimizes your hard disk by
reorganizing the layout of all files
and directories on the disk; also
consolidates free space and
defragments files.
^BCOMMONLY USED SWITCHES
/B Reboot after optimization
/C Optimize complete disk
/D Optimize directories only
/Q Compress free space only
!topic: SECURITY
^BSECURITY
Tools to secure data from unauthorized
use or examination and to protect it
from viral infection.
!command: Disk Monitor
!dos-cmd: DISKMON
^BDisk Monitor
DISKMON [SWITCHES]
Has three main features: prevents data
from being written to your disk without
your approval; displays name of drive
currently being accessed in upper right
corner of screen; parks hard disk heads.
^BSWITCHES
/STATUS On-screen status summary
/PROTECT+ Turn protect features on
/LIGHT+ Turn DiskLight feature on
/PARK Park disk drive heads
/UNINSTALL Remove DISKMON from memory
!command: WipeInfo
!dos-cmd: WIPEINFO
^BWipeInfo
WIPEINFO [d:] [SWITCHES] ^Bor
WIPEINFO [FILENAME] [SWITCHES]
Totally obliterates erased (deleted)
data so that it cannot be recovered by
any means; applies to single files or
entire disks.
^BCOMMONLY USED SWITCHES
/E Wipe erased/unused space on disk
/N Delete files DOS-style without
wiping
/K Wipe slack space at end of file
!topic: TOOLS
^BTOOLS
Programs to make your computing faster
and easier. Control your computer's
display and keyboard, set timers, find
files, change directories quickly,
format diskettes, find out
information about your computer
system, and more.
!command: Batch Enhancer
!dos-cmd: BE ?
^BBatch Enhancer
BE subcommand(s)
(see page 230 of the ^UUser's Guide^N for
more information on Batch Enhancer
subcommands.)
Allows you to automate procedures by
creating batch files that may be
controlled in real time. Lets you
draw demonstration and sign-on screens.
!command: Control Center
!dos-cmd: NCC
^BNorton Control Center
NCC [FILENAME] [SWITCHES]
Controls your PC's hardware settings.
You may set cursor size, change DOS
colors, set palette colors, select
video mode, change keyboard settings,
set mouse speed, and more.
^BCOMMONLY USED SWITCHES
/SET Set all options saved in ^Bfilename
/CO80 Set display to 25x80 color
/43 Set display to 43 lines (EGA)
/START:^Bn^N Start watch number 'n'
!command: File Find
!dos-cmd: FILEFIND
^BFile Find
FILEFIND [FILENAME] [TEXT] [SWITCHES]
Locates misplaced files by searching
for their data or names through all
available drives (including network
drives) and directories. Changes file
attributes.
^BCOMMONLY USED SWITCHES
/S Include files in subdirectories
/CS Case-sensitive search
/CLEAR Clear all file attributes
/NOW Set time & date to current time
!command: Norton CD
!dos-cmd: NCD
^BNorton Change Directory
NCD [DIRECTORY_NAME] [SWITCHES]
Navigates through and manages the
directory structure on your disk, no
matter how complex. Renames and deletes
directories. Switches to any directory,
no matter how deep, with a few
keystrokes.
^BSWITCHES
/R Rescan disk directory
/N Do not write or update TREEINFO.NCD
!command: Safe Format
!dos-cmd: SFORMAT
^BSafe Format
SFORMAT [d:] [SWITCHES]
Safely formats a disk. Does not over-
write data, to make recovery easier.
^BCOMMONLY USED SWITCHES
/S Copy DOS system files
/V:^Blabel^N Add a volume label
/^Bsize^N Use specific size; e.g. /360
/Q Quick format
/D DOS format (same as DOS)
!command: System Info
!dos-cmd: SYSINFO
^BSystem Information
SYSINFO [SWITCHES]
Reports on all facets of your computer
system: hardware, memory use,
networks, available disks, TSRs and
device drivers, and more. Provides
benchmarks and performance ratings.
^BSWITCHES
/AUTO:^Bn^N Automatic mode, 'n' sec./screen
/DEMO Demonstration mode
/TSR Show only active TSRs
/N Bypass live memory probe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+465
View File
@@ -0,0 +1,465 @@
Welcome to the Norton Utilities Version 5.0!
------------------------------------------------
This file contains information which doesn't appear in the manual.
If you would like to print this file, type:
COPY READ.ME PRN:
at the DOS prompt.
**** General Information ****
Many of the programs in Norton Utilities Version 4.5 have been combined in
the Norton Utilities Version 5.0. Most of the previous program names have also
been changed. These changes are noted in the following list:
Utility Name 4.5 Filename 5.0 Filename
Batch Enhancer BE ---------- BE
Directory Sort DS ---------- Speedisk
Disk Information DI ---------- Sysinfo
Disk Test DT ---------- NDD
File Attributes FA ---------- Filefind
File Date/Time FD ---------- Filefind
File Find FF ---------- Filefind
File Information FI ---------- Filefind
Format Recover FR ---------- Unformat
File Size FS ---------- Filefind
List Directory LD ---------- Filefind
Line Print LP ---------- Does Not Exist
Norton Control Center NCC --------- NCC
Norton Change Directory NCD --------- NCD
Norton Disk Doctor NDD --------- NDD, DiskTool
Norton Integrator NI ---------- Norton
Norton Utilities NU ---------- DiskEdit, UnErase, DiskTool
Quick UnErase QU ---------- UnErase
Speed Disk SD ---------- Speedisk
Safe Format SF ---------- SFormat
System Information SI ---------- Sysinfo
Time Mark TM ---------- NCC
Text Search TS ---------- FileFind
UnRemove Directory UD ---------- UnErase
Volume Label VL ---------- NCD
Wipe File Wipefile ---- WipeInfo
Wipe Disk Wipedisk ---- WipeInfo
If the INSTALL program determines that Norton Utilities version 4.5 is already
installed on the user's hard disk, it offers the option of overwriting the old
version or saving the files in a backup directory. Regardless of the option
chosen, the following 4.5 programs are always retained in the main NORTON
directory:
Directory Sort (DS.EXE)
File Attributes (FA.EXE)
File Date/Time (FD.EXE)
File Find (FF.EXE renamed to FL.EXE)
File Size (FS.EXE)
Line Print (LP.EXE)
These programs are preserved because command line users may find it easier to
continue using them rather than their replacements in the 5.0 package. Users
may also have batch files that rely on these 4.5 commands. The old FF.EXE is
renamed to FL.EXE so it doesn't conflict with the new FileFind (FF.EXE).
Regardless of whether the old Utilities are installed, the user has the option
of renaming certain programs to two character names:
DISKEDIT.EXE can be renamed DE.EXE
SYSINFO.EXE can be renamed SI.EXE
SFORMAT.EXE can be renamed SF.EXE
SPEEDISK.EXE can be renamed SD.EXE
FILEFIND.EXE can be renamed FF.EXE
This will primarily benefit long-time Norton users who like abbreviations.
**** Additional Program Information ****
*************
* Calibrate *
*************
The following switches are not mentioned in the manual:
/BLANK Turns the screen blanker ON while performing Pattern Testing
/NOCOPY Don't make a duplicate copy of the track currently being tested
***********
* Install *
***********
During the installation process, the program will prompt the user as to
whether or not the install program should rename DOS's FORMAT.COM to
XXFORMAT.COM. If this step is completed and the user has DOS 4.xx, this
will cause problems with the execution of DOS 4.xx BACKUP.COM
(DOS 4.xx looks for the presence of the file FORMAT.COM during its execution).
If this problem occurs, simply rename XXFORMAT.COM back to FORMAT.COM when
using DOS 4.xx BACKUP.COM.
The Install program will prompt you as to whether or not you wish to install
PCSHADOW. PCSHADOW is a reserved memory block manager for use will COMPAQ 386
class machines ONLY. If you have a COMPAQ 386 class machine and are using
a memory manager (CEMM, QEMM or 386-MAX) you should NOT install PCSHADOW.
Custom Tailoring of Statements in AUTOEXEC.BAT and CONFIG.SYS Files:
The Install program can place several of the Utilities programs into your
AUTOEXEC.BAT and/or CONFIG.SYS files if you wish. Many of the defaults for
these programs may not be exactly what you want. If you want to fine tune the
statements that the Install program has added to your Autoexec.bat or
Config.sys, YOU WILL NEED TO MANUALLY EDIT the file yourself. You can use a
text editor to do this. Please consult the documentation for the command line
parameters you can use to tailor these programs.
Passwords:
Please be aware that only ONE UNIQUE password can be set for ALL of the Norton
Utilities files that can be password protected. You are not able, for example,
to set one password for NDD and another for UNFORMAT.
Archive File Extraction Errors:
Several of the Norton Utilities programs are compressed into archive files. If
you encounter an error during the extraction of the programs from the archive
file, first try uncompressing them manually. This is done by launching the
archive file with the destination drive and path name where you wish to install
the Norton Utilities:
<Source Disk:Archive File Name> <Target Disk:\Directory>
Example:
A:NU5_ARC1.EXE C:\NORTON
If you still encounter an error, please call our Customer Service at
1-800-365-1010.
****************
* Norton Cache *
****************
NCACHE only works on "normally connected" floppies. If a floppy drive requires
a special interface board and/or a driver loaded in CONFIG.SYS, NCACHE probably
won't be able to cache it. Most external drives are not supported by NCACHE.
NCACHE does contain special code to support Bernoulli Boxes, including the
external models. Other removable hard disks are not supported.
Both the Small and Fast versions of Norton Cache will refuse to cache a floppy
drive that does not have "Change Line" support. This is a hardware feature on
the drive that tells the computer when a diskette has been removed. 360K
drives often do not have a change line, and thus cannot be cached. Most other
drives (1.2M, 1.44M, etc.) will work OK.
NCACHE will automatically determine which drives can be cached. If a drive
cannot be cached, NCACHE will either print "Cannot detect media change for
this drive" or simply omit the drive from its status display.
For 8088 or 80286 based machines:
In order to use Expanded Memory (EMS) with NCACHE, you must have an
Expanded Memory Manager that implements VERSION 4 of the EMS specification
(sometimes called the "LIM" specification). You must also have true EMS
hardware and cannot use a software emulator like Above Disc.
If you have an older memory manager, check with your memory board
manufacturer to see if an upgrade is available. In most cases all you'll
need is new memory manager software; no hardware changes will be required.
NCACHE will normally ignore EMS memory if you don't have the correct
memory manager. If you run NCACHE with no parameters it will simply skip
over EMS and try to use extended or conventional memory instead. If you
provide an explicit EXP= parameter, you will receive an error message and
NCACHE will not install itself.
For users of Xerox Ventura Publisher:
One version of Ventura Publisher (VP) has problems working with NCACHE.
The problems only occur with Version 2.0 of the VP Standard Edition.
Users of that version may encounter machine lock ups during loading or
"Internal Error 19" dialog boxes.
There are a number of ways to work around this problem: if you are
loading NCACHE from the AUTOEXEC.BAT file or from the DOS command line,
try loading it from CONFIG.SYS instead. If that doesn't work, try loading
NCACHE before any other TSR's you are using. If you aren't using any
TSR's, try loading an additional copy of COMMAND.COM after NCACHE and
before VP.
If none of these changes solves the problem, you'll have no choice but
to avoid running VP when NCACHE is loaded. Xerox Software actually
recommends that you run VP Standard Edition on a machine by itself, with
no extra drivers or TSR's. Future versions of VP (greater than 2.0) will
have a different memory management system that should solve many driver
and TSR problems.
*************************
* Norton Disk Doctor II *
*************************
The following switches are not mentioned in the manual:
/REBUILD Rebuilds an entire disk that has been destroyed
/UNDELETE Undelete a DOS partition that was previously skipped
**************
* Speed Disk *
**************
The DOS CHKDSK report and Speed Disk's Disk Information do not always agree on
the number of files and directories on a disk, when in fact BOTH are correct.
The reason is as follows:
CHKDSK reports the number of hidden files and the number of user files
separately, and the sum of these will equal the number reported by
Speed Disk.
CHKDSK reports the number of sub-directories on a disk but does not count
the root directory. Speed Disk counts the root as a directory and will
always report one more directory than CHKDSK.
CHKDSK reports the volume label as a hidden file of 0 length. Speed Disk
doesn't include the volume label as a file.
**********************
* System Information *
**********************
The following switches are not mentioned in the manual:
/AUTO Unattended scrolling through and repeated displaying of ALL
the System Information screens
/DEMO Unattended scrolling only through the System Information
Benchmark screens
/SUMMARY Causes SysInfo to print the same information as SI v4.5 in a
TTY display
***********
* UnErase *
***********
When in the View File Window,
Scroll Left - CTRL+Left Arrow Key
Scroll Right - CTRL+Right Arrow Key
************
* WipeInfo *
************
FileSave and DiskMon are automatically disabled when you use WIPEINFO.
**** Compatibility Issues and Additional Considerations ****
******************
* Video Adapters *
******************
Some EGA and VGA adapters, particularly those on the IBM PS/2 Model 70-121
(20 MHz), have a quirk which causes screen degradation problems when the
graphical (arrow-shaped) mouse pointer is used. If small dots appear and
disappear as the mouse is moved, you should use the standard mouse pointer.
Choose the Video and Mouse Options item from the Norton program's Configure
menu, and set the Graphics Options to either Standard or Graphical Controls.
If you have trouble reading the Norton program's screens in order to change
this option, type "MODE CO80" at the DOS command line to fix the display,
and then type "NORTON /G0" to start the program in the standard mode.
************************************
* Hard Disks with Cylinders > 1024 *
************************************
Norton Utilities Version 5.0 now provides various levels of support for
hard disks with more than 1024 cylinders. Note that it will only support
drives of this type which are using Ontrack's Disk Manager or Storage
Dimension's SpeedStor. All programs will work on these types of drives
transparently, except for the following limitations:
Calibrate Will not perform a Low-Level Format on any DOS partition
on the 1024+ cylinder drive. Also won't test or optimize
any DOS partition which lies BEYOND the 1024 cylinder
boundary.
NDD Will state that DOS partitions which lie BEYOND the 1024
cylinder boundary are device-driven, which is TRUE.
SFormat Can't Format DOS partitions which lie BEYOND the 1024
cylinder boundary.
************************************************
* Multitasking with MS-WINDOWS, DESQVIEW, etc. *
************************************************
In general, applications or commands that modify the file allocation table can
cause unpredictable results when run under multitasking environments.
The following applications can be run directly from the DOS prompt:
Batch Enhancer No problems.
DiskEdit Should be run in read only mode.
FileFind No problems.
FileFix May cause problems when unzapping a dBASE file.
FileSave As a general rule, FileSave should be turned on before
loading Windows.
For Advanced Users: Drives can be manipulated
independently from within separate instances of
COMMAND.COM.
NCC Under Windows, only affects the current instance of
COMMAND.COM.
NCD Only affects the current instance of COMMAND.COM
System Info The CPU Speed Benchmark will not reflect the true speed
of the computer.
Image Should be run before loading Windows or Desqview.
dBASE is a registered trademark of Ashton Tate Corp.
Windows is a trademark of Microsoft Corporation
************
* Networks *
************
The Norton Utilities Version 5.0 can be installed on a network server.
In order to be used effectively in a networking environment, we recommend
the following:
NU Environment Settings
The Norton Utilities saves configuration information in initialization
files (*.INI). Since each user on a network will most likely have a
unique hardware configuration, the NU environment variable must point
to a directory on the user's local hard disk.
For example, typing:
SET NU=C:\
will instruct the Norton Utilities to find information about the user's
computer in the root directory of his C: drive. You should place this
statement in your AUTOEXEC.BAT file.
Running FileSave and NCD on a network
FileSave The first time FileSave is run on a network drive, it will
create an invisible subdirectory off the root directory.
This directory will be called TRASHCAN. All users will
need RIGHTS to this directory in order for FileSave to
work correctly. We recommend that the supervisor run
FileSave first, then modify the directory attributes so
all users have ALL RIGHTS, except SEARCH.
FileSave must be loaded AFTER the network driver (e.g. IPX)
and shell (e.g. NET3). Loading FileSave before the network
software will prevent it from protecting network drives.
NCD NCD saves a copy of the directory tree on the drive, so that
it doesn't have to scan the drive everytime it is run. On
a network drive, it will try to save the directory tree in
a subdirectory called NCDTREE. On non-network drives, the
directory tree is saved in the root directory, but most
networks don't give users any rights to the root directory.
For this reason, in order to use NCD on a network drive,
the supervisor should create a directory in the root
directory called NCDTREE and give all users ALL RIGHTS to
this directory.
**** Manual Corrections and Changes ****
****************
* User's Guide *
****************
Page 18, Paragraph 1
"By default, 11 of the programs are specified..." should be "By default,
none of the programs are specified..."
Page 93, (Append to...)
Append to reads "Add the contents of the tagged file to another file you
specify." This is incorrect. Instead, it starts a Manual Unerase
operation on the existing file (pre-adding the clusters in the file's
allocation chain) so that new clusters can be added to the file.
Page 158, Paragraph 1
There is incorrect information in the last sentence of the paragraph which
reads "Also, with the system area protected, WipeInfo could not wipe an
unused cluster without your permission." Actually, WipeInfo disables
Disk Monitor, so any cluster can be wiped.
Pages 159-160
Disk Monitor refers to an option called "Allow Floppy Format" which should
actually be "Allow Floppy Access".
Page 161, Paragraph 2
If a protected write occurs while the screen is in graphics mode--for
example, while you are working with Windows--Disk Monitor can't pop up the
dialog box. Instead, it automatically rejects the write operation. All
you will hear is a beep. The application that was attempting the write
should issue a "write protect" or "access denied" error message
Page 253, (NCD Function Keys)
F9 and F10 do not do what is described at the bottom of this page.
F9 and F10 both simply access the menu bar.
*****************
* Disk Explorer *
*****************
Page 167 List at the Bottom of the Page
"DOS 4.xx" should be "DOS 4.xx and higher"
**** Problems, Error Messages and Solutions ****
In general, if things are not working the way you expect, check your
AUTOEXEC.BAT. Some programs install a 2nd path statement instead of correctly
modifying the 1st one. Also, check that the NU and/or NORTON environment
variables are set to the directory where Norton Utilities 5.0 is installed.
Finally, check both AUTOEXEC.BAT and CONFIG.SYS for statements that you don't
recognize or that look out of place.
Message: "Error obtaining directory information, insufficient memory."
Solution: - Remove (unload) TSR's to free up RAM space
- Remove some files from the directory (e.g., move files to another
directory).
*********************
* For Lap Top Users *
*********************
To improve the viewing quality of an LCD laptop screen, at the DOS prompt
you may type NORTON /LCD. The INSTALL program however, will allow you to
configure all the Norton Utilities to automatically operate on LCD displays.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
@PROMPT *%PROMPT%
BIN
View File
Binary file not shown.
+141
View File
@@ -0,0 +1,141 @@
* Use EDIT .KEYDEFS to see all of the key definitions
set display color 80
set blankcompress on
set margins 1 254 1
set tabs 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60
set hscroll on
set tabexpand on
set searchcase any
def up = [up]
def down = [down]
def left = [left]
def right = [right]
def pgup = [page up]
def pgdn = [page down]
def home = [begin line]
def end = [end line]
def ins = [insert toggle]
def del = [delete char]
def enter = [begin line] [down] [indent]
def backspace = [rubout]
def esc = [command toggle]
def tab = [tab]
def f1 = [mark line]
def f2 = [copy mark] [unmark]
def f3 = [cursor command] [begin line] [erase end line] 'file'
def f4 = [cursor command] [begin line] [erase end line] 'quit' [execute]
def f5 = [insert line] [up] [first nonblank] [down]
def f6 = [delete line]
def f7 = [cursor command] [begin line] [erase end line] 'e '
def f8 = [cursor command] [begin line] [erase end line] 'e' [execute] [command toggle]
def f9 = [top edge]
def f10 = [bottom edge]
def c-left = [backtab word]
def c-right = [tab word]
def c-pgup = [top]
def c-pgdn = [bottom]
def c-home = [top edge]
def c-end = [erase end line]
def c-enter = [execute]
def c-backspace = [delete line]
def c-f1 = [uppercase]
def c-f2 = [lowercase]
def c-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def c-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def c-f5 = [push mark] [mark line] [copy mark] [unmark] [pop mark]
def c-f6 =
def c-f7 =
def c-f8 = [delete line]
def c-f9 =
def c-f10 =
def c-a =
def c-b = [begin word]
def c-c = [push mark] [mark line] [center in margins] [unmark] [pop mark]
def c-d = [dos]
def c-e = [end word]
def c-f = [copy from command]
def c-g =
def c-h =
def c-i =
def c-j = [push mark] [down] [first nonblank] [mark block] [end line] [end word] [mark block] [up] [end line] [end word] [right] [copy mark] [down] [unmark] [delete line] [up] [pop mark]
def c-k =
def c-l = [center line]
def c-m = [begin word] [mark block] [end word] [mark block] [tab word]
def c-n =
def c-o =
def c-p = [print mark]
def c-q =
def c-r = [push mark] [mark line] [copy mark] [pop mark]
def c-s = [split screen]
def c-t = [copy to command]
def c-u = [undo]
def c-v = [next view]
def c-w = [next window]
def c-x =
def c-y =
def c-z = [zoom window]
def s-tab = [backtab]
def s-f1 =
def s-f2 =
def s-f3 = [reflow]
def s-f4 = [undo]
def s-f5 = [confirm change]
def s-f6 =
def s-f7 = [shift left]
def s-f8 = [shift right]
def s-f9 = [insert line] [begin line] '/*' [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] '*/' [begin line]
def s-f10 = [insert line] [begin line] '/*page*/ ' [begin line]
def a-a = [pop mark]
def a-b = [mark block]
def a-c = [mark char]
def a-d = [delete mark]
def a-e = [end mark]
def a-f = [fill mark]
def a-g =
def a-h =
def a-i =
def a-j = [join]
def a-k =
def a-l = [mark line]
def a-m = [move mark]
def a-n =
def a-o = [overlay block]
def a-p = [cursor data] [unmark] [mark line] [find blank line] [up] [mark line] [reflow] [end mark] [down] [down] [unmark]
def a-q = [push mark]
def a-r = [redraw]
def a-s = [split]
def a-t = [cursor command] [begin line] [erase end line] 'set tabs 8 16 24 32 40 48 56 64 72' [execute] [command toggle]
def a-u = [unmark]
def a-v =
def a-w =
def a-x = [escape]
def a-y = [begin mark]
def a-z = [copy mark]
def a-f1 =
def a-f2 =
def a-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def a-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def a-f5 =
def a-f6 =
def a-f7 = [scrollleft]
def a-f8 = [scrollright]
def a-f9 =
def a-f10 = [print mark]
def a-0 = 'Ż'
def a-1 = '­'
def a-2 = ' '
def a-3 = ''
def a-4 = 'ˇ'
def a-5 = '˘'
def a-6 = 'Ł'
def a-7 = '¤'
def a-8 = '¨'
def a-9 = '®'
*trash heap:
*def s-left = [backtab word]
*def s-right = [tab word]
*def a-1 = [cursor command][begin line][erase end line] 'c/"$@/"-$/*'
*def a-2 = [cursor command][begin line][erase end line] '/grandfoot/'
*def a-3 = ' parms: line=0 '
*def a-4 = [cursor command][begin line][erase end line]'c/"@@/"-@/*'

+141
View File
@@ -0,0 +1,141 @@
* Use EDIT .KEYDEFS to see all of the key definitions
set display color 80
set blankcompress off
set margins 1 254 1
set tabs 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60
set hscroll on
set tabexpand on
set searchcase any
def up = [up]
def down = [down]
def left = [left]
def right = [right]
def pgup = [page up]
def pgdn = [page down]
def home = [begin line]
def end = [end line]
def ins = [insert toggle]
def del = [delete char]
def enter = [begin line] [down] [indent]
def backspace = [rubout]
def esc = [command toggle]
def tab = [tab]
def f1 = [mark line]
def f2 = [copy mark] [unmark]
def f3 = [cursor command] [begin line] [erase end line] 'file'
def f4 = [cursor command] [begin line] [erase end line] 'quit' [execute]
def f5 = [insert line] [up] [first nonblank] [down]
def f6 = [delete line]
def f7 = [cursor command] [begin line] [erase end line] 'e '
def f8 = [cursor command] [begin line] [erase end line] 'e' [execute] [command toggle]
def f9 = [top edge]
def f10 = [bottom edge]
def c-left = [backtab word]
def c-right = [tab word]
def c-pgup = [top]
def c-pgdn = [bottom]
def c-home = [top edge]
def c-end = [erase end line]
def c-enter = [execute]
def c-backspace = [delete line]
def c-f1 = [uppercase]
def c-f2 = [lowercase]
def c-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def c-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def c-f5 = [push mark] [mark line] [copy mark] [unmark] [pop mark]
def c-f6 =
def c-f7 =
def c-f8 = [delete line]
def c-f9 =
def c-f10 =
def c-a =
def c-b = [begin word]
def c-c = [push mark] [mark line] [center in margins] [unmark] [pop mark]
def c-d = [dos]
def c-e = [end word]
def c-f = [copy from command]
def c-g =
def c-h =
def c-i =
def c-j = [push mark] [down] [first nonblank] [mark block] [end line] [end word] [mark block] [up] [end line] [end word] [right] [copy mark] [down] [unmark] [delete line] [up] [pop mark]
def c-k =
def c-l = [center line]
def c-m = [begin word] [mark block] [end word] [mark block] [tab word]
def c-n =
def c-o =
def c-p = [print mark]
def c-q =
def c-r = [push mark] [mark line] [copy mark] [pop mark]
def c-s = [split screen]
def c-t = [copy to command]
def c-u = [undo]
def c-v = [next view]
def c-w = [next window]
def c-x =
def c-y =
def c-z = [zoom window]
def s-tab = [backtab]
def s-f1 =
def s-f2 =
def s-f3 = [reflow]
def s-f4 = [undo]
def s-f5 = [confirm change]
def s-f6 =
def s-f7 = [shift left]
def s-f8 = [shift right]
def s-f9 = [insert line] [begin line] '/*' [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] '*/' [begin line]
def s-f10 = [insert line] [begin line] '/*page*/ ' [begin line]
def a-a = [pop mark]
def a-b = [mark block]
def a-c = [mark char]
def a-d = [delete mark]
def a-e = [end mark]
def a-f = [fill mark]
def a-g =
def a-h =
def a-i =
def a-j = [join]
def a-k =
def a-l = [mark line]
def a-m = [move mark]
def a-n =
def a-o = [overlay block]
def a-p = [cursor data] [unmark] [mark line] [find blank line] [up] [mark line] [reflow] [end mark] [down] [down] [unmark]
def a-q = [push mark]
def a-r = [redraw]
def a-s = [split]
def a-t = [cursor command] [begin line] [erase end line] 'set tabs 8 16 24 32 40 48 56 64 72' [execute] [command toggle]
def a-u = [unmark]
def a-v =
def a-w =
def a-x = [escape]
def a-y = [begin mark]
def a-z = [copy mark]
def a-f1 =
def a-f2 =
def a-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def a-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def a-f5 =
def a-f6 =
def a-f7 = [scrollleft]
def a-f8 = [scrollright]
def a-f9 =
def a-f10 = [print mark]
def a-0 = 'Ż'
def a-1 = '­'
def a-2 = ' '
def a-3 = ''
def a-4 = 'ˇ'
def a-5 = '˘'
def a-6 = 'Ł'
def a-7 = '¤'
def a-8 = '¨'
def a-9 = '®'
*trash heap:
*def s-left = [backtab word]
*def s-right = [tab word]
*def a-1 = [cursor command][begin line][erase end line] 'c/"$@/"-$/*'
*def a-2 = [cursor command][begin line][erase end line] '/grandfoot/'
*def a-3 = ' parms: line=0 '
*def a-4 = [cursor command][begin line][erase end line]'c/"@@/"-@/*'

+141
View File
@@ -0,0 +1,141 @@
* Use EDIT .KEYDEFS to see all of the key definitions
set display color 80
set display small font
set blankcompress off
set margins 1 254 1
set tabs 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60
set hscroll on
set tabexpand on
set searchcase any
def up = [up]
def down = [down]
def left = [left]
def right = [right]
def pgup = [page up]
def pgdn = [page down]
def home = [begin line]
def end = [end line]
def ins = [insert toggle]
def del = [delete char]
def enter = [begin line] [down] [indent]
def backspace = [rubout]
def esc = [command toggle]
def tab = [tab]
def f1 = [mark line]
def f2 = [copy mark] [unmark]
def f3 = [cursor command] [begin line] [erase end line] 'file'
def f4 = [cursor command] [begin line] [erase end line] 'quit' [execute]
def f5 = [insert line] [up] [first nonblank] [down]
def f6 = [delete line]
def f7 = [cursor command] [begin line] [erase end line] 'e '
def f8 = [cursor command] [begin line] [erase end line] 'e' [execute] [command toggle]
def f9 = [top edge]
def f10 = [bottom edge]
def c-left = [backtab word]
def c-right = [tab word]
def c-pgup = [top]
def c-pgdn = [bottom]
def c-home = [top edge]
def c-end = [erase end line]
def c-enter = [execute]
def c-backspace = [delete line]
def c-f1 = [uppercase]
def c-f2 = [lowercase]
def c-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def c-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def c-f5 = [push mark] [mark line] [copy mark] [unmark] [pop mark]
def c-f6 =
def c-f7 =
def c-f8 = [delete line]
def c-f9 =
def c-f10 =
def c-a =
def c-b = [begin word]
def c-c = [push mark] [mark line] [center in margins] [unmark] [pop mark]
def c-d = [dos]
def c-e = [end word]
def c-f = [copy from command]
def c-g =
def c-h =
def c-i =
def c-j = [push mark] [down] [first nonblank] [mark block] [end line] [end word] [mark block] [up] [end line] [end word] [right] [copy mark] [down] [unmark] [delete line] [up] [pop mark]
def c-k =
def c-l = [center line]
def c-m = [begin word] [mark block] [end word] [mark block] [tab word]
def c-n =
def c-o =
def c-p = [print mark]
def c-q =
def c-r = [push mark] [mark line] [copy mark] [pop mark]
def c-s = [split screen]
def c-t = [copy to command]
def c-u = [undo]
def c-v = [next view]
def c-w = [next window]
def c-x =
def c-y =
def c-z = [zoom window]
def s-tab = [backtab]
def s-f1 =
def s-f2 =
def s-f3 = [reflow]
def s-f4 = [undo]
def s-f5 = [confirm change]
def s-f6 =
def s-f7 = [shift left]
def s-f8 = [shift right]
def s-f9 = [insert line] [begin line] '/*' [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] '*/' [begin line]
def s-f10 = [insert line] [begin line] '/*page*/ ' [begin line]
def a-a = [pop mark]
def a-b = [mark block]
def a-c = [mark char]
def a-d = [delete mark]
def a-e = [end mark]
def a-f = [fill mark]
def a-g =
def a-h =
def a-i =
def a-j = [join]
def a-k =
def a-l = [mark line]
def a-m = [move mark]
def a-n =
def a-o = [overlay block]
def a-p = [cursor data] [unmark] [mark line] [find blank line] [up] [mark line] [reflow] [end mark] [down] [down] [unmark]
def a-q = [push mark]
def a-r = [redraw]
def a-s = [split]
def a-t = [cursor command] [begin line] [erase end line] 'set tabs 8 16 24 32 40 48 56 64 72' [execute] [command toggle]
def a-u = [unmark]
def a-v =
def a-w =
def a-x = [escape]
def a-y = [begin mark]
def a-z = [copy mark]
def a-f1 =
def a-f2 =
def a-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def a-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def a-f5 =
def a-f6 =
def a-f7 = [scrollleft]
def a-f8 = [scrollright]
def a-f9 =
def a-f10 = [print mark]
def a-0 = 'Ż'
def a-1 = '­'
def a-2 = ' '
def a-3 = ''
def a-4 = 'ˇ'
def a-5 = '˘'
def a-6 = 'Ł'
def a-7 = '¤'
def a-8 = '¨'
def a-9 = '®'
*trash heap:
*def s-left = [backtab word]
*def s-right = [tab word]
*def a-1 = [cursor command][begin line][erase end line] 'c/"$@/"-$/*'
*def a-2 = [cursor command][begin line][erase end line] '/grandfoot/'
*def a-3 = ' parms: line=0 '
*def a-4 = [cursor command][begin line][erase end line]'c/"@@/"-@/*'
+141
View File
@@ -0,0 +1,141 @@
* Use EDIT .KEYDEFS to see all of the key definitions
set display color 80
set display small font
set blankcompress on
set margins 1 254 1
set tabs 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60
set hscroll on
set tabexpand on
set searchcase any
def up = [up]
def down = [down]
def left = [left]
def right = [right]
def pgup = [page up]
def pgdn = [page down]
def home = [begin line]
def end = [end line]
def ins = [insert toggle]
def del = [delete char]
def enter = [begin line] [down] [indent]
def backspace = [rubout]
def esc = [command toggle]
def tab = [tab]
def f1 = [mark line]
def f2 = [copy mark] [unmark]
def f3 = [cursor command] [begin line] [erase end line] 'file'
def f4 = [cursor command] [begin line] [erase end line] 'quit' [execute]
def f5 = [insert line] [up] [first nonblank] [down]
def f6 = [delete line]
def f7 = [cursor command] [begin line] [erase end line] 'e '
def f8 = [cursor command] [begin line] [erase end line] 'e' [execute] [command toggle]
def f9 = [top edge]
def f10 = [bottom edge]
def c-left = [backtab word]
def c-right = [tab word]
def c-pgup = [top]
def c-pgdn = [bottom]
def c-home = [top edge]
def c-end = [erase end line]
def c-enter = [execute]
def c-backspace = [delete line]
def c-f1 = [uppercase]
def c-f2 = [lowercase]
def c-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def c-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def c-f5 = [push mark] [mark line] [copy mark] [unmark] [pop mark]
def c-f6 =
def c-f7 =
def c-f8 = [delete line]
def c-f9 =
def c-f10 =
def c-a =
def c-b = [begin word]
def c-c = [push mark] [mark line] [center in margins] [unmark] [pop mark]
def c-d = [dos]
def c-e = [end word]
def c-f = [copy from command]
def c-g =
def c-h =
def c-i =
def c-j = [push mark] [down] [first nonblank] [mark block] [end line] [end word] [mark block] [up] [end line] [end word] [right] [copy mark] [down] [unmark] [delete line] [up] [pop mark]
def c-k =
def c-l = [center line]
def c-m = [begin word] [mark block] [end word] [mark block] [tab word]
def c-n =
def c-o =
def c-p = [print mark]
def c-q =
def c-r = [push mark] [mark line] [copy mark] [pop mark]
def c-s = [split screen]
def c-t = [copy to command]
def c-u = [undo]
def c-v = [next view]
def c-w = [next window]
def c-x =
def c-y =
def c-z = [zoom window]
def s-tab = [backtab]
def s-f1 =
def s-f2 =
def s-f3 = [reflow]
def s-f4 = [undo]
def s-f5 = [confirm change]
def s-f6 =
def s-f7 = [shift left]
def s-f8 = [shift right]
def s-f9 = [insert line] [begin line] '/*' [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] [tab] '*/' [begin line]
def s-f10 = [insert line] [begin line] '/*page*/ ' [begin line]
def a-a = [pop mark]
def a-b = [mark block]
def a-c = [mark char]
def a-d = [delete mark]
def a-e = [end mark]
def a-f = [fill mark]
def a-g =
def a-h =
def a-i =
def a-j = [join]
def a-k =
def a-l = [mark line]
def a-m = [move mark]
def a-n =
def a-o = [overlay block]
def a-p = [cursor data] [unmark] [mark line] [find blank line] [up] [mark line] [reflow] [end mark] [down] [down] [unmark]
def a-q = [push mark]
def a-r = [redraw]
def a-s = [split]
def a-t = [cursor command] [begin line] [erase end line] 'set tabs 8 16 24 32 40 48 56 64 72' [execute] [command toggle]
def a-u = [unmark]
def a-v =
def a-w =
def a-x = [escape]
def a-y = [begin mark]
def a-z = [copy mark]
def a-f1 =
def a-f2 =
def a-f3 = [push mark] [up] [mark block] [down] [overlay block] [right] [pop mark]
def a-f4 = [push mark] [down] [mark block] [up] [overlay block] [right] [pop mark]
def a-f5 =
def a-f6 =
def a-f7 = [scrollleft]
def a-f8 = [scrollright]
def a-f9 =
def a-f10 = [print mark]
def a-0 = 'Ż'
def a-1 = '­'
def a-2 = ' '
def a-3 = ''
def a-4 = 'ˇ'
def a-5 = '˘'
def a-6 = 'Ł'
def a-7 = '¤'
def a-8 = '¨'
def a-9 = '®'
*trash heap:
*def s-left = [backtab word]
*def s-right = [tab word]
*def a-1 = [cursor command][begin line][erase end line] 'c/"$@/"-$/*'
*def a-2 = [cursor command][begin line][erase end line] '/grandfoot/'
*def a-3 = ' parms: line=0 '
*def a-4 = [cursor command][begin line][erase end line]'c/"@@/"-@/*'
+1
View File
@@ -0,0 +1 @@
for %%a in (*.viz) do viz2biz %%a
Binary file not shown.
Binary file not shown.
+4
View File
@@ -0,0 +1,4 @@
SET ACAD=W:\ACAD\SUPPORT;W:\ACAD\ADS
SET ACADCFG=W:\ACAD
CD w:\ACAD\DWGS
W:\ACAD\ACAD %1 %2
Binary file not shown.
+4
View File
@@ -0,0 +1,4 @@
call plotall %1.sch %1.ps /o /x 0.5 /y 0.3

Some files were not shown because too many files have changed in this diff Show More