home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / Documents / FAQ / OS2-faq / user / part2 < prev    next >
Encoding:
Text File  |  1993-08-28  |  47.6 KB  |  1,280 lines

  1. Newsgroups: comp.os.os2.misc,comp.os.os2.apps,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!howland.reston.ans.net!vixen.cso.uiuc.edu!uchinews!kimbark!sip1
  3. From: sip1@kimbark.uchicago.edu (Timothy F. Sipples)
  4. Subject: OS/2 Frequently Asked Questions List Rel. 2.1C (2 of 4)
  5. Message-ID: <1993Aug28.041526.27505@midway.uchicago.edu>
  6. Followup-To: comp.os.os2.misc
  7. Sender: news@uchinews.uchicago.edu (News System)
  8. Supersedes: <1993Jun14.063617.26081@midway.uchicago.edu>
  9. Reply-To: sip1@midway.uchicago.edu
  10. Organization: Dept. of Econ., Univ. of Chicago
  11. Date: Sat, 28 Aug 1993 04:15:26 GMT
  12. Approved: news-answers-request@mit.edu
  13. Expires: Fri, 15 Oct 1993 23:59:59 GMT
  14. Lines: 1263
  15. Xref: senator-bedfellow.mit.edu comp.os.os2.misc:74981 comp.os.os2.apps:20744 news.answers:11855 comp.answers:1777
  16.  
  17. Archive-name: os2-faq/user/part2
  18. Version: 2.1C
  19.   
  20. [Part 2 of 4]
  21.  
  22. to customize refresh rates for your particular monitor.] }} 
  23.  
  24.  
  25.   Related information: 
  26.  
  27.   (2.5) Specific Hardware Recommendations 
  28.   (3.2) Shareware and Freeware Sources 
  29.   (5.8) Displaying Background Bitmaps 
  30.  
  31.  
  32. (2.3) Printer Support
  33.  
  34.  Will OS/2 2.1 work with my printer? 
  35.  
  36. OS/2 2.1 includes support for Hewlett-Packard LaserJets (including the 
  37. LaserJet 4 series), DeskJets (including the new 1200C and 510 models), and 
  38. PaintJets; IBM/Lexmark ExecJets, InkJets, Proprinters, Quickwriters, 
  39. Quietwriters, Pageprinters, and Laserprinters; Epson dot matrix, ink jet, 
  40. and laser printers; Postscript devices; and other printers (e.g.
  41. Panasonic, Okidata) compatible with these families.  A variety of IBM and 
  42. HP plotters (including HPGL/2 plotters) is also supported.  Drivers for NEC 
  43. dot matrix printers and Canon laser and BubbleJet printers are now 
  44. available for download [See (3.2) Shareware and Freeware Sources or contact 
  45. the Canon Support BBS at 714-438-3325].  {{ Most BubbleJet printers also 
  46. work quite well with either the IBM 4072 ExecJet or IBM 4072 InkJet driver.
  47. If your printer model is not listed when you install OS/2 2.1, consult your 
  48. Using the Operating System manual starting on Page 351 for advice.  Or 
  49. check your printer's manual to see if the printer emulates one of the 
  50. models that is listed.  }} 
  51.  
  52. DOS/Windows printer drivers continue to work for DOS/Windows applications.
  53. OS/2 2.1 includes a large assortment of Windows printer drivers for 
  54. Win-OS/2.  If necessary install Windows printer drivers using the Win-OS/2 
  55. Control Panel.  OS/2 2.1 and OS/2 1.3 printer drivers are interchangeable 
  56. in many cases.
  57.  
  58. If your printer is not compatible with one of the drivers supplied with 
  59. OS/2, check with the printer manufacturer first then with (3.2) Shareware 
  60. and Freeware Sources.  If you own an IBM printer, check with the Lexmark 
  61. BBS (modem 606-232-5653).  {{ Drivers for older IBM printers (including the 
  62. original IBM 5152 Graphics Printer) are available from (3.2) Shareware and 
  63. Freeware Sources.  }} 
  64.  
  65. If you are using a Postscript printer, and you are having difficulty 
  66. printing under Win-OS/2 3.1, particularly over a network, try adding the 
  67. following line to the Postscript section of your WIN.INI file:
  68.  
  69.  CtrlD=0 
  70.  
  71. If you are having trouble printing generally, see the configuration advice 
  72. in (4.1) Installation for assistance.
  73.  
  74.  
  75.  Related information: 
  76.  
  77.  (3.2) Shareware and Freeware Sources 
  78.  (4.1) Installation 
  79.  
  80.  
  81. (2.4) COM3 and COM4 Support
  82.  
  83.  Can I use COM3 and COM4 in OS/2? 
  84.  
  85. COM3 and COM4 are supported on most PS/2s without any additional effort.
  86. On {{ ISA, EISA, and VESA LocalBus }} machines, some additions are required 
  87. to CONFIG.SYS.  Using a text editor, include "(port number, base address, 
  88. interrupt number)" parameters next to the COM.SYS and VCOM.SYS filenames.
  89. One example:
  90.  
  91.  DEVICE=C:\OS2\COM.SYS (3,3E8,5) (4,2E8,10)
  92.  DEVICE=C:\OS2\MDOS\VCOM.SYS (3,3E8,5) (4,2E8,10)
  93.  
  94. Parameters for COM1 and COM2 need not be included (unless they are somehow 
  95. nonstandard).  OS/2 must end up with sequentially numbered logical COM 
  96. ports, if possible.  For example, if (physical) port two is not installed 
  97. but port three or port four is installed, start numbering using (2,...)  in 
  98. the DEVICE lines.  See the OS/2 2.1 Using the Operating System manual, 
  99. starting on Page 374, for more information on COM ports under OS/2.  If 
  100. these efforts fail, try the SIO drivers [available from (3.2) Shareware and 
  101. Freeware Sources].  Note that IRQ 2 is actually redirected to IRQ 9 on the 
  102. AT bus, so use (...,...,9) in the above COM.SYS and VCOM.SYS settings if 
  103. your serial port is set to use IRQ 2. 
  104.  
  105. AT bus COM ports cannot be used at the same time if they share interrupts 
  106. because of bus design limitations (cf.  "Under the Hood:  How Interrupts 
  107. Work," Byte, February, 1992).  An adapter which provides more flexibility 
  108. in interrupt selection [e.g.  the 16-bit model from STB; See (2.5) Specific 
  109. Hardware Recommendations] may prove helpful.  Also, PolyCom, a replacement 
  110. driver available from (3.2) Shareware and Freeware Sources, supports up to 
  111. eight ports with the right hardware {{ (Xenix-compatible multiport 
  112. adapters) }}.
  113.  
  114. "Smart" (coprocessor controlled) multiport communication adapters should be 
  115. used when installing more than four ports.  Such an adapter will work with 
  116. OS/2 if the manufacturer has written an appropriate driver.  Examples 
  117. include:
  118.  
  119.   Company           Telephone Number 
  120.  
  121.   IBM (ARTIC)       (800) PS2-2227 
  122.   Digiboard         (612) 943-9020 
  123.   Stargate          (216) 349-1860 
  124.   Arnet             (615) 834-8000 
  125.   Computone         (404) 475-2725 
  126.   Comtrol           (612) 631-7654 
  127.   CTC Systems       (415) 966-1688 
  128.   Equinox           (305) 255-3500 
  129.   I-Concepts        (214) 956-7770 
  130.   Specialix         (408) 378-7919 
  131.   Stallion          (408) 395-5775 
  132.  
  133.  
  134.   Related information: 
  135.  
  136.   (2.5) Specific Hardware Recommendations 
  137.   (3.2) Shareware and Freeware Sources 
  138.  
  139.  
  140. (2.5) Specific Hardware Recommendations
  141.  
  142.  Are there any specific hardware recommendations? 
  143.  
  144. Here are some of the peripherals and adapters that are particularly well 
  145. suited to OS/2.  Some true bargains are included.  Prices do not include 
  146. shipping and handling.
  147.  
  148. o CatsEye/X XGA-2 Adapter.  An AT bus display adapter with the latest IBM 
  149. P2 XGA-2 chipset, providing superior performance and the best driver 
  150. support under OS/2.  Price:  $249 from FutureComm (phone 203-937-7725 or 
  151. FAX 203-932-3154; ask for John Jaser).  {{ Or contact Synaptec 
  152. (61-2-555-9560 or FAX 61-2-818-2878).  }} A Microchannel version is 
  153. available from IBM for a comparable price.
  154.  
  155. o ATI 8514/A Compatible Display Adapters.  Harmony Computers (phone 
  156. 800-441-1144 or 718-692-2828) is advertising two of ATI's 8514/A hardware 
  157. compatible Mach8 display adapters.  Both operate in 1024x768 256 color mode 
  158. at up to 72 Hz noninterlaced using the OS/2 8514/A driver.  (Confirm, 
  159. though, that these adapters have the full megabyte of video memory for the 
  160. Mach8 processor, required for OS/2 operation.)  The ATI 8514/Ultra ($179) 
  161. is designed to work in both Microchannel and AT bus machines and, while it 
  162. uses fast VRAM video memory, it does not contain onboard VGA circuitry.  A 
  163. separate VGA or SuperVGA display adapter, with passthrough connector, is 
  164. required.  The ATI Graphics Ultra ($199) also uses VRAM, has onboard 
  165. SuperVGA circuitry, and works with AT bus computers.  {{ Data Products and 
  166. Services (phone 800-669-8194) offers OEM versions of the ATI Graphics Ultra 
  167. Plus 2 MB ($209), Graphics Ultra Pro 2 MB ($315), Graphics Ultra Pro EISA 2 
  168. MB ($329), and Graphics Ultra Pro VESA LocalBus 2 MB ($315).  }} The ATI 
  169. GUP includes the more recent (and faster) Mach32 coprocessor, yet it is 
  170. still 8514/A hardware compatible.  Computer Discount Warehouse (tel.
  171. 800-795-4239, FAX 708-291-1737) sells the ATI Graphics Vantage (an AT bus, 
  172. DRAM version of the original Graphics Ultra) for only $158.41.
  173.  
  174. o Intel OverDrive Processors.  {{ Intel and IBM have teamed up to provide 
  175. inexpensive Intel OverDrive upgrade processors.  Each processor comes with 
  176. a free copy of IBM OS/2 2.1 on your choice of media.  OverDrive processors 
  177. are 486DX compatible, clock doubled CPUs designed for systems with 
  178. OverDrive sockets.  Versions are available for 33 MHz ($549), 25 MHz 
  179. ($399), and 20 MHz and below ($299) systems.  Call 800-621-3117 by 
  180. September 14 for more information or to order.  }} 
  181.  
  182. o NEC CD-ROM Drives.  {{ ITG Computers (tel.  708-259-1129 or FAX 
  183. 708-259-1130) is selling NEC CDR-73 ($225), CDR-83 ($205), CDR-74 ($315), 
  184. and CDR-84 ($295) SCSI CD-ROM drives.  The CDR-73 (external) and CDR-83 
  185. (internal) feature an average access time of about 350 ms and a 150K/second 
  186. data transfer rate.  The CDR-74 (external) and CDR-84 (internal) increase 
  187. the data transfer rate to 300K/second and add Kodak Photo CD compatibility.
  188. Some models are refurbished.  Or you may wish to order the CDR-37 
  189. (portable, caddyless, 150K/second, 450 ms, Photo CD) for just $139 from JEM 
  190. (phone 617-254-5500).  Say "Summer Sizzler" when ordering.  Finally, MPS 
  191. Multimedia (phone 800-533-4677, 415-731-4075, or FAX 415-731-1217) sells 
  192. the CDR-55 (300K/second, 340 ms, Photo CD) for $299 (internal) or $379 
  193. (external).  }} 
  194.  
  195. o Toshiba CD-ROM Drive.  The latest, super fast (200 ms average access 
  196. time; 300K+/second sustained data transfer rate) Toshiba CD-ROM drive, 
  197. Model XM-3401, is available from many dealers for about $500 (internal 
  198. model; external model is priced higher).  The Toshiba is the best choice 
  199. when performance is critical.
  200.  
  201. o SCSI Adapters Two good values are the Adaptec 1522 (available for {{ $79 
  202. from Smart Computer Systems, tel.  510-656-6794 or FAX 510-656-6685) }} and 
  203. the Future Domain 1680 (only $129 from Computability, phone 800-554-9948 or 
  204. FAX 414-357-7814).  Both are 16-bit AT bus SCSI-2 adapters with on board 
  205. diskette controllers {{ (which can be disabled if necessary) }}, and both 
  206. are supported by drivers that ship with OS/2 2.1.  Neither use DMA [see 
  207. (2.6) More Than 16 MB RAM].  {{ Other possibilities include the bus 
  208. mastering, AT bus, Adaptec 1540B ($100 from Discount Electronics Trading 
  209. Int'l, tel.  619-341-1107 or FAX 619-341-2217) and the Microchannel Adaptec 
  210. 1640 ($139 from Discount Electronics Trading Int'l).  These, too, are 
  211. supported by drivers included with OS/2 2.1 itself.  For EISA and LocalBus 
  212. systems, consider BusLogic SCSI adapters (which come with OS/2 2.1 drivers 
  213. and complete instructions).  }} 
  214.  
  215. o Wangtek Tape Drives.  Super Technologies (phone 909-393-4648) offers a 
  216. seven month warranty on several Wangtek SCSI tape drives.  The Wangtek 
  217. 5150ES (250 MB) is $295, the 5525ES ( 525 MB) is $495, and the 6200HS (2 GB 
  218. DAT) model is $650.  All will work with GTAK tape backup software [See 
  219. (3.2) Shareware and Freeware Sources] when attached to an OS/2 supported 
  220. SCSI adapter.
  221.  
  222. o Irwin Accutrack Tape Drive with EZTape/PM.  Several dealers offer the 
  223. Irwin Accutrack series of tape drives bundled with EZTape for DOS, Windows, 
  224. and OS/2.  Prices start at about $200.
  225.  
  226. o 16550AFN Buffered UART Serial Port Adapters.  Improves high speed serial 
  227. communications performance.  Price:  $35 for a two port adapter from 
  228. Zero-One Networking (phone 714-693-0808).  Ask about adapters with parallel 
  229. ports.
  230.  
  231. o Four Port 16550AFN Buffered UART Serial Adapter.  The STB 4-COM adapter 
  232. is available for {{ $110 }} delivered by calling 800-735-5266 Ext.  64.
  233. The 16-bit STB adapter provides four buffered serial ports, each with an 
  234. independently selectable interrupt and address.  IRQs above 7 are supported 
  235. for each port.  Up to two of these adapters may be installed in the same 
  236. system (for up to eight buffered serial ports).  Four six inch 8-pin DIN to 
  237. DB9 male converter cables are supplied.  Fifteen month manufacturer's 
  238. warranty and free technical support from STB.
  239.  
  240. o Creative Labs SoundBlaster.  Original (Revision 2.0), Pro, and 16ASP 
  241. models are available from many suppliers and provide audio output for OS/2 
  242. multimedia applications.  {{ The original SoundBlaster ($50; confirm 
  243. Revision 2.0 or later; speakers $5 extra) and SoundBlaster Pro ($90 with 
  244. free speakers) are available from Stata (tel.  510-656-9848 or FAX 
  245. 510-656-9891).  }} 
  246.  
  247. o IBM M-Audio Adapter.  Available in either AT bus or Microchannel models 
  248. for the same price.  Provides compact disc quality audio reproduction and 
  249. recording capabilities under OS/2.  Price:  $235 from IBM Direct (phone 
  250. 800-IBM-2YOU).
  251.  
  252. o MediaVision ProAudio Spectrum 16.  The PAS 16, as it is known, offers 
  253. compact disc quality audio reproduction and recording capabilities and an 
  254. on board SCSI port (for CD-ROM drives and other peripherals).  Available 
  255. from several dealers for about $150.  The Logitech SoundMan 16 is identical 
  256. to the PAS 16 (and sometimes less expensive), although it does not include 
  257. a SCSI port.  MediaVision's new ProAudio Studio, a more expensive adapter, 
  258. is also supported under OS/2 2.1.  All three are AT bus adapters.
  259.  
  260. o Ethernet Adapters.  {{ While supplies last, Accton Technology Corp.
  261. (800-926-9288, 510-226-9800, or FAX 510-226-9833) is selling their 16-bit 
  262. ISA NE2000 compatible ethernet adapters for only $29 each (plus $5 shipping 
  263. per order).  Limit two per customer; United States and Canadian customers 
  264. only.  }} 
  265.  
  266.  
  267.   Related information: 
  268.  
  269.   (2.1) Hardware Requirements 
  270.   (2.2) SuperVGA Support 
  271.   (2.4) COM3 and COM4 Support 
  272.   (2.6) More Than 16 MB RAM 
  273.   (3.2) Shareware and Freeware Sources 
  274.  
  275.  
  276. (2.6) More Than 16 MB of RAM
  277.  
  278.  Can I use more than 16 MB of RAM? 
  279.  
  280. OS/2 2.1 will address all the RAM in your system.  If the BIOS recognizes 
  281. the memory, OS/2 will find it and use it.
  282.  
  283. However, on certain systems the RAM beyond the 16 MB boundary may be used 
  284. as a fast swap area.  OS/2 relies on its swap file, SWAPPER.DAT, to hold 
  285. code and data which cannot fit into real memory (i.e.  to provide virtual 
  286. memory).  If the swap file {{ (and applications) }} can only be accessed 
  287. via a hard disk adapter which uses 24-bit DMA for disk access (e.g.  the 
  288. Adaptec 154x series), then the system must move code and data below the 16 
  289. MB boundary before it can write it to disk.  This "double move" is costly 
  290. (in terms of performance), and often OS/2 will merely use all the RAM above 
  291. the 16 MB boundary as a fast swap area (before writing to disk) to avoid 
  292. the problem.  It is up to the hard disk adapter driver, however, to decide 
  293. how to handle this situation.
  294.  
  295. Only AT bus adapters are limited to 24-bit DMA.  Microchannel, EISA, {{ 
  296. VESA LocalBus, }} and other 32-bit adapters are not so limited.  Moreover, 
  297. only a select few AT bus hard disk adapters utilize DMA.  Nearly all MFM, 
  298. RLL, and IDE adapters, and many SCSI adapters, do not use DMA for disk 
  299. access.
  300.  
  301. Suffice it to say that, regardless of your present hardware, OS/2 will take 
  302. advantage of it as best it can.  However, if you are planning new hardware 
  303. purchases, you may wish to take this particular hardware design limitation 
  304. into account.  Specifically, if you plan to install more than 16 MB of RAM 
  305. in your system, either choose a 32-bit hard disk adapter (Microchannel or 
  306. EISA, for example) or choose an AT bus adapter which does not utilize DMA 
  307. for disk access (a standard IDE adapter, an Adaptec 152x series SCSI 
  308. adapter, or a Future Domain SCSI adapter, for example).  {{ The performance 
  309. trade-off is highly system dependent, however.  You may find that even DMA 
  310. adapters such as the Adaptec 154x series outperform the alternatives in 
  311. certain cases.  }} 
  312.  
  313.  
  314.  Related information: 
  315.  
  316.  (2.5) Specific Hardware Recommendations 
  317.  
  318.  
  319. (2.7) Device Driver Availability
  320.  
  321.  What device drivers are available that aren't included with OS/2? 
  322.  
  323. {{ Here is a list of device drivers (and their common filenames) available 
  324. from (3.2) Shareware and Freeware Sources:
  325.  
  326. (This section will be completed in a future release of the OS/2 Frequently 
  327. Asked Questions List.)  }} 
  328.  
  329.  
  330.  Related information: 
  331.  
  332.  (3.2) Shareware and Freeware Sources 
  333.  
  334.  
  335. (3.0) Software
  336.  
  337.  The following questions are addressed in this section: 
  338.  
  339.  (3.1)  What applications are available for OS/2? 
  340.  
  341.  (3.2)  Where can I obtain OS/2 shareware and freeware? 
  342.  
  343.  (3.3)  What are the "must have" shareware and freeware titles? 
  344.  
  345.  (3.4)  Is there a Norton Utilities for OS/2? 
  346.  
  347.  (3.5)  I would like to set up an OS/2 BBS.  What is available? 
  348.  
  349.  (3.6)  What do I need for OS/2 multimedia applications? 
  350.  
  351.  (3.7)  Should I worry about viruses when running OS/2 2.1? 
  352.  
  353.  (3.8)  What networking products are available for OS/2 2.1? 
  354.  
  355.  (3.9)  What is Extended Services? 
  356.  
  357.  (3.10)  Are there any special software offers I should know about? 
  358.  
  359.  (3.11) What backup software is available? 
  360.  
  361.  (3.12) What multiuser extensions and security options are available? 
  362.  
  363.  (3.13)  What on-the-fly disk compression software is available? 
  364.  
  365.  (3.14)  Are there any dealers that specialize in OS/2 products? 
  366.  
  367.  
  368. (3.1) Applications
  369.  
  370.  What applications are available for OS/2? 
  371.  
  372. In addition to the thousands of applications available for DOS and Windows, 
  373. there are a couple thousand OS/2-specific applications representing almost 
  374. every category imaginable.
  375.  
  376. The DOS/Windows applications with 16-bit OS/2-specific counterparts 
  377. include:
  378.  
  379.   o Aldus 
  380.  
  381.      - Pagemaker 
  382.  
  383.   o AutoDesk 
  384.  
  385.      - AutoCAD 
  386.  
  387.   o Borland 
  388.  
  389.      - Sidekick 
  390.      - Paradox 
  391.      - Brief 
  392.  
  393.   o Corel Systems 
  394.  
  395.      - CorelDraw 
  396.  
  397.   o DeScribe 
  398.  
  399.      - Word Publisher 
  400.  
  401.   o FutureSoft 
  402.  
  403.      - DynaComm 
  404.  
  405.   o Hilgraeve 
  406.  
  407.      - HyperAccess/5 
  408.  
  409.   o IBM 
  410.  
  411.      - DisplayWrite 
  412.      - DisplayWrite Composer 
  413.  
  414.   o Informix 
  415.  
  416.      - Wingz 
  417.  
  418.   o JP Software 
  419.  
  420.      - 4OS2 (4DOS for OS/2) 
  421.  
  422.   o Lotus Development 
  423.  
  424.      - 1-2-3 
  425.      - Freelance Graphics 
  426.      - Notes 
  427.      - cc:Mail 
  428.  
  429.   o Micrographx 
  430.  
  431.      - Designer 
  432.  
  433.   o Microrim 
  434.  
  435.      - R:Base 
  436.  
  437.   o Microsoft 
  438.  
  439.      - Word 
  440.      - Excel 
  441.      - Multiplan 
  442.      - Mail 
  443.  
  444.   o New England Software 
  445.  
  446.      - Graph-in-the-Box 
  447.  
  448.   o Omen 
  449.  
  450.      - Pro-YAM 
  451.  
  452.   o Oracle 
  453.  
  454.      - Database 
  455.  
  456.   o SAS Institute 
  457.  
  458.      - SAS 
  459.  
  460.   o SemWare 
  461.  
  462.      - QEdit 
  463.  
  464.   o SPSS Inc. 
  465.  
  466.      - SPSS 
  467.  
  468.   o Ventura 
  469.  
  470.      - Publisher 
  471.  
  472.   o WordPerfect Corp. 
  473.  
  474.      - WordPerfect 
  475.  
  476. and many others.  In some cases DOS and OS/2 versions ship together (e.g.
  477. Microsoft Word 5.5, Lotus 1-2-3 3.0, Wingz).
  478.  
  479. OS/2 2.1 provides an attractive, 32-bit, Workplace Shell environment for 
  480. new applications; many do not have DOS/Windows predecessors.  This new 
  481. class of 32-bit applications will (or does) include:
  482.  
  483.   o {{ BocaSoft 
  484.  
  485.      - System Sounds 
  486.      - WipeOut Screen Saver }} 
  487.  
  488.   o Borland 
  489.  
  490.      - ObjectVision 
  491.      - C++ 
  492.  
  493.   o Computer Associates 
  494.  
  495.      - {{ C++ 
  496.      - CommonView 
  497.      - Compete! 
  498.      - Datacom 
  499.      - dBFast 
  500.      - Easytrieve Workstation 
  501.      - IDMS 
  502.      - PAN/LCM 
  503.      - QbyX 
  504.      - Realia COBOL 
  505.      - Realizer 
  506.      - RET 
  507.      - Simply Accounting 
  508.      - SuperProject 
  509.      - Telon/PWS 
  510.      - Textor 
  511.      - Unicenter }} 
  512.  
  513.   o Corel Systems 
  514.  
  515.      - CorelDraw 
  516.  
  517.   o DeScribe 
  518.  
  519.      - Word Publisher 
  520.  
  521.   o {{ Fifth Generation Systems 
  522.  
  523.      - FastBack Plus }} 
  524.  
  525.   o Hilgraeve 
  526.  
  527.      - HyperAccess/PM 
  528.  
  529.   o {{ HockWare 
  530.  
  531.      - VisPro/REXX }} 
  532.  
  533.   o {{ IBM 
  534.  
  535.      - DB2/2 
  536.      - C Set ++ 
  537.      - CICS 
  538.      - Communications Manager/2 
  539.      - Person to Person/2 
  540.      - Personal Application System/2 
  541.      - PL/1 
  542.      - Programmer's Toolkit 
  543.      - Prolog 
  544.      - TCP/IP 
  545.      - Time and Place/2 
  546.      - Ultimedia Builder/2 
  547.      - Ultimedia Perfect Image/2 
  548.      - Ultimedia Workplace/2 
  549.      - (Many others) }} 
  550.  
  551.   o Lotus Development 
  552.  
  553.      - 1-2-3 
  554.      - Freelance Graphics 
  555.      - Notes 
  556.      - cc:Mail 
  557.      - Ami Pro 
  558.  
  559.   o Microformatic 
  560.  
  561.      - Fax/PM 
  562.  
  563.   o Micrographx 
  564.  
  565.      - Draw 
  566.      - Designer 
  567.      - (All others) 
  568.  
  569.   o Microrim 
  570.  
  571.      - R:Base 
  572.  
  573.   o {{ OneUp 
  574.  
  575.      - WindowWasher }} 
  576.  
  577.   o Proportional Software 
  578.  
  579.      - DCF/2 (disk compression) 
  580.  
  581.   o SofNet 
  582.  
  583.      - FaxWorks 
  584.  
  585.   o {{ Software Corp. of America 
  586.  
  587.      - TalkThru }} 
  588.  
  589.   o Spinnaker 
  590.  
  591.      - PFS:Works 
  592.  
  593.   o Stac Electronics 
  594.  
  595.      - Stacker 
  596.  
  597.   o Symantec 
  598.  
  599.      - Norton Commander 
  600.      - Zortech C++ 
  601.  
  602.   o Vienna Software Publishing 
  603.  
  604.      - N/Joy: The World of Objects 
  605.  
  606.   o {{ Watcom 
  607.  
  608.      - C++ 
  609.      - Fortran 
  610.      - VX REXX }} 
  611.  
  612.   o WordPerfect Corp. 
  613.  
  614.      - WordPerfect 
  615.      - Office 
  616.      - Presentations 
  617.  
  618.   o ZSoft (WordStar) 
  619.  
  620.      - Publisher's Paintbrush 
  621.  
  622. and many more.  Over 1200 new 32-bit OS/2 2.1 applications have been 
  623. released to date.
  624.  
  625. OS/2-specific versions of popular utilities include ZIP/UNZIP, ARC, LHA, 
  626. Zoo 2.1, many GNU tools, tens of different file finders, desktop clocks, 
  627. calculators, and many more.  Programming languages include Ada, {{ APL, }} 
  628. Assembler, BASIC, C, C++, COBOL, Forth, Fortran, Icon, LISP, Modula-2, 
  629. Pascal, {{ PL/1, }} Prolog, REXX (included with every copy of OS/2 2.1), 
  630. Smalltalk, and still more, from vendors such as Borland, Clarion, IBM, 
  631. Microway, Symantec (through its Zortech subsidiary), Watcom, and many more.
  632. Two free ports of the 32-bit GNU C/C++ compiler, GCC/2 and EMX/GCC, are 
  633. available [See (3.2) Shareware and Freeware Sources].  Fortran to C (f2c) 
  634. and Pascal to C (p2c) translators are also available.  (See the 
  635. Programmer's Edition of this List for more information.)
  636.  
  637. The IBM PC Company BBS ({{ 919-517-0001 }}) provides an online product 
  638. database of OS/2-specific software.  A directory of OS/2 applications, IBM 
  639. document number G362-0029, is published by Graphics Plus (phone 
  640. 800-READ-OS2).  The OS/2 Development Tools Guide is available free of 
  641. charge by calling the IBM Developer Assistance Program at (407) 982-6408.
  642. TINF [See (3.2) Shareware and Freeware Sources] is an applications 
  643. directory (for use with the OS/2 VIEW facility).
  644.  
  645.  
  646.   Related information: 
  647.  
  648.   (1.3) DOS and Windows Compatibility 
  649.   (3.2) Shareware and Freeware Sources 
  650.  
  651.  
  652. (3.2) Shareware and Freeware
  653.  
  654.  Where can I obtain OS/2 shareware and freeware? 
  655.  
  656. See (4.11) OS/2 BBSes for information on bulletin board systems that 
  657. support OS/2.
  658.  
  659. On the Internet, the Usenet conference comp.binaries.os2 carries OS/2 
  660. software.  And several sites are available via anonymous ftp.  (No ftp?
  661. Send a single line message with the word HELP to bitftp@pucc.bitnet or 
  662. ftpmail@decwrl.dec.com to learn about ftp mail servers.)  Some are (with 
  663. Internet node numbers and subdirectories):
  664.  
  665.  
  666.   ftp-os2.cdrom.com              192.153.46.2     /os2
  667.  
  668.   ftp-os2.nmsu.edu               128.123.35.151   pub/os2
  669.  
  670.   software.watson.ibm.com        129.34.139.5     pub/os2
  671.  
  672.   mtsg.ubc.ca                    137.82.27.1      os2:
  673.  
  674.   access.usask.ca                128.233.3.1      pub/archives/os2
  675.  
  676.   luga.latrobe.edu.au            131.172.2.2      pub/os2
  677.  
  678.   funic.funet.fi                 128.214.6.100    pub/os2
  679.  
  680.   pdsoft.lancs.ac.uk             148.88.64.2      micros/ibmpc/os2
  681.  
  682.   ftp.uni-stuttgart.de           129.69.1.12      soft/os2
  683.  
  684.   src.doc.ic.ac.uk               146.169.2.1      computing/systems/os2
  685.  
  686.   zaphod.cs.uwindsor.ca          137.207.224.3    pub/local/os2
  687.  
  688.   ftp.luth.se                    130.240.18.2     pub/pc/os2
  689.  
  690.   ftp.informatik.tu-muenchen.de  131.159.0.198    /pub/comp/os/os2
  691.  
  692.  
  693. The ftp-os2.nmsu.edu library is available on CD-ROM from Walnut Creek 
  694. (phone 510-947-5996).  {{ A quarterly subscription is available.  Profit 
  695. Press (phone 800-843-7990) also offers OS/2 shareware and freeware on 
  696. CD-ROM.  }} EMS (phone 301-924-3594) offers an OS/2 shareware/freeware 
  697. library on diskette.
  698.  
  699. Other sources include CompuServe (FIND OS/2) and archive servers (send a 
  700. single line message with the word HELP to listserv@cc1.kuleuven.ac.be or 
  701. mail-server@rus.uni-stuttgart.de for more information, or use ftp).
  702. TRICKLE servers are also available outside the United States.  For more 
  703. information on TRICKLE services, including automatic file subscription 
  704. procedures, send a single line message with the word HELP to any one of the 
  705. following sites nearest you:
  706.  
  707.   Country       Address 
  708.   Austria       TRICKLE@AWIWUW11.BITNET 
  709.   Belgium       TRICKLE@BANUFS11.BITNET 
  710.   Colombia      TRICKLE@UNALCOL.BITNET 
  711.   France        TRICKLE@FRMOP11.BITNET 
  712.   Germany       TRICKLE@DEARN.BITNET 
  713.   Israel        TRICKLE@TAUNIVM.BITNET 
  714.   Italy         TRICKLE@IMIPOLI.BITNET 
  715.   Netherlands   TRICKLE@HEARN.BITNET 
  716.   Sweden        TRICKLE@SEARN.BITNET 
  717.   Turkey        TRICKLE@TREARN.BITNET 
  718.                 TRICKLE@TRMETU.BITNET 
  719.  
  720. IBM has been releasing freely distributable employee written software (e.g.
  721. Visual REXX) and OS/2 patches to these sites.
  722.  
  723.  
  724.   Related information: 
  725.  
  726.   (3.3)  "Must Have" Shareware and Freeware 
  727.   (3.5)  Running a BBS Under OS/2
  728.   (3.7)  Viruses
  729.   (4.6)  Corrective Service Diskettes 
  730.   (4.11) OS/2 BBSes 
  731.  
  732.  
  733. (3.3) "Must Have" Shareware and Freeware
  734.  
  735.  What are the "must have" shareware and freeware titles? 
  736.  
  737. Here are some of the shareware and freeware selections that have proven 
  738. popular among OS/2 users.  Where available, an approximate filename is 
  739. provided.  However, since version numbers are changing frequently, please 
  740. bear in mind that some of this information may be dated.  Also, please 
  741. register any shareware you use -- your support will ensure a continuing 
  742. supply of capable OS/2 shareware.
  743.  
  744. o OS2Exec (OS2EXEC.ZIP):  Start any OS/2 program from any OS/2 DOS session.
  745.  
  746. o Worldwide OS/2 BBS List (OS2WORLD.ZIP):  List of BBSes around the world 
  747. where OS/2 is the predominant area of discussion and where large OS/2 
  748. software archives are held.
  749.  
  750. o 4OS2 Version 1.1 (4OS232.ZIP):  A replacement command interpreter from JP 
  751. Software.  A must for command line users.
  752.  
  753. o StartD ({{ STARTD22.ZIP }}):  Provides the capability to start DOS 
  754. sessions with specific, custom DOS Settings from the OS/2 command line.
  755.  
  756. o Icon Extractor (ICON_160.ZIP):  Converts Windows icons to OS/2 format.
  757. Icons can be extracted from Windows executables.  Assigns icons via drag 
  758. and drop.  Deletes undeleteable objects.
  759.  
  760. o Mr.  File/PM (MRFILEPM.ZIP):  File manager and program launcher.
  761.  
  762. o Workplace Shell Backup (WPSBK7.ZIP):  Backup the OS/2 desktop.
  763.  
  764. o Extended Attributes Backup (EABK202.ZIP):  Saves extended attributes so 
  765. that non-EA aware backup software preserves all necessary OS/2 data.
  766.  
  767. o Visual REXX (VREXX2.ZIP):  Provides the ability to write REXX programs 
  768. which use Presentation Manager windows, scroll bars, menus, and other 
  769. features.
  770.  
  771. o Icon Programming Language (ICON88.ZIP):  A simple yet powerful 
  772. programming language for many platforms, including OS/2.  Supports 
  773. graphical applications.
  774.  
  775. o EMX/GCC (various):  Powerful C/C++ compiler with programming aids and 
  776. enhanced libraries.
  777.  
  778. o Enhanced Editor Toolkit and Accessories (various):  Add-ons to the 
  779. Enhanced Editor (EPM) which provide editor macro capabilities, 
  780. documentation, and various accessories.
  781.  
  782. o INI Maintenance (INIMNT1E.ZIP):  Edit and maintain your vital OS/2 INI 
  783. files.
  784.  
  785. o Info-Zip's UnZip 5.0 (UNZ50X32.EXE):  Extract files from ZIP archives.
  786. PKZip 2.x compatible.  Supports extended attributes.  Companion utility, 
  787. Zip 1.9, also available.
  788.  
  789. o GTAK GNU tar ({{ GTAK212B.ZIP }}):  Tape archive (backup and restore) 
  790. utility.  Supports SCSI tape drives.
  791.  
  792. o MR/2 (MR2_139.ZIP):  Reader for BBS QWK mail packets.
  793.  
  794. o TE/2 ({{ TE2_124.ZIP }}):  A full featured terminal emulation and modem 
  795. communications program.
  796.  
  797. o PMComm (PMCOM110.ZIP):  As full featured as TE/2, but with a Presentation 
  798. Manager interface.
  799.  
  800. o C-Kermit 5A(189) ({{ CK5A189.ZIP }}):  A terminal emulation and modem 
  801. communications program featuring the Kermit file transfer protocol.
  802.  
  803. o SIO COM Drivers ({{ SIO102.ZIP }}):  Replacement serial port drivers 
  804. which offer enhanced performance.
  805.  
  806. o McAfee's Virus Scan ({{ OSCN104.ZIP }}):  Detects viruses.  Companion 
  807. Virus Clean and Net Scan utilities also available.
  808.  
  809. o Minesweeper (DMINE110.ZIP):  A game which requires you to avoid the mines 
  810. in a minefield.  Several other versions are available.
  811.  
  812. o Galleria (GALLERIA.ZIP):  Graphics manipulation and screen capture 
  813. utility.  {{ Also try PM Camera for screen capture.  }} 
  814.  
  815. o IBM Configurator and Pricer (ICPAUSA.ZIP):  Prices IBM personal computer 
  816. systems and accessories.
  817.  
  818. o PS/2 Assistant ({{ PS2AST77.ZIP }}):  Provides information on most of the 
  819. IBM personal computer product line, including OS/2.
  820.  
  821. o emTeX (various):  Provides professional typesetting and document 
  822. composition.
  823.  
  824. o BlackHole (BLAKHOL3.ZIP):  A Workplace Shell object that destroys 
  825. anything dragged to it.
  826.  
  827. o CONFIG.SYS Editor (CFGED1B.ZIP):  A Presentation Manager utility which 
  828. eases CONFIG.SYS editing.
  829.  
  830. o BootOS2 (BOOT2X.ZIP):  Creates an OS/2 bootable diskette.
  831.  
  832. o psPM (PSPM2.ZIP):  Displays a graphical representation of the processes 
  833. running on an OS/2 system and allows termination of any or all.
  834.  
  835. o Workplace Shell Tools (WPTOOL02.ZIP):  Creates or deletes standard 
  836. Workplace Shell objects.
  837.  
  838. o GhostScript PM (GS252PM.ZIP):  Postscript interpreter and viewer.
  839.  
  840. o OS2You (OS2YOU27.ZIP):  OS/2 remote control over a modem or LAN 
  841. connection.  Companion program PM2You, for control of graphical 
  842. applications, including DOS and Windows, is also available.
  843.  
  844. o UUPC/Extended (various):  Provides uucp connection for mail, news, and 
  845. other services.
  846.  
  847. o TinyEd {{ (TINYED.ZIP):  Text editor, under 10K in size -- perfect for an 
  848. emergency boot diskette.  }} 
  849.  
  850. o BookShelf (BOOKSHLF.ZIP):  Utility which presents a coherent menu of all 
  851. available INF files on your system.
  852.  
  853. o HSwitch {{ (HSWTCH02.ZIP):  A task list for full screen sessions.  }} 
  854.  
  855. o Mousey {{ (MOUSEY10.ZIP):  Shareware utility which allows you to change 
  856. the default mouse pointer to a candy cane, chicken head, or other icon of 
  857. your choosing.  }} 
  858.  
  859.  
  860.   Related information: 
  861.  
  862.   (3.2) Shareware and Freeware Sources 
  863.  
  864.  
  865. (3.4) Disk Utilities
  866.  
  867.  Is there a Norton Utilities for OS/2? 
  868.  
  869. Not yet, although Norton Desktop, Norton Utilities, and Norton Commander 
  870. all work under OS/2 2.1's DOS/Windows sessions [with limitations; See (1.3) 
  871. DOS and Windows Compatibility].  Also, Norton Commander is now available 
  872. for OS/2 2.1.
  873.  
  874. However, the GammaTech Utilities should fill the role.  Contact their 
  875. publisher at 405-359-1219.  Note that OS/2 2.1 has a built-in UnDelete 
  876. utility (see the online Command Reference), and HPFS is resistant to 
  877. fragmentation [See (1.5) High Performance File System].
  878.  
  879.  
  880.  Related information: 
  881.  
  882.  (1.3) DOS and Windows Compatibility 
  883.  (1.5) High Performance File System 
  884.  
  885.  
  886. (3.5) BBS Operation Under OS/2
  887.  
  888.  I would like to set up an OS/2 BBS.  What is available? 
  889.  
  890. OS/2 is an excellent environment for BBS operation (even using DOS/Windows 
  891. software), including large multiline facilities.  Related software will 
  892. enable FidoNet capabilities, gateways to Usenet/UUCP, nodelist processing, 
  893. additional file transfer protocols, and more.
  894.  
  895. Five popular OS/2-specific BBSes are Maximus and Simplex [available from 
  896. (3.2) Shareware and Freeware Sources), Omega Point/2 (BBS 404-564-1961), 
  897. Magnum (phone 818-706-9800, BBS 818-706-9805), and Multi-Net (phone 
  898. 503-883-8099, BBS 503-883-8197).
  899.  
  900. For more information on operating a BBS under OS/2 (with conferences 
  901. devoted to the subject) log on to one of the OS/2 BBSes listed in (4.11) 
  902. OS/2 BBSes.
  903.  
  904.  
  905.  Related information: 
  906.  
  907.  (2.4)  COM3 and COM4 Support 
  908.  (4.11) OS/2 BBSes 
  909.  
  910.  
  911. (3.6) Multimedia (MMPM/2)
  912.  
  913.  What do I need for OS/2 multimedia applications? 
  914.  
  915. OS/2 2.1 includes both the Win-OS/2 multimedia extensions and MMPM/2, the 
  916. OS/2 multimedia extensions, at no extra charge.  OS/2 2.1's MMPM/2 includes 
  917. software motion video support for both IBM Ultimotion and Intel Indeo 
  918. files.  Software motion video provides playback of video clips in a window 
  919. under OS/2.  (Video for Windows will operate correctly under Win-OS/2, but 
  920. Ultimotion is far more capable than Video for Windows.  Ultimotion supports 
  921. higher frame rates, larger image sizes, better synchronization of video and 
  922. audio, and, often, simultaneous playback of two or more video clips, even 
  923. with background tasks running.)  An accelerated display adapter and a fast 
  924. processor can help improve the quality of software motion video.
  925.  
  926. Drivers for the Creative Labs SoundBlaster series, MediaVision ProAudio 
  927. series, and IBM M-Audio Capture and Playback Adapter are provided with 
  928. MMPM/2.  Other drivers should be available from (3.2) Shareware and 
  929. Freeware Sources, or contact your adapter vendor for information on OS/2 
  930. driver support.  (The original SoundBlaster and certain ATI SoundBlaster 
  931. clones may require a low cost upgrade from the manufacturer to work with 
  932. MMPM/2.)  A driver for the PC speaker {{ has been }} released by IBM, but 
  933. this driver demands a huge amount of processor attention and does not 
  934. provide the fidelity that audio adapters do.
  935.  
  936. Note that the MediaVision ProAudio Spectrum Plus operates correctly when 
  937. using the built-in MMPM/2 ProAudio Spectrum 16 driver.  However, to obtain 
  938. full functionality you must change the PARAMSTRING line in the 
  939. [ibmwavepas1601] section of the file \MMOS2\MMPM2.INI after installation of 
  940. MMPM/2.  Using a text editor (like the OS/2 System Editor), change the line 
  941. so that BPS=8 instead of BPS=16.  This change causes MMPM/2 to default to 
  942. 8-bit audio (since the ProAudio Spectrum Plus does not support 16-bit 
  943. audio).
  944.  
  945. {{ The MMPM/2 driver for the original SoundBlaster supplied with OS/2 2.1 
  946. contains a special check which may render it inoperable with SoundBlaster 
  947. clones (like the MediaVision Thunderboard).  Advanced users may patch the 
  948. driver using the following commands:
  949.  
  950.  CD \MMOS2
  951.  COPY SBD2.SYS SBD2.OLD
  952.  DEBUG SBD2.SYS
  953.  -e 3fd8 00 
  954.  -w
  955.  -q
  956.  
  957.   }} 
  958.  
  959. MMPM/2 drivers should also be available for Digitan and Omni sound 
  960. adapters, directly from their manufacturers.  VideoLogic's (phone 
  961. 617-494-0530) DVA-4000 supports video capture and video display in OS/2 
  962. windows as does New Media Graphics's (phone 508-663-0666) Super 
  963. VideoWindows.  Tecmar (phone 800-624-8560 or 216-349-1009, or FAX 
  964. 216-349-0851) offers various OS/2 multimedia products, including the 
  965. ProSound audio adapter.
  966.  
  967. REXX programs [see (5.11) REXX] can be used to play, record, and manipulate 
  968. MMPM/2 audio and video files.  For more information on REXX and MMPM/2, 
  969. consult the online Multimedia with REXX document (located in the Multimedia 
  970. folder).
  971.  
  972. More information on IBM's OS/2 multimedia extensions (MMPM/2) and tools, 
  973. Ultimotion, multimedia hardware, and IBM multimedia titles (e.g.
  974. Illuminated Manuscript) is available through IBM's Multimedia Office (phone 
  975. 800-426-9402 ext.  150).
  976.  
  977. {{ To install a Windows sound driver under Win-OS/2, make sure that the 
  978. line drivers=mmsystem.dll appears in the file \OS2\MDOS\WINOS2\SYSTEM.INI 
  979. under the [boot] section.  In some cases an installation bug prevents this 
  980. line from being set up properly.  }} 
  981.  
  982.  
  983.  Related information: 
  984.  
  985.  (1.3)  DOS and Windows Compatibility 
  986.  (2.5)  Specific Hardware Recommendations 
  987.  (3.2)  Shareware and Freeware Sources 
  988.  (4.5)  Technical Support 
  989.  (5.11) REXX 
  990.  
  991.  
  992. (3.7) Viruses
  993.  
  994.  Should I worry about viruses when running OS/2 2.1? 
  995.  
  996. At present there are no OS/2-specific viruses.  However, DOS/Windows 
  997. viruses can conceivably infect an OS/2 2.1 system.  DOS/Windows antivirus 
  998. tools are just as useful in preventing such infection.  Also, IBM has an 
  999. antivirus package (AntiVirus/2) which runs under OS/2 directly (without 
  1000. DOS/Windows emulation).  {{ To order AntiVirus/2, call 800-551-3579 
  1001. (800-465-7999 in Canada).  }} McAfee's OS/2 SCAN and CLEAN have been 
  1002. released, as has Dr.  Solomon's Antivirus Toolkit for OS/2 from Ontrack 
  1003. Systems.  Others (Dr.  Cohen, for example) are in development.
  1004.  
  1005. But OS/2 2.1 is likely to be much more resistant to viruses because of its 
  1006. design.  Viruses running in one virtual DOS/Windows session are likely to 
  1007. be confined to that session.  Low level disk access is curtailed under OS/2 
  1008. 2.1, thus preventing most virus infection at that level.  And when a 
  1009. DOS/Windows virus does trigger, it is far less likely to disrupt the entire 
  1010. system.  In fact, OS/2 is most vulnerable when it isn't in charge (i.e.
  1011. when native DOS is being used).  A DOS virus then has free reign to write 
  1012. to the hard disk and possibly disable OS/2.  The greater risk comes from 
  1013. leaving OS/2.
  1014.  
  1015. OS/2 2.1 is by no means virus proof -- no system is.  But it should prove 
  1016. more resistant to virus infection.
  1017.  
  1018.  
  1019.  Related information: 
  1020.  
  1021.  (1.3) DOS and Windows Compatibility 
  1022.  
  1023.  
  1024. (3.8) Networking Products
  1025.  
  1026.  What networking products are available for OS/2 2.1? 
  1027.  
  1028. In addition to DOS/Windows products, OS/2-specific TCP/IP support is 
  1029. available from IBM (phone 800-IBM-CALL), Essex Systems (phone {{ 
  1030. 508-750-6200 or FAX 508-750-4699 }}), FTP Software (send mail to 
  1031. info@ftp.com), {{ Wollongong (phone 415-962-7100 or FAX 415-969-5547), }} 
  1032. and others.  (A freeware SLIP implementation, PMNOS, is available; see 
  1033. (3.2) Shareware and Freeware Sources.)  The NetWare Workstation Kit 2.01 
  1034. for OS/2 is available from Novell (phone 800-873-2831) and IBM for a small 
  1035. charge; it is also available free of charge from (3.2) Shareware and 
  1036. Freeware Sources.  Note that NetWare 4.0 Server (including all the NLMs) 
  1037. can run alongside OS/2 2.1 at the same time, making OS/2 2.1 the only 
  1038. operating system providing nondedicated NetWare 4.0 server and client 
  1039. capability (a boon for administration and dual LAN Server/NetWare servers, 
  1040. for example).  {{ The package to enable NetWare 4.0 Server to run alongside 
  1041. OS/2 2.1 is available from IBM Direct (800-IBM-2-YOU), Part No.  53G5730.
  1042. IBM also }} offers both NetWare and LAN Server 3.0 (Basic and Advanced) 
  1043. with LAN requesters.  Microsoft sells LAN Manager (which comes bundled with 
  1044. OS/2 1.3).  An OS/2 2.1 LAN Manager Requester, part no.  96F8359, is 
  1045. available from IBM; Microsoft offers a similar requester with LAN Manager 
  1046. 2.1a (or later).  DEC sells Pathworks (Version 2.0b {{ or later }}) for 
  1047. OS/2.  Banyan Vines 5.5 (or later) includes an OS/2 2.x requester.
  1048.  
  1049. OS/2 NDIS MAC drivers for most network adapters are available from (3.2) 
  1050. Shareware and Freeware Sources, as well as vax.ftp.com via Internet 
  1051. anonymous ftp.  Drivers for 3Com adapters are available via anonymous ftp 
  1052. from ftp.3com.com, from the 3Com Support BBS, or from CompuServe (GO 
  1053. THREECOM).  Drivers for Cabletron adapters are available via anonymous ftp 
  1054. from ftp.ctron.com.
  1055.  
  1056. Peer-to-peer networking under OS/2 2.1 is best accomplished (at the moment) 
  1057. with either a TCP/IP or APPN product, like IBM's TCP/IP or Communications 
  1058. Manager/2, respectively.  TCP/IP (with NFS) is available for nearly all 
  1059. platforms, so it is a particularly good choice in a mixed environment.
  1060. Artisoft is reportedly working on an OS/2 version of LANtastic; contact the 
  1061. company for details.  Note that LANtastic 5.0 can run in an OS/2 2.1 DOS 
  1062. session, providing either client or server capability (including access to 
  1063. HPFS long filenames for DOS clients).  IBM may have its own offering in the 
  1064. near future (a repackaging and upgrade of the peer-to-peer support already 
  1065. provided in LAN Server 3.0).  This support can {{ already }} interoperate 
  1066. with Microsoft Windows for Workgroups.
  1067.  
  1068. Infoworld recently called OS/2 the best PC operating system for networking 
  1069. in a mixed environment (i.e.  with multiple network protocols and/or 
  1070. platforms).  With IBM's Network Transport Services/2 at the base (i.e.  by 
  1071. working through a single NDIS interface, using {{ ODI }} "shims" if 
  1072. necessary), multiple network protocols can share the same network adapter 
  1073. under OS/2, avoiding contention.  OS/2 is equally adept as network client, 
  1074. server, and/or peer.  It is flexible enough to meet the needs of almost any 
  1075. network user.
  1076.  
  1077.  
  1078.  Related information: 
  1079.  
  1080.  (1.3)  DOS and Windows Compatibility 
  1081.  (3.2)  Shareware and Freeware Sources 
  1082.  (3.9)  Extended Services 
  1083.  (3.12) Multiuser Extensions and Security 
  1084.  (5.9)  Specific DOS Sessions 
  1085.  
  1086.  
  1087. (3.9) Extended Services
  1088.  
  1089.  What is Extended Services? 
  1090.  
  1091. Prior to Version 2.0, IBM offered two separate packages with each release 
  1092. of OS/2:  Standard Edition and Extended Edition.  Extended Edition included 
  1093. extra, bundled software products:  the Communications Manager (for 
  1094. communication with IBM mainframes, minicomputers, and other hosts), 
  1095. Database Manager (a full, network aware, relational database), and LAN 
  1096. Requester.
  1097.  
  1098. IBM has now unbundled the Extended Edition features, dropped LAN Requester 
  1099. from the package (now available separately, with IBM's LAN Server), updated 
  1100. it for OS/2 2.x, and renamed it Extended Services 1.0.  ES, by itself, no 
  1101. longer includes the base operating system as Extended Edition once did.
  1102.  
  1103. This new arrangement makes it easier to update the base operating system 
  1104. with CSDs [See (4.6) Corrective Service Diskettes].  And now ES 1.0 will 
  1105. run under OS/2 1.3 Standard Edition as well as OS/2 2.x.  Also, ES 1.0, 
  1106. like OS/2 2.x itself, is designed to operate on both IBM and non-IBM 
  1107. systems [See (2.1) Hardware Requirements].
  1108.  
  1109. While Extended Services will remain available, IBM has decided to further 
  1110. separate the ES components.  DB2/2, a full 32-bit relational database, is 
  1111. available separately as a replacement for ES's Database Manager.
  1112. Communications Manager/2 is now also available by itself.  With each 
  1113. component available "a la carte," you can configure your OS/2 system to 
  1114. your exact specifications (almost always at a lower cost), and you are free 
  1115. to substitute similar products from other vendors (so you aren't locked 
  1116. into IBM's offerings).
  1117.  
  1118. {{ To install Extended Services 1.0 under OS/2 2.1, you must replace the 
  1119. ESSTART.CMD file on ES Diskette 1 with the ESSTART.BAK file found in the 
  1120. \OS2\INSTALL directory Keep a backup of the old file.  }} 
  1121.  
  1122.  
  1123.  Related information: 
  1124.  
  1125.  (1.2) Differences Between Versions 
  1126.  (2.1) Hardware Requirements 
  1127.  (3.8) Networking Products 
  1128.  (4.6) Corrective Service Diskettes 
  1129.  
  1130.  
  1131. (3.10) Special Software Offers
  1132.  
  1133.  Are there any special software offers I should know about? 
  1134.  
  1135. Here are some of the OS/2 software products that represent particularly 
  1136. good values.  Most prices do not include shipping and handling.
  1137.  
  1138. o Low Prices on OS/2 2.1.  {{ Katy Computer Systems in St.  Louis (phone 
  1139. 314-230-8200 or netmail sales@katy.com) is offering the OS/2 2.1 Upgrade 
  1140. Edition on diskette for $82 and on CD-ROM for $68.  Katy will ship anywhere 
  1141. in the continental United States for $4 per copy.  Prices are subject to 
  1142. change after September 14.  }} 
  1143.  
  1144. o Special Offers from IBM.  {{ Through September 14, you can order several 
  1145. non-IBM OS/2 software packages from the OS/2 Hotline (800-3-IBM-OS2) at 
  1146. special, low prices.  Mention Offer R1 when ordering.  SofNet's FaxWorks 
  1147. ($79), Arcadia Workplace Companion ($89), TalkThru ($139 text emulator; 
  1148. $239 graphics emulator), PolyPM/2 ($199 combo package), BlackJack ($19.95), 
  1149. and DeScribe Word Publisher ($99) are available.  }} 
  1150.  
  1151. o Novastor's Novaback Tape Backup Software.  This package supports a wide 
  1152. variety of tape drives, but check ahead to see if yours is supported.
  1153. Available for $112 from Programmer's Connection, phone 800-336-1166 or 
  1154. 216-494-8715.
  1155.  
  1156. o IBM C Set ++.  IBM has released its C++ compiler for OS/2 at a special 
  1157. price.  Through August 31, C Set ++ is $175 on diskette, $149 on CD-ROM.
  1158. To order call 800-342-6672 in the U.S.  or 800-465-7999 in Canada.  Outside 
  1159. North America, contact your local IBM dealer.  C Set ++ on diskette is IBM 
  1160. Part No.  61G1175; on CD-ROM, 61G1412.
  1161.  
  1162. o Borland C++ for OS/2.  Available from Below Zero in Calgary (phone 
  1163. 800-461-2777, 403-547-0669, or FAX 403-547-1018) for about $136 U.S., 
  1164. including shipping.  Add GST in Canada.  Below Zero will export outside 
  1165. North America.  {{ Also available from IBM Direct (800-IBM-2-YOU) for $139.
  1166. }} 
  1167.  
  1168. o IBM PL/1.  Not everyone is a PL/1 programmer, but IBM is offering free 
  1169. copies of Workframe/2 with every purchase and free product videos.  Phone 
  1170. 800-426-3346 ext.  STL10 for more information on the two packages 
  1171. available.
  1172.  
  1173. o IBM TCP/IP 2.0 for OS/2.  The universal peer-to-peer networking solution, 
  1174. {{ now updated to take advantage of OS/2 2.x's special features.  }} In the 
  1175. United States the base package {{ (IBM Part No.  65G1220) is available for 
  1176. $150 from IBM (phone 800-IBM-CALL ext.  S83) through December 31.
  1177. Discounts apply for additional licenses.  The Base Services package 
  1178. includes basic server and client software (finger, ftp, talk, telnet, 
  1179. etc.), an NNTP newsreader (NR/2), a mailer (LaMail), SLIP support, and much 
  1180. more.  Ask about available TCP/IP add-ons if you need them:  X Window 
  1181. System Server, X Window System Client, NFS, DOS/Windows Access, 
  1182. Programmer's Toolkit, Domain Name Server, Extended Networking, NetBIOS, 
  1183. OSF/Motif, Asia/Pacific Kit, and MultiMail.  }} 
  1184.  
  1185. o Lotus Applications.  Lotus 1-2-3 2.0, {{ cc:Mail 2.0, }} and Freelance 
  1186. Graphics 2.0 for OS/2 are now available.  These 32-bit, Workplace Shell, 
  1187. and HPFS aware applications are available at the same prices as the DOS and 
  1188. Windows counterparts.  For educational discounts in the United States 
  1189. contact Douglas Stewart Co.  (phone 800-279-2795).
  1190.  
  1191. o Imara ScanTool.  Imara Research Corp.  is offering its OS/2 ScanTool 
  1192. software at a special price of $99 with a 30 day money back guarantee.
  1193. Works with HP ScanJet, ScanJet Plus, ScanJet IIP, and ScanJet IIC scanners.
  1194. Saves files as PCX, raw TIFF, or compressed TIFF.  Phone Imara at 
  1195. 416-581-1740 (or FAX 416-581-1605) for more information or to order.
  1196.  
  1197. o Conner Backup Exec.  Conner, through some recent acquisitions, has 
  1198. obtained expertise in OS/2 backup software.  Backup Exec is the latest 
  1199. effort, on sale at a special price of $69.  Call 800-468-2587 for more 
  1200. information or to order.
  1201.  
  1202. o Corel Draw 2.5.  Corel Systems has dropped the price of Corel Draw 2.5 
  1203. for OS/2 to just $199 (list).
  1204.  
  1205. o Corel SCSI Software.  Corel Systems offers a SCSI driver package which 
  1206. will give you additional support for removeable media (such as 
  1207. magneto-optical drives) under OS/2 (and DOS).  This package is available 
  1208. for $64.95 from Computability (phone 800-554-9948 or FAX 414-357-7814).
  1209.  
  1210. o PFS:Works.  Spinnaker has slashed the price of PFS:Works for OS/2, an 
  1211. integrated software package providing word processing, spreadsheet, 
  1212. charting, database, and communications functions.  Many dealers are 
  1213. carrying PFS:Works for OS/2 for under $40, including Indelible Blue (phone 
  1214. {{ 800-776-8284 or }} 919-834-7005, FAX 919-783-8380).
  1215.  
  1216. o WordPerfect 5.2.  If you already have WordPerfect 5.2 for Windows, you 
  1217. may obtain the diskettes for the OS/2 version for about $25, thanks to 
  1218. WordPerfect's generous multiplatform license.  (A manual is extra.)
  1219. Contact WordPerfect for details, including educational and nonupgrade 
  1220. pricing.  WordPerfect can be reached at {{ 800-321-5906 }} or FAX 
  1221. 801-222-5077.
  1222.  
  1223. o Relish.  Relish is a 32-bit PIM (personal information manager), handling 
  1224. scheduling and calendar functions.  Relish is now available for only $69 
  1225. directly from Sundial Systems; mention the "OS/2 User Group Special" when 
  1226. ordering.  A demonstration version of Relish is available from (3.2) 
  1227. Shareware and Freeware Sources.
  1228.  
  1229. o IBM DB2/2.  The single user version of IBM's Database 2 for OS/2 is on 
  1230. sale through August 31 for just $199 (Part No.  62G3648).  This powerful, 
  1231. 32-bit database is the successor to the Database Manager found in Extended 
  1232. Services.  Server versions are available.
  1233.  
  1234.  
  1235.   Related information: 
  1236.  
  1237.   (3.1) Applications 
  1238.   (3.2) Shareware and Freeware Sources 
  1239.  
  1240.  
  1241. (3.11) Backup Software
  1242.  
  1243.  What backup software is available? 
  1244.  
  1245. Generally DOS backup programs will work under OS/2 2.1, but they may not 
  1246. capture some OS/2 data (especially extended attributes) on the hard disk 
  1247. without the assistance of utilities such as EABackup [See (3.2) Shareware 
  1248. and Freeware Sources].
  1249.  
  1250. OS/2 backup tools are available, notably:
  1251.  
  1252.  
  1253.   Software Title           Company              Telephone
  1254.  
  1255.   PMTape and PS2Tape       IBM                  (800) IBM-CALL
  1256.  
  1257.   Sytos Plus               Sytron               (508) 898-0100
  1258.                                                 BBS (508) 898-2608
  1259.  
  1260.   EZTape and Backup Exec   Irwin (Conner)       (800) 821-8782
  1261.  
  1262.   DMS/Intelligent Backup   Sterling             (916) 635-5535
  1263.  
  1264.   FileSafe                 Mountain             {{ (800) 458-0300 }}
  1265.  
  1266.   Back in a Flash!         CCT Inc.             (612) 339-5870
  1267.  
  1268.   NovaBack                 NovaStor             (818) 707-9900
  1269.  
  1270.   OBackup                  ?                    See (3.2) Shareware and
  1271.                                                 Freeware Sources
  1272.  
  1273. [Continue with Part 3 of 4]
  1274.  
  1275. -- 
  1276. Timothy F. Sipples        | READ the OS/2 Frequently Asked Questions List
  1277. sip1@kimbark.uchicago.edu | 2.1C, available from 192.153.46.2, anonymous
  1278. Dept. of Econ., Univ.     | ftp, in /pub/os2/all/info/faq, or from
  1279. of Chicago, 60637         | LISTSERV@BLEKUL11.BITNET (send "HELP").
  1280.