home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MODEM / CIMSEL.ZIP / README.TXT < prev   
Text File  |  1994-02-10  |  5KB  |  112 lines

  1. CIMSEL.EXE           Compuserve CIS.INI selection menu                 2/10/94
  2.  
  3. WHAT IT IS:
  4.   CIMSEL.EXE is shareware.  That means if you like it and will use it, 
  5.   please send $10 to:
  6.  
  7.         Jim Hinsch
  8.         7836 Normandie Blvd., #K13
  9.         Middleburg Hts., OH  07093
  10.  
  11.   Comments are welcome at Compuserve ID:  70031,1636
  12.   
  13.   This software can be distributed freely as long as it includes all
  14.   the original files that I have bundled together:
  15.         CIMSEL.EXE              The program itself.
  16.         CIMSEL.INI              The program's information file.     
  17.         PHONE.LST               The programs's menu selections.
  18.         README.TXT              This file that you are reading.
  19.  
  20.   This program comes AS IS, without warranty.  It does not claim to be 
  21.   suitable for any particular purpose and any damage caused by this program
  22.   is strictly the responsibility of the executor of the program.  Use of 
  23.   this program completely at your own risk.  The author has made every
  24.   reasonable precaution for the program to operate accurately and without
  25.   bugs.
  26.  
  27.  
  28. WHAT IT DOES:
  29.   The DOS version of CIM (Compuserve Information Manager) does not allow 
  30.   multiple CIS.INI configurations.  This is not convenient for those who 
  31.   travel and might be dialing in to Compuserve at different telephone 
  32.   numbers, baud rates, etc.
  33.  
  34.   This program presents a menu of telephone numbers and baud rates to 
  35.   choose from, and then launches CIM.EXE.
  36.  
  37.  
  38. HOW TO INSTALL IT:
  39.   It is easiest to just copy all the files that come with this software
  40.   into the same directory as the CIM.EXE program.  Then edit the file
  41.   PHONE.LST with your favorite editor.  This program only uses the first
  42.   15 entries in PHONE.LST.  Then run CIMSEL.EXE and enjoy.
  43.   
  44.  
  45. HOW IT WORKS:
  46.   The program reads a file CIMSEL.INI from the current directory and looks
  47.   for 4 entries that indicate the location of certain files.  CIMSEL.INI
  48.   comes with this program, but it is up to you to change it if you want to
  49.   use alternative file locations.
  50.         ___________________________________________
  51.         | CIS.INI=CIS.INI
  52.         | CIS.SAV=CIS.SAV
  53.         | Phone List=PHONE.LST
  54.         | Program=CIM.EXE
  55.         |
  56.   
  57.   The program then does the following:
  58.     Reads CIS.INI to get the current phone number and baud rate.
  59.     Reads PHONE.LST and presents a menu based on its contents.  The menu
  60.         includes the current CIS.INI settings.
  61.     Waits for user input.  "16" or <ESC> exits the program.
  62.     If the user input is "1" (current settings), the program simply launches
  63.         CIM.EXE
  64.     ELSE
  65.         Copies CIS.SAV to CIS.BAK to make a backup.
  66.         Copies CIS.INI to CIS.SAV as a template.
  67.         Deletes CIS.INI.
  68.         Reads CIS.SAV line by line and rebuilds CIS.INI
  69.           When the PHONE and BAUD entries are located, the data is 
  70.           replaced with the data chosen from the menu.
  71.           CIM.EXE is launched.
  72.  
  73. Format of PHONE.LST:
  74.   
  75.   For your convenience, the format is the same as Compuserve presents
  76.   (GO PHONES):
  77.   __________________________________________________________________________
  78.   |* This file should contain phone number entries just as they appear
  79.   |* in Compuserve (GO PHONES).
  80.   |* Lines that start with a space or "*" or "<" are ignored.  
  81.   |* Only the first 15 entries are read.
  82.   |*FORMAT:
  83.   |               State   Phone    
  84.   |  City            |    Number         Baud rate          Doesn't matter
  85.   |<---------------->--<-------------><-----------------><---------------...
  86.   |
  87.   |CompuServe 800       1800848-4480  300  1200 2400      CPS 224MNP   
  88.   |CompuServe 800       1800331-7166                 9600 CPS V.32/V.42
  89.   |Detroit           MI     535-1122  300  1200 2400      CPS 224MNP   
  90.   |Detroit           MI     535-1466                 9600 CPS V.32/V.42
  91.   |Flint             MI     238-6202  300  1200 2400      CPS 224MNP   
  92.   |Flint (work)      MI 9,  238-6202  300  1200 2400      CPS 224MNP   
  93.   |Flint (work2)     MI 9,13137619300                9600 CPS V.32/V.42
  94.   |Newark            NJ     643-0404  300  1200 2400      CPS 224MNP   
  95.   |Newark            NJ     623-5666                 9600 CPS V.32/V.42
  96.   |Cleveland         OH     781-4135  300  1200 2400      CPS 224MNP   
  97.   |Cleveland         OH     781-7598                 9600 CPS V.32/V.42
  98.   |Seattle           WA     242-5767  300  1200 2400      CPS 224MNP   
  99.   |Seattle           WA     242-9992                 9600 CPS V.32/V.42
  100.   |
  101.   ...
  102.  
  103.   NOTE:  Baud rate is chosen as follows.  If 14400 appears on the line,
  104.   that baud rate is used, else if 9600 apears on the line, that baud rate 
  105.   is used, else 2400 is used.
  106.  
  107.  
  108. Compuserve is a registered trademark of CompuServe, Inc.  The author of this
  109. software has no relationship with CompuServe, Inc.
  110.  
  111.  
  112.