home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / ATP07DOS.ZIP / README.DOS < prev    next >
Text File  |  1993-09-11  |  3KB  |  108 lines

  1.  
  2. QUICK START  for MS-DOS
  3. -----------
  4. note: Two versions are provided for MS-DOS. If you don't have a
  5.       386, use ATPLITE.EXE instead (you could rename it to ATP.EXE
  6.       if you wish).
  7.  
  8.  
  9. 1) put the binary ATP.EXE anywhere in your path (use ATPLITE.EXE
  10.    if you don't have a 386 class machine).
  11.  
  12. 2) make sure ANSI.SYS is installed, add this line to your 
  13.    CONFIG.SYS:
  14.  
  15.    DEVICE=ANSI.SYS
  16.  
  17. 3) set the environment variable ATP to point to where you want
  18.    your ATP base directory (add this to your autoexec.bat).
  19.    For example:
  20.  
  21.    set ATP=c:\foobar\qwks
  22.  
  23.    note that you will have to reboot for the changes in steps (2)
  24.    and (3) to take effect.
  25.  
  26. 4) put the configuration file `atprc' in your ATP directory.
  27.  
  28. 5) put the taglines file "taglines.atp" in your ATP directory.
  29.  
  30. 6) review the atprc file, and be sure to edit the following entries
  31.    in your atprc :
  32.    
  33.     a) user = Your Name
  34.  
  35.     b) editor = your_editor
  36.  
  37.     c) mail = \your\mail\path\for\new\QWK\packets
  38.  
  39.     d) reply = \your\reply\path\for\outgoing\rep\packets
  40.  
  41.  
  42. 7) enter `atp' at the prompt to start atp.
  43.  
  44. 8) at ATP's prompt enter `load bbsname.qwk' to view your first packet.
  45.  
  46. 9) type `help' for help, `q' for quit.
  47.  
  48. 10) read the docs!
  49.  
  50. 11) read the docs!!
  51.  
  52.  
  53. COMPILING ATP
  54. -------------
  55.  
  56. ATP.EXE was compiled using DJ GCC 2.4.1 (djgpp 110) under MS-DOS 5.0
  57. and linked with the Salz/Tumlee editline library. The GO32.EXE 32bit
  58. extender was prepended to make the executable. If you want a smaller
  59. executable and you have DJ GCC then you may want to recompile and
  60. prepend STUB.EXE to make the executable. This will reduce the size of
  61. the binary by about 40K but GO32.EXE must be present elsewhere on your
  62. drive. If you know how to use DJ GCC then you understand what I'm
  63. saying!
  64.  
  65. Note that ATPLITE.EXE, the Turbo C/C++ version of ATP, is almost 
  66. identical to the DJ GCC version except that certain size limits are some-
  67. what less. ATPLITE is intended for non-386 class machines. It is "limited"
  68. to 4000 conferences and 65000 byte messages.
  69.  
  70. There are two makefiles provided for DOS users: makefile.djd for use
  71. with D.J.Delorie's GCc, and 'makefile.tcc' for use with Borland's
  72. Turbo C/C++. Both have been tested with Borland's MAKE utility. If
  73. you use another MAKE utilitiy then you might have to edit them slightly.
  74. To build ATP under DJGCC it is assumed that you have installed DJGCC
  75. according to its docs. Note: only run MAKE from the main source 
  76. directory. A separate makefile is invoked from the main makefile
  77. for the editine subdirectory.
  78.  
  79. For DJGCC here is the command line to start the build:
  80.  
  81.     make -fmakefile.djd
  82.  
  83. For TCC here is the command line to start the build:
  84.  
  85.     make -fmakefile.tcc
  86.  
  87. CONTACT INFO
  88. ------------
  89.  
  90. Comments and bug reports welcome.
  91.  
  92. thanks,
  93.  
  94. Thomas McWilliams (KI4N)
  95. P.O. Box 7545
  96. Arlington, VA  22207
  97. USA
  98.  
  99. email: Internet:  thomas.mcwilliams@f615.n109.z1.fidonet.org
  100.        Fido    :  netmail to 1:109/615
  101.        RIME    :  RUNNINGA ->2<-
  102.  
  103. I can also be found in the RIME, FIDO, and SmartNet Unix and Offline
  104. conferences, and I usually monitor comp.os.linux.* .
  105. You may also leave me a message at Enlightened BBS (703) 370-9528 or
  106. Brodmann's Place BBS (301) 843-5732.
  107.  
  108.