home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / NEWWAVE1.ZIP / BRIDGE / LABELS.TXT < prev    next >
Encoding:
Text File  |  1990-05-21  |  1.9 KB  |  84 lines

  1.  
  2. set     req_disk_space    100a                ;minimum disk space
  3.  
  4.  
  5. ;Used by NewWave in HPOMF.INI to find its files.
  6.  
  7.     set  sysdir        "SYSDIR="        ;system path 
  8.  
  9.     set  appsdir        "APPLICSDIR="        ;applics path
  10.  
  11.     set  dosdir        "DOSAPPSDIR="        ;dos apps data path
  12.  
  13.     set batfile        ";BATFILEDIR="        ;drive for newwave.bat
  14.  
  15.     set winfile        ";WINDOWSDIR="        ;drive for windows
  16.  
  17.  
  18. ;Following files must be present for NewWave to be considered installed
  19.  
  20.     set  hpomf_ini        "HPOMF.INI"
  21.         set  hpomf_exe          "HPOMFICO.ICL"
  22.     set  hpagent0_nwe    "HPOFFICE.NWE"
  23.  
  24. ;Following strings are used to develop qualified path:
  25.  
  26.     set dir_hpnwdata    "\HPNWDATA"        ;NewWave data files
  27.     set dir_hpnwdos        "\HPNWDOS"        ;Dos apps data files
  28.  
  29.     set pif_dir        "PIF"            ;all pif files are kept
  30.                             ;in sub dir PIF in
  31.                             ;HPNWDOS
  32.     set in$_dir        "IN$"            ;all in$ files are kept
  33.                             ;in sub dir in$ in
  34.                             ;HPNWDATA
  35.  
  36.     set hp_instal        "hpinstal.in$"        ;used to create
  37.                             ;hpinstal.in$ file
  38.  
  39.     set user_name    "user_name=#"NewWave Office#""    ;hpinstal.in$ commands
  40.     set time_zone    "time_zone=-8"            ;to exit NewWave after
  41.     set break    "break"                ;the applications have
  42.                             ;been bridged
  43.  
  44.     set c_windu        "C:\\WINDOWS"        ;all in$ files on the
  45.     set c_windl        "c:\\windows"        ;Bridge Disk for windows
  46.                             ;apps will have this
  47.                             ;string;it will be
  48.                             ;substituted by actual
  49.                             ;path of the app
  50.  
  51. ;Following variables are used as numbers:
  52.  
  53.     set    zero     0
  54.     set    one     1
  55.     set    two    2
  56.     set    three    3
  57.     set    four    4
  58.     set    five    5
  59.  
  60.  
  61.     set twenty    20                ;16 app names can be
  62.                             ;displayed in the 
  63.                             ;conclusion screen;
  64.  
  65. ;Following definitions are used build to strings:
  66.  
  67.     set    comma    ","
  68.     set    period    ")."
  69.     set    colon    ":"
  70.     set    lash    "\"
  71.     set    cr    "~"
  72.  
  73.     set    check    "√"                ;check mark used to
  74.                             ;show the selection
  75.  
  76. ;Following variables are used to adjust the spaces:
  77.  
  78.     set    null    ""
  79.     set    1_space    " "
  80.     set    2_space    "  "
  81.  
  82. ;
  83.     
  84.