home *** CD-ROM | disk | FTP | other *** search
/ Computer & Games 12 / SISAL12.iso / STI / WINDOWS / 32BITS / NETTERM / FAQ < prev    next >
Encoding:
Text File  |  1996-05-11  |  10.0 KB  |  231 lines

  1.  The 32 bit version of NetTerm requires the Microsoft msvcrt40.dll
  2.  and it must be in your Windows directory.  A copy of this dll can
  3.  be downloaded from our WWW homepage under downloading sites.
  4.  
  5.       http://starbase.neosoft.com/~zkrr01
  6.  
  7.  
  8. 1.  Will NetTerm work with netcom?
  9.  
  10.     The basic telnet client of NetTerm will work with the netcom TCP/IP
  11.     software, but not the zmodem or FTP server.  We are currently working
  12.     on ways to resolve this.  NetTerm will however work completely if you
  13.     use a winsock such as Trumpet instead of the normal netcom software.
  14.     We have included a script file, netcom.txt, which can be used with
  15.     Trumpet to access netcom.  Based upon our tests with netcom, the
  16.     purchase of Trumpet WinSock is a very wise investment and will make
  17.     your WWW surfing much faster and enjoyable.  You should also take a
  18.     look at http://www.ix.netcom.com/faq/pc for additional information.
  19.  
  20. 2.  Will the FTP Server work with BBS's that support this feature?
  21.  
  22.     Yes, we have tried it with bbs.execpc.com and got excellent results.
  23.  
  24. 3.  Will the NetTerm zmodem file transfer work with my BBS over the
  25.     Internet?
  26.  
  27.     The hard facts are, some BBS's support the zmodem protocol fully and
  28.     some do not.  Also, it appears that some BBS's treat Internet based
  29.     zmodem requests as the lowest of low on the priorty list of things
  30.     to get done.  So much so, we have observed file transfers at 100
  31.     bytes per second!  Others can transfer files at the speed of your
  32.     logon modem baud rate.  Transfer speeds will also vary with the
  33.     number of logged in users.  It's worth the time to give it a try
  34.     if you have Internet access and normally dial long distance to your
  35.     BBS.  It could save you a lot of money if your BBS supports it.
  36.  
  37. 4.  Will NetTerm work with the Netscape WWW client?
  38.  
  39.     Yes, just define NetTerm to Netscape by using Netscape's Options,
  40.     Preferences menu.  Select the "Applications and Directories" tab.
  41.     On the line "Telnet Application", use the browse button to locate
  42.     NetTerm and you ready to telnet directly from Netscape.
  43.  
  44. 5.  How do I adjust the size of the NetTerm window?
  45.  
  46.     The size of the main window depends upon three values, the number
  47.     of rows, the number of columns and most important, the size of
  48.     the font.  In most cases, the rows and columns remain fixed at
  49.     24x80 so the font size is really what determines the overall size
  50.     of the screen.  If you have a need to just monitor a site, chose
  51.     a small font size from the font dialog box.  If you have a large
  52.     monitor, and want a really big display then just double an existing
  53.     value displayed in the font dialog box.  For example, if you are
  54.     using the font isi_oem and you see the value 10 displayed in the
  55.     font dialog box, type in 20 and you will get a large window size.
  56.  
  57. 6.  How do I get the correct international characters for my country?
  58.  
  59.     NetTerm has the ability to map both the keyboard and video with
  60.     the use of country tables.  The country table can be defined by
  61.     host, using the 'Mapping' push button within the phone directory.
  62.     A country table must be created by copying the country.ini file
  63.     to another file prefixed with the desired country name, such as
  64.     norway.ini.  Then define this mapping file to one of your hosts
  65.     and use the Options-Setup-International menu to map both the
  66.     video and keyboard sections.  The example file norway.ini contains
  67.     the following mappings:
  68.  
  69.          Video            KeyBoard Normal  KeyBoard Shifted
  70.          0x7b --> 0xe6     0x1a --> 0x7d    0x1a --> 0x5d
  71.          0x7c --> 0xf8     0x27 --> 0x7c    0x27 --> 0x5c
  72.          0x7d --> 0xe5     0x28 --> 0x7b    0x28 --> 0x5b
  73.          0x5b --> 0xc6
  74.          0x5c --> 0xd8     Note that the keyboard mapping uses
  75.          0x5d --> 0xc5     the unique Windows key scan code.
  76.  
  77.     The Options-Setup-International menu also has a global flag that
  78.     will enable/disable mapping for all hosts.
  79.  
  80.     InterSoft will accept unique country files and will include them
  81.     in the normal distribution of NetTerm.  Once you have tested out
  82.     your country file, email to the address shown in the About box.
  83.  
  84. 7.  How can I print files that contain binary HP escape sequences?
  85.  
  86.     The program netsend.c should be uploaded to your host and compiled.
  87.     This program is designed to handle files with binary HP printer
  88.     control sequences and extremely long lines which would normally
  89.     not work correctly with the standard netprint script file.
  90.  
  91. 8.  For the Unix WordPerfect users, from one of our clients:
  92.  
  93.     A hint:  If any other Netterm users inquire about using
  94.     your telnet with WP5.2+ for Unix, ensure they use
  95.     386CONS as the value for the environment variable
  96.     WPTERM52 when using KEYS-WORDPERFECT.  Even though they
  97.     are actually using vt100 emulation, this will ensure the
  98.     system anticipates the correct codes.
  99.  
  100. 9.  I can't get NetTerm to save my phone book entries.
  101.  
  102.     This is normally happens when you unzip and install NetTerm
  103.     in the same directory.  You must unzip the NetTerm distribution
  104.     in a temporary directory, then install into it's permanent
  105.     directory.
  106.  
  107. 10. Can I use the SmartButtons to select a menu item such as
  108.     Print Screen?  Yes, if you place ~99999 in the Transmitted
  109.     Key Data field (where 99999 is one of the menu item codes)
  110.     NetTerm will select that menu item.
  111.     Refer to the following table for value menu item codes.
  112.  
  113. // NetTerm Menu Items
  114. // File Menu
  115. #define IDM_CONNECT                   10000
  116. #define IDM_DISCONNECT                10001
  117. #define IDM_PHONE                     10002
  118. #define IDM_BBSLIST                   10003
  119. #define IDM_SEPARTOR_10004            10004
  120. #define IDM_PRINT                     10005
  121. #define IDM_SETUP                     10006
  122. #define IDM_SPRINT                    10007
  123. #define IDM_SEPARTOR_10008            10008
  124. #define IDM_LOGPRINT                  10009
  125. #define IDM_LOGFILE                   10010
  126. #define IDM_EJECTP                    10011
  127. #define IDM_SEPARTOR_10012            10012
  128. #define IDM_TPON                      10013
  129. #define IDM_TPOFF                     10014
  130. #define IDM_SEPARTOR_10015            10015
  131. #define IDM_EXIT                      10016
  132.  
  133. // Edit Menu
  134. #define IDM_SCB                       11001
  135. #define IDM_RCB                       11002
  136. #define IDM_SEPARTOR_11003            11003
  137. #define IDM_RESET                     11004
  138. #define IDM_ERESET                    11005
  139. #define IDM_SBREAK                    11006
  140. #define IDM_LBREAK                    11007
  141. #define IDM_AP                        11008
  142. #define IDM_SEPARTOR_11009            11009
  143. #define IDM_SAVESCREEN                11010
  144. #define IDM_CLEAR                     11011
  145. #define IDM_CLEARS                    11012
  146. #define IDM_SAVEAS                    11013
  147. #define IDM_SEPARTOR_11014            11014
  148. #define IDM_PASTEIPA                  11015
  149. #define IDM_PASTEIP                   11016
  150.  
  151. // Options Menu
  152. // Setup Main
  153. #define IDM_FONT                      12000
  154. #define IDM_SETTINGS                  12001
  155. #define IDM_ANSIC                     12002
  156. #define IDM_KB1                       12003
  157. #define IDM_DESKTOP                   12004
  158. #define IDM_DBBAR                     12005
  159. #define IDM_PIN                       12006
  160. #define IDM_SEPARTOR_12007            12007
  161. // International Video/Keyboard
  162. #define IDM_SS                        12300
  163. #define IDM_AM                        12301
  164. #define IDM_VM                        12302
  165. #define IDM_KM                        12303
  166.  
  167. // Options Tools
  168. #define IDM_FINGER                    12400
  169. #define IDM_RESOLVE                   12401
  170. #define IDM_MYIP                      12402
  171. #define IDM_FTPD                      12403
  172. #define IDM_PRINTER                   12404
  173. // Options Trace
  174. #define IDM_TRACE1                    12501
  175. #define IDM_TRACE2                    12502
  176.  
  177. // Send Menu
  178. #define IDM_SASCII                    906
  179. #define IDM_SKERMIT                   905
  180. #define IDM_SZMODEM                   900
  181.  
  182. // Receive Menu
  183. #define IDM_RASCII                    916
  184. #define IDM_RKERMIT                   915
  185. #define IDM_RZMODEM                   917
  186.  
  187. // Window Menu
  188. #define IDM_NEWWINDOW                 15000
  189. #define IDM_QUICK                     15001
  190. #define IDM_EDITOR                    15002
  191. #define IDM_TITLE                     15003
  192. #define IDM_SAVEXY                    15004
  193. #define IDM_SEPARTOR_15004            15005
  194. #define IDM_HOSTSTART                 15500
  195. #define IDM_HOSTEND                   15549
  196.  
  197. // Help Menu
  198. #define IDM_HELP                      16000
  199. #define IDM_SEPARTOR_16001            16001
  200. #define IDM_ORDERING                  16002
  201. #define IDM_REGISTER                  16003
  202. #define IDM_LEGAL                     16004
  203. #define IDM_SEPARTOR_16005            16005
  204. #define IDM_ABOUT                     16006
  205.  
  206. // Mouse Menu
  207. #define IDM_URL                       17000
  208. #define IDM_PSTRING1                  17001
  209. #define IDM_PSTRING2                  17002
  210. #define IDM_BBSDOOR                   17003
  211. #define IDM_SKEY                      17004
  212. #define IDM_SEPARTOR_17005            17005
  213. #define IDM_MSCB                      17006
  214. #define IDM_MRCB                      17007
  215. #define IDM_SEPARTOR_17008            17008
  216. #define IDM_MCLEAR                    17009
  217. #define IDM_MPRINT                    17010
  218. #define IDM_ESCROLL                   17011
  219. #define IDM_PSCROLL                   17012
  220. #define IDM_PRINTH                    17013
  221. #define IDM_SHOWCLIP                  17014
  222. #define IDM_SEPARTOR_17014            17015
  223. #define IDM_MRESET                    17016
  224. #define IDM_MCLEARS                   17017
  225. #define IDM_MSAVEAS                   17018
  226. #define IDM_SEPARTOR_17019            17019
  227. #define IDM_MPASTEIPA                 17020
  228. #define IDM_MPASTEIP                  17021
  229. #define IDM_SEPARTOR_17022            17022
  230. #define IDM_NOOP                      17023
  231.