home *** CD-ROM | disk | FTP | other *** search
-
- set req_disk_space 100a ;minimum disk space
-
-
- ;Used by NewWave in HPOMF.INI to find its files.
-
- set sysdir "SYSDIR=" ;system path
-
- set appsdir "APPLICSDIR=" ;applics path
-
- set dosdir "DOSAPPSDIR=" ;dos apps data path
-
- set batfile ";BATFILEDIR=" ;drive for newwave.bat
-
- set winfile ";WINDOWSDIR=" ;drive for windows
-
-
- ;Following files must be present for NewWave to be considered installed
-
- set hpomf_ini "HPOMF.INI"
- set hpomf_exe "HPOMFICO.ICL"
- set hpagent0_nwe "HPOFFICE.NWE"
-
- ;Following strings are used to develop qualified path:
-
- set dir_hpnwdata "\HPNWDATA" ;NewWave data files
- set dir_hpnwdos "\HPNWDOS" ;Dos apps data files
-
- set pif_dir "PIF" ;all pif files are kept
- ;in sub dir PIF in
- ;HPNWDOS
- set in$_dir "IN$" ;all in$ files are kept
- ;in sub dir in$ in
- ;HPNWDATA
-
- set hp_instal "hpinstal.in$" ;used to create
- ;hpinstal.in$ file
-
- set user_name "user_name=#"NewWave Office#"" ;hpinstal.in$ commands
- set time_zone "time_zone=-8" ;to exit NewWave after
- set break "break" ;the applications have
- ;been bridged
-
- set c_windu "C:\\WINDOWS" ;all in$ files on the
- set c_windl "c:\\windows" ;Bridge Disk for windows
- ;apps will have this
- ;string;it will be
- ;substituted by actual
- ;path of the app
-
- ;Following variables are used as numbers:
-
- set zero 0
- set one 1
- set two 2
- set three 3
- set four 4
- set five 5
-
-
- set twenty 20 ;16 app names can be
- ;displayed in the
- ;conclusion screen;
-
- ;Following definitions are used build to strings:
-
- set comma ","
- set period ")."
- set colon ":"
- set lash "\"
- set cr "~"
-
- set check "√" ;check mark used to
- ;show the selection
-
- ;Following variables are used to adjust the spaces:
-
- set null ""
- set 1_space " "
- set 2_space " "
-
- ;
-
-