home *** CD-ROM | disk | FTP | other *** search
/ PC97 Software / SOFTWARE_97.iso / WINFAX8.01 / WFSAMPLE.SPT < prev    next >
Text File  |  1997-02-25  |  3KB  |  124 lines

  1. ;==================================================
  2. ;WinFax PRO 8.0                Symantec Corporation
  3. ;Sample Script File               February 28, 1996
  4. ;==================================================
  5.  
  6.  
  7.  
  8. ;This script file illustrates a typical script 
  9. ;required for installing clients on either a 
  10. ;WinFax PRO for Networks or NET SatisFAXtion fax 
  11. ;server network. You can use this script as a 
  12. ;template for creating your own script file. For 
  13. ;information on using the Scripted Installation 
  14. ;option, see the WinFax User's Guide or the WinFax 
  15. ;online help.
  16.  
  17.  
  18.  
  19. [GENERAL]
  20.  
  21. ;INSTALLATION FOLDER--This entry identifies the 
  22. ;installation folder on the user's computer. This 
  23. ;example provides the default location for Windows 95
  24. ;and Windows NT 4.0. For Windows NT 3.51 users, 
  25. ;use an appropriate path.
  26.  
  27. EXEPATH=C:\Program Files\Symantec\WinFax
  28.  
  29. ;INSTALLATION TYPE--This entry identifies the  
  30. ;type of installation. Typical installs the complete
  31. ;set of WinFax program files. The Minimum option 
  32. ;installs the fewest number of files required.
  33. ;Typical=0, Minimum=1
  34.  
  35. INSTTYPE=0
  36.  
  37.  
  38.  
  39. [LOCATION]
  40.  
  41. ;COUNTRY CODE AND AREA CODE--This section identifies
  42. ;the Default dialing location settings for users.
  43. ;For the United States and Canada, the country code 
  44. ;is 1. If you are setting up a non-North American 
  45. ;location, type the routing code (or city code) in the 
  46. ;AREA entry.
  47.  
  48. COUNTRY=1
  49. AREA=416
  50.  
  51. ;ENABLE PREFIX--This entry enables or disables a dialing 
  52. ;prefix for the Default location. 
  53. ;No=0, Yes=1
  54.  
  55. USEPREFIX=1
  56.  
  57. ;DEFINE PREFIX
  58. ;This entry defines the prefix for the Default location. 
  59. ;A comma adds a 2 second pause to the dial sequence.
  60.  
  61. PREFIX=9,
  62.  
  63.  
  64.  
  65. [MODEMS]
  66.  
  67. ;NETWORK MODEM--This entry identifies users as 
  68. ;WinFax clients on a fax server network.
  69. ;DO NOT MODIFY THIS ENTRY. 
  70.  
  71. USEHAL=1
  72.  
  73. ;NETWORK SERVER--This entry identifies the type of fax
  74. ;server set up on your network.
  75. ;FAXGATE (WinFax PRO for Networks)=0
  76. ;NETSAT (NET SatisFAXtion)=1
  77.  
  78. HAL=0
  79.  
  80.  
  81. [FAXGATE]
  82.  
  83. ;WINFAX PRO FOR NETWORKS SETTINGS--If users are using 
  84. ;WinFax as a client on a WPFN fax server, complete this
  85. ;section. If users are using a NETSAT fax server, ignore
  86. ;this section and complete the NETSAT section. 
  87. ;DO NOT DELETE THIS SECTION. 
  88.  
  89. ;WORKGROUP NAME--Identifies the workgroup name on the network.
  90.  
  91. WRKGRP=workgroup name
  92.  
  93. ;NETWORK TYPE--This entry identifies the type of network 
  94. ;users are using. 
  95. ;Novell Netware (IPX)=-32767
  96. ;Windows for Workgroups (IPX)=-32511
  97. ;Windows for Workgroups (NetBIOS)=-32254
  98. ;Artisoft Lantastic (NetBIOS)=-31998
  99. ;Windows 95/NT (IPX)=-31743
  100. ;Windows 95/NT (NetBIOS)=-31742
  101. ;Other (NetBIOS)=-31230
  102.  
  103. NETTYPE=-32767
  104.  
  105.  
  106. [NETSAT]
  107.  
  108. ;NET SATISFAXTION SETTINGS--If users are using WinFax as 
  109. ;a client on a NETSAT fax server, complete this section.  
  110. ;If users are using a WPFN fax server, ignore this section 
  111. ;and complete the FAXGATE section. 
  112. ;DO NOT DELETE THIS SECTION.
  113.  
  114. ;NET SATISFAXTION SERVER NAME--This entry identifies the
  115. ;name of the NETSAT server.
  116.  
  117. SERVERNAME=server name
  118.  
  119. ;BILLING CONFIGURATION FILE--This entry identifies the billing 
  120. ;file path.
  121.  
  122. BILLCFG=full path of the billing cfg file
  123.  
  124.