home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / CSCRIPT.ZIP / README.3RD < prev    next >
Encoding:
Text File  |  1991-02-19  |  1.3 KB  |  37 lines

  1.                          Setting the .CFG File
  2.                          ─────────────────────
  3.  
  4. 1.  Set Your Comm Port
  5.  
  6.     --  load the Commo.cfg file into your favorite text editor.  Look at
  7.         line 1...it's set to {2400,8n1,2}.  The 2400 is baud rate, 8n1
  8.         is self-explanatory..the 2 is Comm port 2.  Change the baud rate
  9.         or comm port if necessary to match your modem settings.
  10.  
  11. 2.  If You Have An MNP modem
  12.  
  13.     --  look at lines 5 and 6..you may have to toggle these
  14.     --  look at line 16..you will have to toggle this
  15.  
  16. 3.  Set Your Initialization String
  17.  
  18.     --  look at line 7..this is the modem initialization string.  Insert
  19.         the one you've been using from your other comm program.  One
  20.         note, your current string may end with "^M" (carriage return).
  21.         Commo uses the "|" symbol as carriage return..don't put in a ^M.
  22.  
  23. 4.  Set Default Paths
  24.  
  25.     --  this step is somewhat meaningless since the script takes care of
  26.         upload and download paths, but go ahead and edit lines 27 and 28
  27.         to reflect the upload and download path you'ld normally use
  28.  
  29. 5.  Set Colors
  30.  
  31.     --  optional...see if you like the ones I have setup.  If not, edit
  32.         lines 53 to 60 according to your own likes.
  33.  
  34. 6.  Save the File
  35.  
  36.     --  save and continue on to the next Readme file
  37.