home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / windows / win_39 / amsoft.iii next >
Text File  |  1997-02-01  |  4KB  |  86 lines

  1. Drake R8 Tuning & Logging Program for Windows 3.0
  2.  
  3. Harold Long, [76576,3412] Compuserve
  4.  
  5. Manual Installation of DRAKE.EXE
  6. --------------------------------
  7.  
  8. Welcome to DRFW Version 2.0! This version includes several feature
  9. upgrades:
  10.  
  11.     Full resolution frequency support, to 10 Hz accuracy,
  12.     Load/save multiple versions of your station receiving log.
  13.     Full on-line Help support.
  14.     SINPO "point & click" reception value calculation.
  15.  
  16. The Ver. 2.0 ENGLISH.FRQ data base is *NOT* compatible with that supplied
  17. with Version 1.x releases, but DRFW Ver. 2.0 *IS* read-compatible with
  18. your older logs. (The data base frequency field has been changed from 
  19. XXXXX KHz resolution to XX.XXXXX MHz resolution. You can manually edit 
  20. your older log files with a spreadsheet such as Excel and thus update 
  21. them to the new format.)
  22.  
  23. This release kit includes the following:
  24.  
  25. DRAKE.EXE               The executable
  26. DRAKE.HLP               The on-line help file and user's guide
  27. INSTALL.TXT             These installation instructions
  28. PSETUP.DLL              Windows Library
  29. MHELP.VBX               Windows Library
  30. ENGLISH.FRQ             English language broadcasts by country, time, 
  31.             and frequency
  32. MEMORY.TXT              A sample Drake memory bank layout.
  33.  
  34.  
  35. 1. Copy PSETUP.DLL and MHELP.VBX to your \WINDOWS directory.  They provide
  36. support for the printer setup command (under File/Printer Setup...) and
  37. peek/poke/inp/out memory primitives.
  38.  
  39. 2. Copy DRAKE.EXE, DRAKE.HLP, and all text files to wherever you want.  
  40. They do not have to be on your search path, by the way.  A recommendation 
  41. is that they go on your boot disk (assumed to be C:) in directory "DRAKE" 
  42. so that the default file lookup will work properly, i.e., in C:\DRAKE.
  43. Another popular place to put them is in a \WINDOWS\DRAKE directory.
  44.  
  45. 3. Edit your WIN.INI file and add the following lines. They can go 
  46. anywhere in the INI file, at the end is ok. If you set up a different 
  47. directory layout, modify the file paths accordingly.  Other program
  48. defaults will be stored here when Drake R8 is run.
  49.  
  50. [DrakeR8]
  51. TZoffset=5
  52. LogFile=C:\DRAKE\ENGLISH.TXT
  53. MemFile=C:\DRAKE\MEMORY.TXT
  54. FromFile=C:\DRAKE\FROM.TXT
  55. ToFile=C:\DRAKE\TO.TXT
  56. BodyFile=C:\DRAKE\BODY.TXT
  57. CommPort=COM1:
  58.  
  59. The TZoffset (Time Zone offset) is the hours added to your *local* time to get 
  60. Universal Coordinated Time (UTC).  For example, Eastern Standard Time is 5, 
  61. Eastern Daylight Time would be 4.
  62.  
  63. The line "ComPort=COM1:" can be changed to point to COM2: if that is the one 
  64. you wish to use to connect to the receiver.  This may also be changed from 
  65. within the program. COM3 and COM4 will work as well, if they are available.
  66.  
  67. 4. Start Windows and using the "New" command, add a Program Item for "Drake 
  68. R8" to whatever your favorite Program Group may be -- for example, Windows 
  69. Applications. Using the "Browse" feature, find/point the new Program Item
  70. to where you have stored DRAKE.EXE, and then the Change Icon to check that
  71. the Drake R8 Icon is there (if it is, you have installed the Program Item
  72. entry properly).
  73.  
  74. 5. Ensure your radio is properly cabled to your computer. A "straight through" 
  75. cable (typically a DB-9 male to DB-9 female) is required.  I got mine from
  76. Radio Shack.
  77.  
  78.  
  79.                  NOTE
  80.  
  81.     This program *requires* VBRUN100.DLL to be present in your
  82.     \WINDOWS directory. It is not included in this distribution kit,
  83.     and must be downloaded from the Compuserve Microsoft Basic 
  84.     Forum (GO MSBASIC).
  85.  
  86.