Computer Services

Computer Services
Stanton/Wilmington Campus
Firetech Program Installation Notes

Table of Contents for This Page

THE Sprinkler Program

MS/DOS programs. Restrictive permission requirements, unflexible, usual story.

User Run Instructions

Permission requirements

Observations

Run Logic

We will r/o the main directory with default config files, then copy to the temp drive (T:) and run from there. Default data directory points to F: but can be changed by user to whereever. In order to save the settings, copy files, etc, a launcher will be used (see below). This launcher will maintain a local the.cfg file in the roving user profile, copy a launch icon to desktop for user convenience. If user copies or deletes that launch icon, it will not reappear as long as the.cfg exists in profile. (Logic being, if the.cfg exists, they ran it once, got the icon, and can decide to delete it or move it if they want).

The copy operation to T: will be somewhat slow (10 seconds or so) but only happens if it's not already there. T: is removed nightly so the delay will happen at max, once per day per user.

Install instructions

Install program to any net directory, make all files R/O. For this install, it was done to G:\dos\firetech\the directory. Install launcher code below in g:\bin, and finally create a shortcut to that batch file, place it in "THE" directory, and name it "The Sprinkler Program.bat"

Launch Program

@echo off
g:
cd \dos\firetech\the
cls
if "%1" == "icon" goto icon
if "%1" == "ICON" goto icon
echo:
echo: Please wait, loading THE Sprinkler Program...
echo:
echo: WARNING: Never save files to T:, save to F:
echo:
if exist t:\the goto loaded
mkdir t:\the
copy *.* t:\the > nul
:loaded
t:
cd \the
if exist "%userprofile%\Application Data\the.cfg" goto goodcfg
goto runit
:goodcfg
copy "%userprofile%\Application Data\the.cfg" > nul
:runit
the13
copy the.cfg "%userprofile%\Application Data\the.cfg" > nul
goto exit
:icon
copy "THE Sprinkler Program.lnk" %userprofile%\desktop > nul
:exit
exit

NFPA Fire Codes

User Run Instructions

Open a command prompt (aka dos prompt) window and type "NFC" to run the program. If you would like an icon shortcut to do the above, type "NFC ICON" and an icon will be installed on the desktop. You can then run that icon, or move it to a location you prefer."

Observations

Install Instructions

  1. Run setup from CD-ROM, point to directory on server, use Network Administrator install option
  2. Run setup from license disk, point to same directory as above
  3. Run ADDICON from directory above, point to DIFFERENT directory than above
  4. Create batch file to run data. Assuming above is x:\path1 and x:\path2 respectively, it would look like
    cd x:\path1
    bviews -c x:\path2\views.ini nfc.nfo
  5. Can make batch file create helpful icon as well. However, don't add any files to the nfcwin (path1) directory.
  6. The licensing diskette creates an nfc.ldf file that must be r/w. Chance for foul play, so create a copy of file as nfc.ldf.bak that can be restored if needed. This will also be useful in case of power failure or other action that might cause a license to be consumed and not returned.

Launch program

@echo off
g:
cd \apps\firetech\nfcwin
cls
if "%1" == "icon" goto icon
if "%1" == "ICON" goto icon
echo:
echo: Please wait, loading National Fire Codes...
echo:
start bviews -c g:\apps\firetech\nfcuser\views.ini nfc.nfo
goto exit
:icon
copy "..\nfcuser\National Fire Codes.lnk" %userprofile%\desktop > nul
:exit
exit

Upgrade instructions

When a new rev comes out, do the following:


Gaseous Agent Calculation

User Run Instructions

Observations

Install Instructions

Launch Program


Last page update: 07 July 1998
Official URL for this page: http://www.stanton.dtcc.edu/stanton/cs/admin/nt/notes/firetech.html
Page Maintained by: Ken Weaverling