home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / NETMAIL / FT4A_IBM.ZIP / READ.ME < prev   
Encoding:
Text File  |  1990-08-08  |  1.3 KB  |  41 lines

  1. FidoTerm 4a
  2. Tom Jennings
  3. Box 77731
  4. San Francisco
  5. CA 94107 USA
  6.  
  7. FidoTerm is shareware; for the $12 registration fee you get a nice
  8. printed manual that describes how it all works, and the innards of
  9. the script language.
  10.  
  11. But for now I'll tell you what you need to know to operate it:
  12.  
  13. RUNNING FIDOTERM
  14.  
  15. FT <options>  <enter>
  16.  
  17. By default, FT will use COM1 (or for the FOSSIL version, whatever you have
  18. set up for "port 1") for communicating, presumably with a modem (though it
  19. doesn't insist on that).
  20.  
  21. You can change this with command line options: /1 /2 /3 or /4 will select
  22. the port you want.
  23.  
  24. FIDOTERM.SCR
  25.  
  26. That's all well and fine, but a bit annoying to remember to do everytime.
  27. The real way to do it is with FidoTerm's startup script file, "FIDOTERM.SCR".
  28. In this simply put the commands you want FT to run when you start it -- OOPS!
  29. well if you don't have a manual, here's a few examples:
  30.  
  31. &b= 9600
  32. ioport 2
  33.  
  34. &B is the baud rate register; here we're setting it to 9600 instead of FT's
  35. default of 1200. (You can still change it at any time with the appropriate 
  36. command within FidoTerm.) 'ioport' specifies the serial port to use. (The 
  37. command line option overrides this.)
  38.  
  39. FidoTerm will hunt down this script file; put it in the PATH where you put
  40. your programs, or in the subdirectory or diskette you run FT.EXE from.
  41.