@DefineProject
@NAME = "Nth Lite"
@VERSION = "Tseng Labs Release 2.31"
@SUBDIR = "\\NTHLITE"
@OutDrive = C
@Requires @HardDisk
@EndProject
@DefineVars
@Drive @acdrive = C
@Dir @acdir = "\\ACAD"
@EndVars
@WELCOME
@CLS
This program installs the @NAME @VERSION
on your computer system and checks the distribution
disk for errors.
You can press the ESC key at any time to cancel installation
and return to the operating system.
@PAUSE
@EndWelcome
@GetOption
@CLS
Is this a new installation or an update?
The UPDATE option only installs files that have been modified
since the previous release.
Use the up and down cursor keys to highlight your choice.
Press the RETURN key to select it.
@Option 111 = "New Installation"
@Option 999 = "Update"
@EndOption
@GetOutDrive @Outdrive
@CLS
@Suppress A /* don't display A: */
@Suppress B /* or B: */
Select the drive where you want to install the
@NAME software.
Use the up and down cursor keys to scroll through the
list of disk drives. Press the RETURN key when you have
selected a drive.
@EndOutDrive
@GetSubdir @Subdir
@CLS
Specify a directory name for the @NAME software. By
default, the name of this directory is:
\NTHLITE.
You may choose the default by pressing the RETURN key.
To change the directory name, backspace over the directory
name and type a new name. Press the RETURN key when
you have finished typing the name.
Use the up and down cursor keys to scroll through the
list of disk drives. Press the RETURN key when you have
selected a drive.
@PROMPT = "Directory Name"
@EndSubdir
@GetOption
@CLS
What release of AutoCAD 386 are you using?
@Option 10 = "AutoCAD 386 Release 10"
@Option 11 = "AutoCAD 386 Release 11"
@EndOption
@GetOutDrive @acdrive
@Suppress A /* don't display A: */
@Suppress B /* or B: */
@CLS
Where is AutoCAD installed?
Use the up and down cursor keys to scroll through the
list of disk drives. Press the RETURN key when you have
selected a drive.
@EndOutDrive
@GetSubdir @acdir
@CLS
Specify the name of the directory where AutoCAD 386
is installed. By default, the name of this directory is:
@acdir.
You may choose the default by pressing the RETURN key.
To change the directory name, backspace over the directory
name and type a new name. Press the RETURN key when you
have finished typing the name.
@PROMPT = "Directory Name"
@EndSubdir
@If (@Exists "@acdrive:\\@acdir\\acad.ovl") /* if not acad386 */
@Display
@CLS
You have an older version of AutoCAD installed
on @acdrive:@acdir. AutoCAD 386 MUST be installed.
@Pause
@EndDisplay
@Endif
@If (@Exists "@acdrive:\\@acdir\\acad.exe") /* if no acad installed */
@Else
@Display
@CLS
AutoCAD 386 is not currently installed on @acdrive:@acdir.
If this path is incorrect, you will need to rerun the INSTALL
program and enter the correct path for the drive and
directory on which AutoCAD 386 is installed.
@Pause
@EndDisplay
@Endif /* endif for no acad installed */
@Display
@Cls
Software installation will now begin.
@Pause
@EndDisplay
@DefineDisk
@LABEL = "SW-NDAC-X5P"
@BeginLib TSENG.LIF
@File CONFIGUR.EXE @Out *.*
@File MODERN21.FNT @Out *.*
@File MODERN26.FNT @Out *.*
@File MODERN32.FNT @Out *.*
@If (10 [= @Option) /*if rel 10 update */
@File nd10lite.exp @Out *.*
@File ND10.MNU @Out @acdrive:\\@acdir\\NTH.MNU
@File ND10.TXT @Out VERSION.TXT
@Else /*else rel 11 update */
@File nd11lite.exp @Out *.*
@File ND11640.MNU @Out @acdrive:\\@acdir\\NTH.MNU
@File ND11.TXT @Out VERSION.TXT
@EndIf /* endif rel 10 or 11 update */
@If (111 [= @Option) /* if new installation */
@File NTH.LSP @Out @acdrive:\\@acdir\\*.*
@File CONFIG.NTH @Out *.*
@File NTHVER.BAT @Out *.*
@File COUR12.FNT @Out *.*
@File COUR12.FNT @Out *.*
@File COUR14.FNT @Out *.*
@File HELVET12.FNT @Out *.*
@File MODERN10.FNT @Out *.*
@File MODERN12.FNT @Out *.*
@File MODERN14.FNT @Out *.*
@File MODERN16.FNT @Out *.*
@File MODERN18.FNT @Out *.*
@File MODERN8.FNT @Out *.*
@File NTH.FNT @Out *.*
@File ROMAN12.FNT @Out *.*
@File ACAD.PAL @Out *.*
@File ACAD256.PAL @Out *.*
@File VGA256.PAL @Out *.*
@File NTH.SCR @Out @acdrive:\\@acdir\\*.*
@EndIf /* Endif for update/new installation */
@EndLib
@EndDisk
@Finish
@If (999 [= @Option) /* if update only */
@CLS
Nth Drive update installation is complete.
@Pause
@Else /*else new installation*/
@CLS
AutoCAD will now be configured for use with Nth Drive
After the AutoCAD configuration, you will be returned to
DOS and your installation is complete.
To run AutoCAD with the Nth Drive, type
NTHLITE
from your @Subdir directory.
@Pause
@CLS
Creating NTHLITE.BAT...
@Chdrive @Outdrive
@Chdir "@Subdir"
@System "echo ACAD_FONT_FILE @Outdrive:\\@Subdir\\MODERN14.FNT>>config.nth"
@System "echo ACAD_PALETTE_FILE @Outdrive:\\@Subdir\\ACAD.PAL>>config.nth"
@System "echo @acdrive:>NTHLITE.bat"
@System "echo cd@acdir>>NTHLITE.bat"
@System "echo SET NTHCFG=@Outdrive:\\@Subdir\\CONFIG.NTH>>NTHLITE.bat"
@If (10 [= @Option)
@System "echo SET DSPADI=@Outdrive:\\@Subdir\\nd10lite.exp>>NTHLITE.bat"
@Else
@System "echo SET DSPADI=@Outdrive:\\@Subdir\\nd11lite.exp>>NTHLITE.bat"
@Endif
@System "echo acad>>NTHLITE.bat"
@System "copy @Outdrive:\\@Subdir\\NTHLITE.bat @acdrive:\\@acdir"
@System "@acdrive:"
@System "cd\\@acdir"
@If (1 [= @Option)
@System "echo (LOAD "NTH") >>ACAD.LSP"
@EndIf
@System "echo 5 3 y 1>nth.scr"
@If (10 [= @Option)
@System "echo @Outdrive:\\@Subdir\\nd10lite.exp 0 y 0 1>>nth.scr"
@Else
@System "echo @Outdrive:\\@Subdir\\nd11lite.exp 0 y 0 1>>nth.scr"
@Endif
@CLS
Configuring ACAD386...
@Execute "ACAD","x nth"
@Endif /*endif for update/new installation*/
@EndFinish