home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / ATP-OS2 / README < prev   
Text File  |  1996-12-03  |  4KB  |  100 lines

  1.  
  2. QUICK START  for IBM OS/2 (32 bit)
  3. -----------
  4.  
  5. 1) Put the binary ATP.EXE anywhere in your PATH. Put EMX.DLL in your
  6.    LIBPATH. (However, if you already have EMX.DLL installed, don't
  7.    install the enclosed version unless your currently installed EMX.DLL 
  8.    is older than 0.9b).
  9.    
  10. 2) If you wish to run ATP from the desktop, you should install
  11.    it as a full screen application. ATP will work in a window but it was
  12.    designed to be a full screen text mode application. See your OS/2
  13.    docs for info on how to set an application to full screen.
  14.  
  15. 3) Set the environment variable ATP to point to the directory where you want
  16.    ATP message bases to reside (add this to your config.sys and reboot).
  17.    For example:
  18.  
  19.    set ATP=c:\foobar\qwks
  20.  
  21. 4) Put the configuration file `atprc' in your ATP directory pointed to
  22.    by the environment variable which you set in step 2 above. Edit
  23.    the `atprc' file to your personal taste and circumstances.
  24.  
  25. 5) Put the taglines file "taglines.atp" in your ATP directory.
  26.  
  27. 6) Edit the following entries in your atprc, and verify that the paths
  28.    which you enter *really* do exist. If you have a Perl interpreter
  29.    installed, you can use the script atpdiag.cmd to verify your setup.
  30.    (Perl for OS/2 is available via ftp from hobbes.nmsu.edu:/os2/unix).
  31.    
  32.     a) user = Your Name
  33.  
  34.     b) editor = your_editor
  35.  
  36.     c) mail = C:\your\mail\path\for\new\QWK\packets
  37.  
  38.     d) reply = C:\your\reply\path\for\outgoing\rep\packets
  39.  
  40.     e) workpath = D:\some\directory\for\atp\temp\files
  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.    (ATP searches the "mail" directory for QWK packets--this is the
  46.    directory you specified in step 5(c).
  47.  
  48. 9) Type `help' for help, `q' for quit.
  49.  
  50. 10) Read the docs!  The files COPYING and COPYING.EMX in the bin
  51.    subdirectory contain license information for ATP and for EMX.DLL
  52.    respectively. There are various informational files in the docs
  53.    subdirectory, including plain text and PostScript versions of the
  54.    ATP user's manual.
  55.  
  56. OS/2 TIPS
  57. ---------
  58.  
  59. Please read the docs to get the most out of ATP. ATP also functions like
  60. a mini-shell and allows you to enter many common system commands from
  61. the command line. It is very powerful and allows you to navigate QWK
  62. message bases with a couple key strokes. But you will have to read the
  63. docs. See the ATP user's manual in the docs subdirectory of this archive.
  64.  
  65. Your choice of editor is important. Any editor designed for OS/2 should
  66. be suitable, but be careful of certain editors ported to OS/2 from other
  67. operating system. Many "ports" of Unix editors to OS/2 lack the ability
  68. to reference a file by absolute path (including drive letter). This is
  69. because those who "ported" these softwares overlooked the fact that OS/2
  70. (and DOSish operating systems in general) require a drive letter in an
  71. absolute path designator. One nice Unix style editor that does work well
  72. with ATP for OS/2 is ELVIS 1.7. 
  73.  
  74. Zip and Unzip seem to be the most popular archiver format used with QWK
  75. packets. But note this: the 1989 version of PKzip for OS/2 has many known
  76. bugs. Please don't use it. The freeware ZIPs from Info-Zip are *highly*
  77. recommended instead. Find them available via ftp at:
  78.         hobbes.nmsu.edu:/os2/archiver/unz5*
  79.         hobbes.nmsu.edu:/os2/archiver/zip2*
  80.  
  81. The EMX.DLL enclosed with this version of ATP is version 0.9b. The latest
  82. versions of EMX.DLL can always be obtained from:
  83.         ftp.uni-stuttgart.de:/pub/systems/os2/gnu/emx+gcc/emxrt.zip
  84.  
  85. Would you like to run your OS/2 version of ATP under MSDOS?  Then note
  86. that the above archive also contains a VCPI based MSDOS extender EMX.EXE
  87. which will allow your OS/2 ATP binary to run under MSDOS. But perhaps
  88. more flexible is the RSX.EXE MSDOS extender which supports DPMI, 
  89. available from:
  90.  
  91.         ftp.uni-bielefeld.de:/pub/systems/msdos/misc/rsx503rt.zip
  92.  
  93. A Perl interpreter for OS/2 can be obtained via ftp from:
  94.         hobbes.nmsu.edu:/os2/unix/perl*
  95.  
  96. The source code for ATP may be had via ftp from:
  97.         sunsite.unc.edu:/pub/Linux/system/BBS/mail/atp-1.50-src.tar.gz
  98.  
  99.  
  100.