home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / winter10 / winter10.txt < prev    next >
Encoding:
Text File  |  1996-05-06  |  316.3 KB  |  7,190 lines

  1.  
  2. March 1995
  3.  
  4. Introduction: The Winsock Client Listing
  5. Winsock:  a Windows Internet standard (Windows Sockets).  The Winsock
  6. standard essentially defines an interface between Windows applications
  7. and the Internet. 
  8.  
  9. This is a detailed listing of Winsock based Freeware and Shareware
  10. packages used in communicating through a modem to the Internet.  Although
  11. this listing is oriented towards the individual home based modem user,
  12. most of these packages are universal, and equally suitable for use
  13. in a network environment. I have indicated if there is a prime or preferred
  14. location where the latest version of each package is usually available.
  15. Alternatively, with the  file names and associated data  supplied,
  16. most of these packages can also be readily found elsewhere on the Internet
  17. with search and retrieval tools like Archie, FTP, Gopher and WAIS.
  18.  
  19. At the present time  the better of these are at least equivalent to
  20. and even superior to the corresponding modules in commercial packages
  21. that you can buy, although there is not really a lot in the marketplace
  22. to begin with.  This situation will dramatically change over the next
  23. year or two, but for now, and in particular for the home based user,
  24. Freeware/Shareware is usually the best choice.  You can try out different
  25. packages until you find the ones with the features you want, and that
  26. you are comfortable with.  Where registration is required the fees
  27. are usually quite reasonable and can bring additional benefits in additional
  28. documentation, technical support and upgrades with additional or uncrippled
  29. features. 
  30.  
  31. Using these packages with a modem requires at a minimum:
  32.   
  33. 1.  Windows 3.1.  
  34.  
  35. 2.  A "SLIP" or PPP account with an Internet provider. Some providers
  36. charge extra for this feature. If this is not available or too expensive
  37. from your service provider, the innovative programs TIA  (The Internet
  38. Adapter) and Twinsock provide an alternate option.  
  39.  
  40. 3.  A special communications package or a combination of compatible
  41. packages installed on your PC which can provide the following:
  42.     a.  Modem dialing capability
  43.     b.  Support for a SLIP or PPP connection.
  44.     c.  Support for the Winsock standard  (i.e. a winsock.dll file included).
  45.   Unfortunately most of the regular commercial and Shareware communications
  46. software commonly used to access other on-line services do not currently
  47. have these features and therefore cannot be used for a Windows connection
  48. to the Internet.  This is quite surprising considering how popular
  49. the Internet has become and reflects poorly on these commercial software
  50. providers. The best communications package currently available which
  51. does work is Peter Tattam's Shareware package Trumpet  Winsock. It
  52. has both manual and automated dialing, supports both SLIP and PPP (in
  53. the latest versions) and includes a winsock.dll file to enable Winsock
  54. compatible programs to function.  The automated dialing does require
  55. you to create a suitable and rather archaic login "script", or alternatively
  56. to use a better separate stand alone dial program.  See the Index for
  57. the section providing additional information on the very popular and
  58. widely used Trumpet Winsock.     
  59.  
  60. I have tried to keep the terminology as simple as possible, but, as
  61. Einstein discovered, everything is relative. At the end of this listing
  62. I have included a series of chapters containing  references to some
  63. supplemental reading material.  For a better  understanding of the
  64. Internet terms Winsock and SLIP, a follow up on the suggested reading
  65. material is a beginning.  
  66.  
  67. Why Windows ?
  68.  
  69. Typically when you sign up for an Internet account from a service provider
  70. you receive a UNIX shell account. This account on your provider's server
  71. gives you access to a mail program, Usenet news, Archie, File Transfer
  72. Protocol, Gopher, etc. In fact everything you will ever need is usually
  73. available to you through your shell account. Why then Windows?
  74.  
  75. 1. Reduction in some connection charges. A shell account is an on-line
  76. account - you must be logged on to use it. Some Windows programs enable
  77. activities to be done offline. For example, while you read your mail
  78. on a shell account you are paying connection charges for the time taken.
  79. Windows mail programs allow you to read and compose mail offline, connecting
  80. only long enough for uploading and downloading.
  81.  
  82. 2. Windows may be a familiar environment. If you are comfortable working
  83. with Windows with other applications in the past then Windows provides
  84. a friendlier environment than UNIX based programs with their archaic
  85. keyboard commands and unfriendly and clunky interfaces. 
  86.  
  87. 3. Freedom of choice. There is an increasingly wide variety of Winsock
  88. software available. With this freedom of choice, if one program doesn't
  89. have the features or performance you want you can look for another
  90. to install. 
  91.  
  92. 4. Multimedia capabilities. Sound. Graphics. Video.
  93.  
  94. 5. Multitasking. You can download a file with FTP from a remote site,
  95. download your mail and be sending replies, and be browsing through
  96. newsgroup postings all at the same time  with Windows software. The
  97. ability to perform multiple operations with different Winsock programs
  98. simultaneously over the same single modem connection is one of the
  99. key features of the Winsock standard. Of course if a single problem
  100. develops with just one of the programs then there is the risk that
  101. your whole system might crash. The more applications you try and run
  102. the greater this risk. This major flaw in the current Windows 3.1 operating
  103. system will be considerably improved with Windows95 when it becomes
  104. available later this year. Alternatively a good solution is also available
  105. now in the high end operating system Windows NT.
  106.  
  107. The downside to all these advantages of Windows packages is the sometimes
  108. considerable setup and configuration time which may be required for
  109. each individual one. Most of the above advantages are of course equally
  110. applicable to other graphical based platforms such as Mac and OS2/Warp.
  111. The Winsock software described in this listing is only usable with
  112. Windows, or with OS2/Warp through its Windows interface, although not
  113. all Winsock programs will work with Warp.
  114.  
  115. One final note. The Winsock standard is currently set at version 1.1.
  116. This version number refers to the documented industry standard only.
  117. Individual software programs which comply with this standard have their
  118. own separate version numbers. For example Trumpet Winsock is available
  119. in an  older version 1.0 (SLIP only) and in a newer version 2.0 (SLIP/PPP).
  120. Both of these comply with the Winsock 1.1 standard. The version number
  121. of any individual Winsock communications program is more a reflection
  122. of its other features and capabilities and does not change the fact
  123. that it complies with the 1.1 standard. There is often confusion between
  124. the version number of the Winsock standard and the version numbers
  125. of programs which are designed to use that standard. 
  126.  
  127. Some Details About This Listing
  128.  
  129. Standard disclaimer applies - as with everything  you use these out
  130. at your own risk. Many of these packages are still being developed
  131. by their authors. Bugs are unfortunately common, and updates to both
  132. fix these and add new features are frequent. 
  133.  
  134. Feedback on this listing is always appreciated. I am constantly looking
  135. for ways to improve it and welcome suggestions as well as information
  136. on items which I may have missed and which deserve to be included.
  137.  
  138. B*U*G*S.  Bugs are almost in^%evitable in any kind of software under
  139. development as many of these are.  Please give the author a chance.
  140. If you have carefully followed the instructions and are sure that 
  141. there is a problem with a particular program which is not already mentioned
  142. in the documentation, contact the author first, AND give him some reasonable
  143. time to respond. If you don't tell him about it he can't fix it! It's
  144. rather a bit impolite and counterproductive to flame the author and
  145. his program publicly in a newsgroup for something he's not even aware
  146. of. Ultimately it may even turn out not to be his problem. Most authors
  147. include their email addresses in the program documentation for this
  148. reason and also to encourage suggestions for improvement. 
  149.  
  150. Looking for something? I realize that this listing is getting a bit
  151. large, and if you are looking for something in particular try using
  152. the Edit/Find menu item in MS Word or the Find command in Windows Write.
  153. Other word processors usually have something similar available.
  154.  
  155. Recommended: I have added this comment to some items. This is based
  156. upon both my personal opinion and comments from others. Criteria I
  157. look for are: 
  158.  
  159.   1. One of the leaders in its category in operation, functionality
  160. and features. This   does not imply perfection.
  161.   2. Reasonable cost compared to other comparable programs. This does
  162. not mean   that its free or even cheap.
  163.   3. Supported by its authors and under continued development. This
  164. should mean   that it has a future.
  165.  
  166. This does not mean that other programs dont have better features or
  167. wont work better in your particular situation. All I am doing is suggesting
  168. that if these appear to fit your needs, they should be looked at first.
  169. They shouldnt necessarily be the only thing you look at. Current recommendations
  170. are:  
  171.   Trumpet Winsock - dialer, SLIP/PPP, Winsock
  172.   Chameleon Sampler - starter package including dialer, SLIP/PPP, Winsock.
  173.   WSIRC - Internet Relay Chat client
  174.   WSARCHIE - Archie file search client
  175.   WS_FTP - File transfer client
  176.   WSGopher - Gopher client
  177.   Eudora - email
  178.   Pegasus - email
  179.   Trumpet news Reader - news reader
  180.   WinVN - news reader
  181.   Netscape - WWW browser
  182.   NetDial - telephone dialer
  183.   ACDSee - image viewer
  184.   LView Pro - image viewer
  185.   WFXCOMM.DRV - Windows serial port replacement driver
  186.  
  187. Whats new. For an experiment I have hi-lited the names of any new
  188. items in red (visible in the Word version only).
  189.  
  190. Win 32s, Windows95, and Windows NT. With the movement towards 32 bit
  191. computing and with increased availability of Winsock applications for
  192. Windows NT I am including 32 bit applications in this listing. Some
  193. of these can only be run on Windows NT, but a few of these are in fact
  194. usable on Windows 3.1 with the Microsofts Win32s extension installed.
  195. The Win32s extension gives Windows 3.1 a limited 32 bit capability
  196. enabling it to run 32 bit programs written for this extension. The
  197. most popular and best known such program is NCSA Mosaic, the World
  198. Wide Web (WWW) browser. More information on Win32s and Mosaic are included
  199. in various  sections in this listing. Throughout the listing I have
  200. hi-lited references to these 32 bit operating systems in green (in
  201. the Word document).
  202.  
  203. Updates of this listing under file name winterXX.zip (where XX is the
  204. version) are available from the prime locations:
  205.  
  206. By FTP:   oak.oakland.edu:         /SimTel/win3/winsock  
  207.   ftp.cica.indiana.edu:    /pub/pc/win3/winsock
  208. mrcnext.cso.uiuc.edu:   /pub/win3/winsock     (CICA mirror)
  209.  
  210. By WWW:     ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock
  211. ftp://mrcnext.cso.uiuc.edu/pub/win3/winsock   (CICA mirror)
  212.  
  213. These locations also carry many of the programs referenced in this
  214. listing. The CICA  site is difficult to access. Mrcnext is a CICA mirror
  215. whose files are updated daily from CICA.  Unfortunately it does not
  216. mirror at least two of the CICA directories I reference and that is
  217. /sounds and /graphics. For other mirror sites see the chapter appropriately
  218. titled Other Information.
  219.  
  220. This document is Copyright  1995 by Ed Sinkovits.  It is intended for
  221. your personal use only. 
  222.  
  223.             
  224.     Ed Sinkovits
  225.     edsink@mail.mbnet.mb.ca
  226.  
  227. INDEX to Categories:
  228.  
  229. WINSOCK CLIENTS 
  230. CHAMELEON
  231. CHAT / IRC / PERSONAL COMMUNICATIONS
  232. DIAGNOSTIC TOOLS
  233. FILE SEARCH AND TRANSFER PROTOCOLS
  234. FINGERS
  235. GAMES - MUDS
  236. GAMES - OTHER
  237. GOPHERS
  238. HOST LOOKUP CLIENTS
  239. HYPER-G
  240. MAIL and MAIL ACCESSORIES
  241. MAIL and NEWS
  242. MISCELLANEOUS
  243. NFS CLIENTS
  244. NULLSOCK
  245. PH CLIENTS
  246. PING
  247. PRINTER CLIENTS
  248. RCMD, RCP, RSH, and TAR
  249. TELNET
  250. TCP/IP 
  251. TELE-CONFERENCING: VIDEO AND WHITEBOARDS
  252. TIME LOGS
  253. TIME SYNCHRONIZERS
  254. WAIS
  255. WEBSTER DICTIONARY 
  256. WHOIS
  257. WORLD WIDE WEB BROWSERS, etc.
  258. X.500 CLIENTS
  259.  
  260. NON-WINSOCK UTILITIES 
  261. DECODERS - BINHEX, MIME, UU, XX
  262. DECOMPRESSION - ZIP
  263. DECOMPRESSION - OTHER
  264. MODEM ACCESSORIES
  265. MISCELLANEOUS
  266. SERIAL PORT REPLACEMENT DRIVERS
  267. TELEPHONE DIALERS
  268. VIEWERS - MOVING PICTURE - MPEG
  269. VIEWERS - MOVING PICTURE - OTHER
  270. VIEWERS - STILL PICTURE
  271. VIEWERS - SOUND
  272. WIN32S
  273.  
  274. OTHER RELATED INFORMATION 
  275. GETTING STARTED
  276. ADDITIONAL INFORMATION
  277. TRUMPET WINSOCK
  278. POPULAR WINSOCK SOURCE LOCATIONS
  279. SLIP EMULATORS: TIA  and TWINSOCK
  280. GROWSTUB ERROR   
  281. EUDORA DOCUMENTATION
  282. PENTIUM SERIAL PORT PROBLEMS
  283. SLIP vs. PPP
  284.  
  285. THE WORLD WIDE WEB
  286. WINDOWS WWW BROWSER COMPARISON - IMAGES.
  287.  
  288. ISSUES
  289. THE UNISYS / COMPUSERVE / GIF MESS 
  290. DICS - DOES THE END JUSTIFY THE MEANS ?
  291. FTP SERV-U: ONCE UPON A TIME IN AMERICA
  292.  
  293. DAEMONS AND SERVERS
  294.  
  295. WINSOCK CLIENTS
  296.  
  297. 1. CHAMELEON
  298. The widespread popularity of these packages from NetManage merits their
  299. own section. One is an Internet beginners package, available for free,
  300. which includes all the basic necessities for getting started on the
  301. Internet. The other is a full professional networking package, loaded
  302. with advanced features, but considerably more complicated, and not
  303. free. 
  304.  
  305. 1.1
  306. NAME.........................  Chameleon Demo    
  307. PRIME PURPOSE......  Full featured professional network demo package
  308. [DEMO - Function or time crippled]
  309. FILE NAME.................  5 files: readme.txt, chameln1.exe, chameln2.exe,
  310. chameln3.exe, chameln4.exe. 
  311. FILE SIZE...................  Total approximately 5,003,764 bytes. 
  312. LATEST VERSION.....  January 1995
  313. AVAILABLE FROM.....  ftp.netmanage.com:     /pub/demos/chameleon
  314. STATUS.....................  Demo.   
  315. DOCUMENTATION....  N/A
  316. FEATURES................   This is the full featured professional package
  317. with all the clients, FTP, Telnet, Gopher, Ping, Mail, News etc. and
  318. network features like ethernet and NFS support.
  319. COMMENTS...............  This full demonstration version is time crippled
  320. - it will expire sometime in December. NetManage can be expected to
  321. replace it with a new copy on their server with a new expire date by
  322. then. The readme file contains the password needed for installation.
  323. Because of the size of this package and the time required to get it
  324. running and the effort required to get familiar with all its features
  325. within the time limitation, this package should only be looked at by
  326. those who are really seriously prepared to buy the uncrippled version
  327. if they like what they see (I believe it starts at a couple hundred
  328. dollars and up depending on features). This commercial version is fairly
  329. complex and is  more suited to a network installation rather than the
  330. individual user. For others the Chameleon Sampler (listed below) may
  331. be a better choice. Although it only has some basic clients, it is
  332. free, not crippled and will run forever. These are both intended for
  333. operation under Windows 3.1 and Windows 3.11, but not Windows NT.
  334.  
  335. 1.2
  336. NAME.........................  Chameleon Sampler    
  337. PRIME PURPOSE......  Commercial sampler package with built in Slip,
  338. Winsock and basic clients.
  339. FILE NAME.................  sampler.exe 
  340. FILE SIZE...................  754,372  bytes 
  341. LATEST VERSION.....  January 1995
  342. AVAILABLE FROM.....  ftp.netmanage.com:     /pub/demos/sampler
  343.   This same package can also be found on the disk included with several
  344. Internet  books currently at bookstores.
  345. STATUS.....................  Freeware.   
  346. DOCUMENTATION....  Good, with on-line help.
  347. FEATURES................   Supports both SLIP/CSLIP and PPP and has
  348. its own built in Winsock and telephone dialer which means that it does
  349. not require Trumpet Winsock - it has its own corresponding features
  350. built in. Basic FTP, Telnet, Mail and Ping clients are included, but
  351. missing are others such as Archie and Gopher.  Telnet emulation TTY/ANSI/VT52/VT
  352. 100/VT220.
  353. COMMENTS...............  A good way to get going on the Internet, this
  354. beginners Freeware package is intended to provide an introduction
  355. to the commercial version of Chameleon. It works well, and has become
  356. very popular. It is included on the disk supplied with a number of
  357. introductory Internet books. If I have one complaint, its that I dislike
  358. software packages such as this which are programmed to make changes
  359. to an autoexec file during installation without prompting for notification
  360. or approval to proceed. Nonetheless over time this has proven itself
  361. to be a good stable package and other Freeware and Shareware Winsock
  362. clients can be installed and will work with it to make up for ones
  363. not included in this package (or to upgrade to better ones).
  364.   Recommended
  365.  
  366. 2. CHAT / IRC / PERSONAL COMMUNICATIONS
  367. Communicate with others through your keyboard, or a microphone.  Be
  368. forewarned though that this is not always as easy as it sounds. The
  369. good news is that many of these packages are continually being improved
  370. by their authors, the bad news that some of the problems and limitations
  371. are beyond their control. Oh, and incidentally, claims by various IRC
  372. authors that their program is the only true IRCII client should be
  373. swallowed along with a spoonful of vinegar.
  374.  
  375. 2.1(new)
  376. NAME.........................  Internet Phone
  377. PRIME PURPOSE......  2 way Internet voice communications.
  378. FILE NAME.................  iphone06.exe
  379. FILE SIZE...................  628,142   bytes  
  380. LATEST VERSION.....  February 1995
  381. AVAILABLE FROM.....  ftp.vocaltech.com     /?
  382.   wuarchive.wustl.edu:     /pub/MSDOS_UPLOADS/InternetPhone   
  383. STATUS.....................  Demo version. Some features crippled -
  384. limited to a session of only 1.5 minutes of speech. There are no prices
  385. included in the documentation. An email address is provided to request
  386. this information but the automated response I got back had all the
  387. necessary ordering and billing information, but the prices were all
  388. blanked out. Gee, do you suppose that that means its free????? 
  389. DOCUMENTATION....  Installation instructions and on-line help.
  390. FEATURES................  
  391. COMMENTS...............  Requires sound card, microphone, and preferably
  392. a fast (486) computer with 8 meg ram. This program has created enormous
  393. enthusiasm because of its capability to allow live 2 way high quality
  394. conversations through the Internet. The time lag is small and sound
  395. quality while not at telephone standards is nonetheless reported as
  396. impressive. I guess Im going to have to buy that sound card now............
  397.   To subscribe to the Internet Phone Mailing list sent an email message
  398. to 
  399.   majordomo@pulver.com with no subject line and the words SUBSCRIBE
  400. IPHONE in the body of the letter. 
  401.  
  402. 2.2
  403. NAME.........................  Internet Global Phone Project
  404. PRIME PURPOSE......  2 way Internet voice communications.
  405. FILE NAME.................  ig16_102.zip This is the 16 bit version.
  406. An 8 bit version igp8_102.zip is also available at the same location.
  407. FILE SIZE...................  90,371  bytes
  408. LATEST VERSION.....  Internet Global Phone version 2.1 BETA 
  409.   UMIST distribution version 1.02  December 1994
  410. AVAILABLE FROM.....  wuarchive.wustl.edu:     /pub/MSDOS_UPLOADS/winsock
  411. STATUS.....................  Limited Freeware.
  412. DOCUMENTATION....  Basic start up and use instructions.
  413. FEATURES................  
  414. COMMENTS...............  Uses voice compression technology. Messages
  415. must first be recorded, compressed, then sent. Will work with a 386
  416. processor although sound quality is better with a more powerful machine.
  417.  
  418. 2.3
  419. NAME.........................  Internet Voice Chat
  420. PRIME PURPOSE......  2 way Internet voice communications
  421. FILE NAME...................  ivc11.zip   
  422. FILE SIZE...................  107,613 bytes
  423. LATEST VERSION.....  1.1   December 1994
  424. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  425. (or mirrors)
  426. STATUS.....................  Shareware    $US 20
  427. DOCUMENTATION....  Installation instructions and on-line help included.
  428. FEATURES................  Registered version adds Answering Machine
  429. Mode capability. A Fax mode is planned for a future release.
  430. COMMENTS...............  IVC allows live two way voice communications
  431. over a network such as the Internet. It requires microphone, sound
  432. card, 386 or better processor, separate file vbrun300.dll, etc. According
  433. to the author the new version is now fully compatible with SLIP and
  434. PPP. If using Trumpet it does require version 2.0B (older versions
  435. of Trumpet are not recommended). There have been a number of other
  436. improvements made. It does yet not support multiple party conference
  437. calls.
  438.  
  439. 2.4
  440. NAME.........................  IRC4WIN
  441. PRIME PURPOSE......  Internet Relay Chat II (IRC II) client.
  442. FILE NAME...............  irc4win.zip 
  443. FILE SIZE...................  91,039 bytes
  444. LATEST VERSION.....  1.10  beta  October 1994
  445. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  446. (or mirrors)
  447. STATUS.....................  Shareware $US 50 single user, $US 450 site
  448. license
  449. DOCUMENTATION....  Very minimal, with nothing much included in this
  450. unregistered version.
  451. FEATURES................
  452. COMMENTS...............  An upgrade of this program from David Elkind.
  453. No information on what's changed in this version. Registration cost
  454. is a bit stiff.
  455.  
  456. 2.5 (new)
  457. NAME.........................  IRCII For Windows
  458. PRIME PURPOSE......  Internet Relay Chat II (IRC II) client.
  459. FILE NAME.................  ircii2-6.zip
  460. FILE SIZE...................  684,122 bytes
  461. LATEST VERSION.....  January 1995
  462. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  463. (or mirrors)
  464. STATUS.....................  Freeware (limited)
  465. DOCUMENTATION....  Basic installation instructions only.
  466. FEATURES................  
  467. COMMENTS...............  From Troy Rollo, author of TwinSock. Rather
  468. surprisingly considering this authors familiarity with IRC, the first
  469. release just didn't seem to work at all. I believe that this  is a
  470. newer version out now (under the same file name) which presumably fixes
  471. the problems.
  472.  
  473. 2.6
  474. NAME.........................  Sticky
  475. PRIME PURPOSE......  Electronic notes exchange. 
  476. FILE NAME.................  sticky07.zip
  477. FILE SIZE...................  360,009   bytes
  478. LATEST VERSION.....  .7  January 1995
  479. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  480. (or mirrors)
  481. STATUS.....................  Freeware.
  482. DOCUMENTATION....  Basic installation  instructions and on-line help..
  483. FEATURES................  
  484. COMMENTS...............  Based on 3M's yellow sticky post-it notes that
  485. are so popular. This program contains separate talk and listen modules
  486. which allows you to exchange quick notes with another PC which also
  487. has the program running. New development of this program has been taken
  488. on by John Dovey. For people interested in Sticky there is now a mailing
  489. list. To subscribe send an email to listserv@oliver.sun.ac.za with
  490. the following in the BODY of the message (without the brackets):
  491.   SUBSCRIBE STICKY-TALK  <Your firstname> <Lastname>
  492.  
  493. 2.7
  494. NAME.........................  Winsock IRC
  495. PRIME PURPOSE......  Internet Relay Chat (IRC)
  496. FILE NAME.................  Three files: winirc.exe, winirc.doc (Windows
  497. documentation), irc.doc (DOS version documentation). 
  498. FILE SIZE...................  96,000, 313 and 8,276 bytes 
  499. LATEST VERSION.....  .1 Beta
  500. AVAILABLE FROM.....  ftp.trumpet.com.au:    /ftp/pub/winirc
  501. STATUS.....................  No mention of any charges for using this
  502. program.
  503. DOCUMENTATION....  Negligible/inadequate. Only documentation is in a
  504. separate  file winirc.doc (MS Word format), 313 bytes,  found in the
  505. same directory as the program file which should be downloaded at the
  506. same time, and in which the suggestion is made that if  documentation
  507. is needed for this Windows version it should be obtained from one of
  508. the corresponding  DOS versions (such as  irc101.zip, 65,737 bytes,
  509. Nov. 1993) which is supposedly applicable.  At this particular site
  510. at least the DOS documentation is available in a separate and readily
  511. available file so that it can be downloaded at the same time.
  512. FEATURES................
  513. COMMENTS...............  A very basic package which does not appear
  514. to be undergoing further development.
  515.  
  516. 2.8
  517. NAME.........................  WinTalk
  518. PRIME PURPOSE......  Two way on-line communications
  519. FILE NAME.................  wtalk121.zip 
  520. FILE SIZE...................  127,369 bytes
  521. LATEST VERSION.....  1.21  February 1995
  522. AVAILABLE FROM.....  ftp.elf.com:      /pub/wintalk
  523. STATUS.....................  Freeware (limited). A more advanced version
  524. called WinTalk Pro is available for $US 20
  525. DOCUMENTATION....  Installation and start-up instructions,  and on-line
  526. help.
  527. FEATURES................  Uses the UNIX ntalk protocol.
  528. COMMENTS...............  Will not work properly with current Trumpet
  529. Winsock 1.0A, (Winsock bugs). It should be  OK with newer Trumpet version
  530. 1.0B beta 2 or higher.  It will generally not work with pseudo SLIP
  531. programs like TIA and Twinsock. Released by ELF Communications. 
  532.  
  533. 2.9 (new)
  534. NAME.........................  WS_CHAT  
  535. PRIME PURPOSE......  Real time bi-directional chat program.
  536. FILE NAME.................  ws_chat2.zip
  537. FILE SIZE...................  278,263  bytes
  538. LATEST VERSION.....  2.0   February  1995
  539. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  540. (or mirrors)
  541. STATUS.....................  BeggarWare. $US5 requested donation. Future
  542. versions will not be free.
  543. DOCUMENTATION....  Basic startup instructions.
  544. FEATURES................  Event driven programming: uses almost no processor
  545. time when not in use.
  546. COMMENTS...............  Released by Danny Brands. Source code available
  547. for $US 5. The window may not fit well in some displays and is not
  548. resizable. Requires a minimum of a 386 PC. Works with Windows 3.1,
  549. WFW 3.11 and Windows NT.
  550.  
  551. 2.10
  552. NAME.........................  WSIRC
  553. PRIME PURPOSE......  Internet Relay Chat (IRC)
  554. FILE NAME.................  wsirc14e.zip 
  555. FILE SIZE...................  534,801  bytes
  556. LATEST VERSION.....  1.14e-S  January 1995
  557. AVAILABLE FROM.....  cs-ftp.bu.edu:    /irc/clients/pc/windows
  558.   ftp.cica.indiana.edu:    /pub/pc/win3/winsock  (or mirrors)
  559. STATUS.....................  Shareware version  $US 39.95 (1 disk, 1
  560. manual), students 24.95. Site license: $US 449.95 (20 disks, 20 manuals)
  561. DOCUMENTATION....  Very Good. Installation instructions, and on-line
  562. help included. The help file also contains a tutorial. A comprehensive
  563. list of IRC servers is also included.
  564. FEATURES................  
  565. COMMENTS...............  This is a Windows client for the Internet Relay
  566. Chat (IRC) network. It allows users to chat (keyboard) with each other
  567. worldwide through IRC servers. 
  568.   There are two execution files included.  Wsircg.exe is for Freeware
  569. users who have chosen not to register the program and is limited to
  570. 2 concurrent channels. Wsirc.exe is an evaluation copy for Shareware
  571. users and is limited to 5 channels. With registration a  registered
  572. Shareware version is provided which allows 255 channels and a larger
  573. help file and other features. According to the author, Caesar Samsi:
  574. The future includes images, sound and video in both client and server
  575. versions.
  576.   A WSIRC homepage created by Roddie Hasan is located on the WWW at:
  577.   http://www.io.org/~roddie/wsirc.html
  578.   A questions and answers IRC FAQ is available by FTP from:
  579.   cs-ftp.bu.edu:    /irc/support/alt-irc-faq  
  580.   Recommended
  581.  
  582. 3. DIAGNOSTIC TOOLS
  583. The increasing size and complexity of networks and their communications
  584. links attracts increasing problems.  Fortunately, specialized tools
  585. are beginning to appear to deal with some of the problems.
  586.  
  587. 3.1
  588. NAME.........................  Socket Wrencher
  589. PRIME PURPOSE......  Winsock testing tool
  590. FILE NAME.................  socketw.exe 
  591. FILE SIZE...................  59,345 
  592. LATEST VERSION.....  1.0    April 1994
  593. AVAILABLE FROM.....  ftp.netmanage.com:    /pub/demos/sockwrench
  594. STATUS.....................  Free.
  595. DOCUMENTATION....  Installation and start up instructions.
  596. FEATURES................
  597. COMMENTS...............  "Socket Wrencher provides a suite of performance
  598. tests over TCP and UDP as well as several tests to check characteristics
  599. of a Winsock based protocol stack." Released by NetManage Inc.
  600.  
  601. 3.2
  602. NAME.........................  Windows Socket Test
  603. PRIME PURPOSE......  Socket tester/debugger.
  604. FILE NAME.................  wsatest.zip
  605. FILE SIZE...................  83,422 bytes
  606. LATEST VERSION.....  November 1993  ?
  607. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  608. (or mirrors)
  609. STATUS.....................  Unknown.
  610. DOCUMENTATION....  None.
  611. FEATURES................  
  612. COMMENTS...............  A very interesting program. It seems fairly
  613. straightforward although some documentation would have been nice. 
  614. I wish I knew more about this, including the developer's name.
  615.  
  616. 3.3
  617. NAME.........................  X-Ray/Winsock 
  618. PRIME PURPOSE......  Winsock API trace/debugger for Windows 3.1
  619. FILE NAME.................  xraywins.zip
  620. FILE SIZE...................  226,343 bytes
  621. LATEST VERSION.....  1.2      November 1994
  622. AVAILABLE FROM.....  ftp.netcom.com:    /pub/sstinc
  623. STATUS.....................  Shareware. registration $US 79.95
  624. DOCUMENTATION....  Installation instructions and on-line help included
  625. FEATURES................
  626. COMMENTS...............  Traces and displays the parameters of all
  627. Winsock API functions. Works with any version of Winsock. Some features
  628. crippled on this free version.
  629.  
  630. 4. FILE SEARCH AND TRANSFER PROTOCOLS
  631. File searches on the Internet are made easier through the use of Archie
  632. programs which can send queries to special Archie servers. The search
  633. can be done for a very specific file/program name (such as a search
  634. for "winter10") or for some fragment of that name (such as a more broadly
  635. based search for wint or "winter"). The server will return information
  636. listing "anonymous" FTP sites which carry the corresponding file name.
  637. Most Archie servers are located in Europe, North America and the Pacific
  638. Rim. Since Archie servers are usually backlogged with a large number
  639. of requests during the local prime time hours, knowledge of world geography
  640. and time zones comes in handy in jumping to other sites elsewhere in
  641. the world which are more likely to be available. Ah yes, this is your
  642. punishment for snoozing through those grade school geography classes.
  643. Note that the information available on different Archie servers is
  644. not necessarily the same and sometimes a search of more than one Archie
  645. server may be necessary. Note also that information available on Archie
  646. servers is not complete and represents only a fraction of the files/locations
  647. on the Internet.
  648.  
  649. File Transfer Protocol (FTP) is a means of transferring files between
  650. your PC and a remote server.  Typically this is through so called "anonymous"
  651. FTP where you log on with user id "anonymous" and give your email address
  652. as the password. Never give your real password when logging on to an
  653. anonymous server. Anonymous FTP is a method many Internet sites use
  654. to allow users who don't have an actual account with them to access
  655. their files. Most usable file at these sites will be found in the /pub
  656. directory.
  657.  
  658. Typically you will use an Archie program to search for  a known file
  659. you are looking for if you don't already know where to find it, and
  660. then  an FTP program to retrieve it. 
  661.  
  662. The search program WSARCHIE and John Junods file retrieval program
  663. WS_FTP (16 bit) are the standards by which ALL Archie and FTP clients
  664. should be measured. I am referring to commercial programs, not just
  665. Shareware. Not only do they have features and performance, but they
  666. work well together for a one two punch.
  667.  
  668. 4.1
  669. NAME.........................  WINFSP
  670. PRIME PURPOSE......  File Service Protocol (FSP)
  671. FILE NAME.................  winfsp12.zip 
  672. FILE SIZE...................  57,956 bytes
  673. LATEST VERSION.....  1.2   August 1993   
  674. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  675. (or mirrors)
  676. STATUS.....................  Freeware
  677. DOCUMENTATION....  Brief setup and use instructions,  no on-line help.
  678. A good source of information about FSP can be  found in the Frequently
  679. Asked Questions (FAQ) document available from:   ftp.germany.eu.net:
  680. /pub/network/inet/fsp  The file name is simply FAQ.
  681. FEATURES................
  682. COMMENTS...............  This is the only Windows based FSP based file
  683. retrieval program Ive ever seen, and there are no recent versions.
  684. FSP is sometimes nicknamed File Slurping Protocol and is only usable
  685. on certain servers which support it.  FSP operates similar to a Web
  686. browser - it only logs on to a site long enough to retrieve necessary
  687. information and thus provides a minimal burden on that site. It's ability
  688. to repeatedly log on to a site as necessary gives it a natural ability
  689. to recover from connection interruptions. Once tooted as a potential
  690. replacement for FTP, it should perhaps be renamed the Sleeping Protocol.
  691. It just doesnt seem to be going anywhere.  
  692.  
  693. 4.2
  694. NAME.........................  WinFTP
  695. PRIME PURPOSE......  File retrieval  (FTP)
  696. FILE NAME.................  winftp.zip 
  697. FILE SIZE...................  177,738 bytes
  698. LATEST VERSION.....  Jan 1994
  699. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  700. (or mirrors)
  701. STATUS.....................  Released to Public Domain.
  702. DOCUMENTATION....  Installation  instructions,  but no on-line help.
  703. FEATURES................  Based on an earlier version of WS_FTP with
  704. some added features . Program contains both 16 and 32 bit execution
  705. versions, (winftp.exe and win32ftp.exe), your choice if you have 32
  706. bit capability, although Im not sure if theres any real difference
  707. in performance between the two.  This program also includes some limited
  708. Ping capabilities.
  709. COMMENTS...............  I have seen postings indicating that this program
  710. is more firewall friendly than other FTP clients although the more
  711. recent versions of WS_FTP appear to have significantly improved their
  712. firewall capabilities.
  713.  
  714. 4.3
  715. NAME.........................  WSARCHIE
  716. PRIME PURPOSE......  File search client (Archie)
  717. FILE NAME.................  wsarch07.zip 
  718. FILE SIZE...................  174,837  bytes
  719. LATEST VERSION.....  alpha .7    November 1994
  720. AVAILABLE FROM.....  disabuse.demon.co.uk:    /pub/ibmpc/winsock/apps/wsarchie
  721. STATUS.....................  No charge for non-commercial use. 
  722. DOCUMENTATION....  Installation instructions and on-line help included.
  723.  
  724. FEATURES................  Display shows file sizes and file dates. This
  725. latest version now has the capability to save search results to a text
  726. file for later viewing.
  727. COMMENTS...............  Visually well laid out and functioning main
  728. screen. Can be configured to work with WS_FTP to retrieve files. 
  729.   Recommended
  730.  
  731. 4.4
  732. NAME.........................  WS-FTP 
  733. PRIME PURPOSE......  File retrieval  (FTP)
  734. FILE NAME.................  ws_ftp.zip 
  735. FILE SIZE...................  116,700  bytes 
  736. LATEST VERSION.....  January 21,1995.  Note: Unfortunately the various
  737. versions to date are indistinguishable by file name, but latest version
  738. is always in the site listed below. If you are looking elsewhere for
  739. this program, check the file size or file date with my information
  740. to avoid downloading an older version. 
  741. AVAILABLE FROM.....  ftp.usma.edu:   /pub/msdos/winsock.files
  742.   This site can be hard to access.
  743. STATUS.....................  No charge for non-commercial use by individuals
  744. or for use by US government organization. For commercial use contact
  745. Ipswitch, Inc. at info@ipswitch.com
  746. DOCUMENTATION....  Installation instructions and on-line help included.
  747. FEATURES................  Can store repetitively used  locations/directories
  748. for easy call up, and comes pre-configured with a number of the more
  749. popular sites. Can be set to a number of  redials  if unable to connect
  750. although there is unfortunately no time delay allowed between these
  751. redials. Supports firewalls. Multiple copies of this program can be
  752. activated for simultaneous downloads.
  753. COMMENTS...............  The best and most popular FTP program in use
  754. today.   See also the matching file search package WSARCHIE above.
  755. A new version is also currently under development specifically for
  756. Windows NT, see below.
  757.   Recommended
  758.  
  759. 4.5
  760. NAME.........................  WS-FTP32    [Windows NT version by John
  761. Junod]
  762. PRIME PURPOSE......  File retrieval  (FTP)
  763. FILE NAME.................  ws_ftp32.zip 
  764. FILE SIZE...................  142,534  bytes
  765. LATEST VERSION.....  January 1995
  766. AVAILABLE FROM.....  ftp.usma.edu:   /pub/msdos/winsock.files
  767. STATUS.....................  No charge for non-commercial use by individuals
  768. or for use by US government organizations. For commercial use contact
  769. Ipswitch, Inc. at info@ipswitch.com
  770. DOCUMENTATION....  Installation instructions and on-line help included.
  771.  
  772. FEATURES................  Contains the same features as the 16 bit version.
  773. See WS_FTP.
  774. COMMENTS...............  John Junod has ported his latest code to a
  775. 32 bit version for Windows NT. The latest release of this version also
  776. now runs on Windows 3.1 with the Win32s 32 bit extension installed
  777. (see the Non-Winsock section), Windows NT,  and  Windows95. There is
  778. no advantage in running this 32 bit version in a 16 bit machine even
  779. with Win32s. File transfers will not be faster.
  780.  
  781. 4.6
  782. NAME.........................  WSFTP32    [Windows NT version by Larry
  783. Kahn]
  784. PRIME PURPOSE......  File retrieval  (FTP)
  785. FILE NAME.................  wsftp32.zip 
  786. FILE SIZE...................  238,289  bytes
  787. LATEST VERSION.....  January 1995
  788. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  789. (or mirrors)
  790. STATUS.....................  Freeware.
  791. DOCUMENTATION....  Installation and startup instructions but no on-line
  792. help.
  793. FEATURES................  This latest version now supports drag and
  794. drop.
  795. COMMENTS...............  This is an updated and recompiled version for
  796. Windows NT based on WS_FTP source code from December 1993 originated
  797. by John Junod. Some bugs have been fixed and some features added by
  798. the new author Larry Kahn who created this version which works on either
  799. NT 3.1 or NT 3.5. It will not work on windows under Win32s since it
  800. uses multi-threads. John Junod has also issued a Windows NT update
  801. based on his latest 16 bit version  of WS_FTP and so there are now
  802. two different 32 bit NT versions of WS_FTP to choose from. The author
  803. Larry Kahn is also considering producing an x-windows UNIX version
  804. of the program. If interested drop him a line: kahn@kahn.pdial.interpath.net
  805.  
  806. 5. FINGERS
  807. No, not the kind you give other motorists. A program such as Finger
  808. is used to check servers for information about the users logged on
  809. at a particular location. Sometimes little more than their real name
  810. is available, and sometimes a brief profile. The Finger function can
  811. also be found included in some other packages such as more recent versions
  812. of Eudora, a popular mail program.
  813.  
  814. 5.1 (new)
  815. NAME.........................  CFinger 
  816. PRIME PURPOSE......  Finger and Whois query, Echo client.
  817. FILE NAME.................  cfing10.zip
  818. FILE SIZE...................  121,924
  819. LATEST VERSION.....  1.0 beta
  820. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  821. (or mirrors)
  822. STATUS.....................  Shareware $US 5.
  823. DOCUMENTATION....  Installation instructions and on-line help.
  824. FEATURES................  
  825. COMMENTS...............  Requires vbrun300.dll which is not included.
  826. A nicely done Windows implementation just released by Charles Wells.
  827.  
  828. 5.2
  829. NAME.........................  Finger: A Windows Socket Finger Client
  830. PRIME PURPOSE......  Finger query 
  831. FILE NAME.................  finger31.zip
  832. FILE SIZE...................  68,108 bytes
  833. LATEST VERSION.....  3.1  March 1993
  834. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  835. (or mirrors)
  836. STATUS.....................  No mention of any charges for using this
  837. program.
  838. DOCUMENTATION....  Minimal, but little required.
  839. FEATURES................
  840. COMMENTS...............  Contains two executables, one for Berkeley
  841. style synchronous blocking (finger.exe), the other for asynchronous
  842. Winsockets (mfinger.exe). 
  843.  
  844. 5.3
  845. NAME.........................  FINGER 2.1
  846. PRIME PURPOSE......  Finger query 
  847. FILE NAME.................  finger21.zip
  848. FILE SIZE...................  73,739  bytes
  849. LATEST VERSION.....  2.1     November 1994
  850. AVAILABLE FROM.....  oak.oakland.edu:    /SimTel/win3/winsock
  851. STATUS.....................  Freeware (limited)
  852. DOCUMENTATION....  Startup  and use instructions. 
  853. FEATURES................  Enables multiple finger sessions at the same
  854. time - includes timer for re-fingering opened finger sessions every
  855. 1-60 minutes.
  856. COMMENTS...............  From Zoran Dukic, a  contribution from Europe.
  857. Fairly straight forward and easy to use as are most finger clients.
  858.  
  859. 5.4
  860. NAME.........................  Finger32     [Windows NT version ]
  861. PRIME PURPOSE......  Finger query 
  862. FILE NAME.................  finger32.zip
  863. FILE SIZE...................  37,196  bytes
  864. LATEST VERSION.....  May 1994
  865. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/nt    (or
  866. mirrors)  
  867. STATUS.....................  No information - not specified by the author.
  868. DOCUMENTATION....  Nil.
  869. FEATURES................
  870. COMMENTS...............  This is a 32 bit  version of the program Finger.
  871. It does appear to work with  Windows 3.1 with the Win32s upgrade. 
  872.  
  873. 5.5
  874. NAME.........................  Finger and Host Lookup  (2 programs)
  875. PRIME PURPOSE......  Finger query and host name to IP number lookup/converter.
  876. FILE NAME.................  iwork.zip
  877. FILE SIZE...................  17,017 bytes
  878. LATEST VERSION.....  January 1994
  879. AVAILABLE FROM.....  Try ftp.cuslm.ca:     NETWORK/WINSOCK
  880. STATUS.....................  Freeware.
  881. DOCUMENTATION....  Minimal.
  882. FEATURES................  
  883. COMMENTS...............  
  884.  
  885. 5.6
  886. NAME.........................  WS Finger    
  887. PRIME PURPOSE......  Finger query 
  888. FILE NAME.................  wsfngr14.zip
  889. FILE SIZE...................  62,014   bytes
  890. LATEST VERSION.....  1.4   December 1994
  891. AVAILABLE FROM.....  sparky.umd.edu:     /pub/winsock
  892. STATUS.....................  Shareware     $US 10
  893. DOCUMENTATION....  Installation instructions, on-line help. A list of
  894. Whois servers is also included.
  895. FEATURES................  A major new rewrite. Support now included
  896. for Finger, Whois and command line fingers, Finger address book, history,
  897. save to file, etc.
  898. COMMENTS...............  From Tidewater Systems, Shareware as of version
  899. 1.2. Previous versions Freeware. Nice new icon.
  900.  
  901. For a combined Finger / Ping / Echo client,  see also WSNWUTIL  in
  902. the PING section. 
  903.  
  904. 6. GAMES - MUDS
  905. One interpretation from  the introductory text in MUD Man: MUD, short
  906. for Multi-User Dungeon, is a fantasy world where people can interact
  907. and fight monsters, go on quests, etc...  And then theres MUSH, a
  908. Multi-User Shared Hallucination. And then theres MOO........
  909.  
  910. 6.1
  911. NAME.........................  MUD Man
  912. PRIME PURPOSE......  MUD client
  913. FILE NAME.................  mudman12.zip
  914. FILE SIZE...................  78,834 bytes
  915. LATEST VERSION.....  1.2    August 1994
  916. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/misc   (or
  917. mirrors)
  918. STATUS.....................  Shareware $US 9,  non-USA users $US 15.
  919. Registration benefits include an upgraded version of the program.
  920. DOCUMENTATION....  Basic start up instructions and on-line help included.
  921. FEATURES................  
  922. COMMENTS...............  According to author Samuel Ross: " The goal
  923. of MUD Man is to end the laborious typing required to move around and
  924. perform actions. Once initialized, every command can be issued from
  925. the click of a button."
  926.  
  927. 6.2
  928. NAME.........................  MudWin    (Mud Windows Client)
  929. PRIME PURPOSE......  MUD client
  930. FILE NAME.................  mudwin.zip  Unfortunately the exact same
  931. file name continues to be used for each new version released.
  932. FILE SIZE...................  74,368  bytes
  933. LATEST VERSION.....  1.0.6 beta   January 1995
  934. AVAILABLE FROM.....  Try:     ftp.microserve.com:     /pub/msdos/winsock
  935. STATUS.....................  Copyright by the author but no mention
  936. of any charges for use.
  937. DOCUMENTATION....  Extensive start up and usage information.
  938. FEATURES................  
  939. COMMENTS...............  Nice graphical toolbar. Continued development
  940. by author Sam Denton.
  941.  
  942. 6.3
  943. NAME.........................  MUDManager
  944. PRIME PURPOSE......  MUD client
  945. FILE NAME.................  mudmgr01.exe
  946. FILE SIZE...................  762,013 bytes
  947. LATEST VERSION.....  .1 beta     June 1994
  948. AVAILABLE FROM.....  caisr2.caisr.cwru.edu:     /pub/mud/clients
  949. STATUS.....................  Shareware, but no charges yet while still
  950. in development.
  951. DOCUMENTATION....  Basic installation and use instructions.
  952. FEATURES................  
  953. COMMENTS...............  Fairly stiff requirements to operate this,
  954. including Windows 3.1 with the Win32s extension or Windows NT, 8 meg
  955. RAM, 5 meg disk space etc. It also requires a permanent IP number which
  956. disqualifies many modem connections where the service provider uses
  957. dynamic IP numbers (you are assigned a new number each time you log
  958. on). 
  959.  
  960. 6.4
  961. NAME.........................  MUTT(tm) Lite  (Multi-User Trivial Terminal
  962. client) 
  963. PRIME PURPOSE......  MUD/MUSH/MU* client.
  964. FILE NAME.................  mutt_01j.zip
  965. FILE SIZE...................  49,905  bytes
  966. LATEST VERSION.....  .1j    February 1995
  967. AVAILABLE FROM.....  caisr2.caisr.cwru.edu:     /pub/mud
  968.   ftp.graphcomp.com:       /pub/msw/mutt
  969. STATUS.....................  Freeware (limited).
  970. DOCUMENTATION....  Installation and startup info in a file readme.bnd.
  971. No on-line help and none planned for the Lite version.
  972. FEATURES................  Multiple character connections with an MDI
  973. presentation. Separate send and receive windows with dialogue logging.
  974. Drag & drop support for sending files and command-streams. User-definable
  975. hotkeys, including cursor key definitions.
  976. COMMENTS...............  The is the first public  release of MUTT(tm)
  977. Lite, a Multi-User Trivial Terminal client that provides Winsock access
  978. to MU* hosts. Design criteria: the executable will remain below 32K
  979. in order to minimize Internet traffic and ftp site impact and therefore
  980. features are limited. A full featured version called MUTT(tm) Elite
  981. is planned for future release by the author Bob Free. More information
  982. on MUTT is available through the WWW from:
  983.   http://www.graphcomp.com
  984.  
  985. 6.5
  986. NAME.........................  SneezyMUD Windows client 
  987. PRIME PURPOSE......  MUD client.
  988. FILE NAME.................  mudclnt.zip
  989. FILE SIZE...................  153,489 bytes
  990. LATEST VERSION.....  .20a2 (Alpha test! Not released.)
  991. AVAILABLE FROM.....  Contact the author at russ.russell@em.doe.gov for
  992. info.
  993. STATUS.....................  Not mentioned.
  994. DOCUMENTATION....  Startup information.
  995. FEATURES................  
  996. COMMENTS...............  Requires a minimum of a 386 computer. Program
  997. is at an early stage and somewhat rough, but under intensive development
  998. by the author.
  999.  
  1000. 6.6
  1001. NAME.........................  VWMUD Master
  1002. PRIME PURPOSE......  MUD client
  1003. FILE NAME.................  vwmud110.zip
  1004. FILE SIZE...................  57,821   bytes
  1005. LATEST VERSION.....  1.1     December 1994
  1006. AVAILABLE FROM.....  xmission.com:     /pub/users/kslewin
  1007.   ftp.primenet.com
  1008. STATUS.....................  Basic package now Freeware.   Optional
  1009. registration brings 6 months of support and updates for $US 15. Source
  1010. code $US 50.
  1011. DOCUMENTATION....  Start up instructions and on-line help. On-line help
  1012. includes Scott Geiger's listing of 340 MUDS, MUSHES and MOOS.
  1013. FEATURES................
  1014. COMMENTS...............  Telnet client designed specifically for Outlaws
  1015. - players who kill other players. You must have vbrun300.dll installed
  1016. on your system. From author Vaughan Wynne-Jones.
  1017.  
  1018. 6.7
  1019. NAME.........................  WinWorld  (formerly Winfugue)
  1020. PRIME PURPOSE......  MU* client
  1021. FILE NAME.................  wworld02.zip
  1022. FILE SIZE...................  72,771   bytes
  1023. LATEST VERSION.....  .2 alpha    November 1994
  1024. AVAILABLE FROM.....  ftp.mgl.ca:    /pub/winworld
  1025. STATUS.....................  DonationWare - contributions welcome but
  1026. not mandatory.
  1027. DOCUMENTATION....  Very basic startup and installation instructions.
  1028. FEATURES................  Auto-login, multiple simultaneous worlds 
  1029. but only one world displayed at a time (no window clutter!), definable
  1030. function keys, built in bug report mailer (doesn't require any other
  1031. software)
  1032. COMMENTS...............  Program formerly known as Winfugue. This is
  1033. at an early stage of development and is being released by the author
  1034. Eric Stern for further testing purposes. It requires that you have
  1035. the visual basic file vbrun300.dll on your system in an accessible
  1036. directory.
  1037.  
  1038. 7. GAMES - OTHER
  1039. Perhaps because Winsock is such a new standard, outside the MUD grouping
  1040. there have been few games developed so far. In time we can expect to
  1041. see others. Perhaps someday even.......DOOM.
  1042.  
  1043. 7.1
  1044. NAME.........................  First International Backgammon Server
  1045. For Windows (FIBS/W)
  1046. PRIME PURPOSE......  Backgammon server.
  1047. FILE NAME.................  fibsw130.zip
  1048. FILE SIZE...................  218,095
  1049. LATEST VERSION.....  1.30    January 1995
  1050. AVAILABLE FROM.....  sunsite.unc.edu:    /pub/micro/pc-stuff/ms-windows/winsock
  1051. STATUS.....................  Shareware   $US 40
  1052. DOCUMENTATION....  Start up information and on-line help.
  1053. FEATURES................  Works with dial-up dumb-terminal-server access,
  1054. TCP/IP, SLIP and PPP. Built in dialer with script.
  1055. COMMENTS...............  An Internet server which allows users to play
  1056. against human opponents all over the world.
  1057.  
  1058. 7.2
  1059. NAME.........................  WIGC
  1060. PRIME PURPOSE......  Winsock client for the Internet GO server.
  1061. FILE NAME.................  wigc1_3.zip
  1062. FILE SIZE...................  156,940
  1063. LATEST VERSION.....  1.3     March 1994
  1064. AVAILABLE FROM.....  disabuse.demon.co.uk:    /pub/ibmpc/winsock/games/go
  1065. STATUS.....................  Shareware $US 5
  1066. DOCUMENTATION....  Minimal startup instructions. It would be nice if
  1067. there had been something in the instructions explaining the game of
  1068. go with this package.
  1069. FEATURES................
  1070. COMMENTS...............  
  1071.  
  1072. 7.3
  1073. NAME.........................  Winsock Chess
  1074. PRIME PURPOSE......  Internet chess.
  1075. FILE NAME.................  wschesb1.zip
  1076. FILE SIZE...................  163,546
  1077. LATEST VERSION.....  Beta test release March 1994
  1078. AVAILABLE FROM.....  ftp.cica.indiana.edu:   /pub/pc/win3/winsock  (or
  1079. mirrors)
  1080. STATUS.....................  Copyright Freeware.
  1081. DOCUMENTATION....  Basic usage instructions.
  1082. FEATURES................
  1083. COMMENTS...............  According to the program's author: "Winsock
  1084. Chess  is  a  chess  implementation  allowing   two players  to  play
  1085. chess over a Winsock supporting  network. The program will validate
  1086. moves and disallow illegal moves. Winsock  Chess uses GNU Chess as
  1087. a basis for checking  moves and  GNU  chess forms the underlying engine
  1088. for the program." Nice clear graphical display.
  1089.  
  1090. 8. GOPHERS 
  1091. The gophers and ground squirrels which periodically move into my front
  1092. lawn love to dig mazes of tunnels which go all over and seem to pop
  1093. up everywhere.  In a more benign manner the  computer client called
  1094. Gopher tunnels throughout the Internet for us, using a friendly menu
  1095. based system to take us to places we would otherwise have difficulty
  1096. reaching.  The Gopher system was originally developed at the University
  1097. of Minnesota.
  1098.  
  1099. Gopher programs also provide easy access to a number of sites which
  1100. contain Veronica search programs which enable you to do a broadly based
  1101. search for all information, files, graphics etc. which correspond to
  1102. the search word.  The results of the search are listed and specific
  1103. selections can then be retrieved/viewed/saved.  This search and retrieval
  1104. is more broadly based than the Archie/FTP system in that search words
  1105. in the Gopher system do not have to correspond to a file name, and
  1106. the results displayed include document based files which would not
  1107. be picked up by Archie. 
  1108.  
  1109. 8.1
  1110. NAME.........................  BCGopher    (Boston College Gopher)
  1111. PRIME PURPOSE......  Gopher search tool
  1112. FILE NAME.................  bcg08ba3.exe
  1113. FILE SIZE...................  170,469 bytes
  1114. LATEST VERSION.....  .8ba3       May 1994
  1115. AVAILABLE FROM.....  bcinfo.bc.edu:    /PUB/BCGOPHER   Note: This is
  1116. not a true anonymous FTP server, you must use guest as the password
  1117. rather than the normal email user id.
  1118. STATUS.....................  Freeware.
  1119. DOCUMENTATION....  Start up information and on-line help file with a
  1120. brief explanation of the term "Gopher".  
  1121. FEATURES................  Supports the newer Gopher+ protocol found
  1122. on some servers. Support for HTML, MIME and Inline types.
  1123. COMMENTS...............  Deserves an award for best Gopher icon I've
  1124. seen. 
  1125.  
  1126. 8.2
  1127. NAME.........................  Gopher Book
  1128. PRIME PURPOSE......  Gopher search tool
  1129. FILE NAME.................  gophbook.zip or gophbk11.zip (at CICA)
  1130. FILE SIZE...................  888,666 bytes
  1131. LATEST VERSION.....  1.1    May 1993
  1132. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  1133. (or mirrors)
  1134. STATUS.....................  Freeware. Winjpeg image viewer, Shareware
  1135. $US 20.
  1136. DOCUMENTATION....  Installation instructions and on-line help included.
  1137. FEATURES................  Interesting concept with menus displayed as
  1138. pages in a book. Image viewer Winjpeg is included in the package as
  1139. a default image viewer. 
  1140. COMMENTS...............  A rather large package for a Gopher.  Development
  1141. seems to have stopped. 
  1142.  
  1143. 8.3       
  1144. NAME.........................  HGopher    (Hampson's Gopher)
  1145. PRIME PURPOSE......  Gopher search tool
  1146. FILE NAME.................  Found in many locations under many names:
  1147. hgopher2.4.zip, hgopher24.zip, hgopher2.zip, and goph24.zip. Take your
  1148. pick. Its hgoph24.zip at CICA.
  1149. FILE SIZE...................  199,833 bytes
  1150. LATEST VERSION.....  2.4    Jan 1994
  1151. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  1152. (or mirrors)
  1153. STATUS.....................  No charge for non-commercial use. 
  1154. DOCUMENTATION....  Good. This version now has on-line help.
  1155.   Good/bad news: huge detailed help file (739K)
  1156. FEATURES................
  1157. COMMENTS...............  HGopher has gone commercial and is now the
  1158. property of FTP Software Inc. Although version 2.4 has officially been
  1159. withdrawn and will be used as the basis for the commercial version,
  1160. copies of it are still widely available on many servers. Version 2.3
  1161. will remain in the public domain but will no longer be maintained or
  1162. enhanced. Translation: dead gopher, avoid.
  1163.  
  1164. 8.4
  1165. NAME.........................  The PNL InfoBrowser  (Pacific Northwest
  1166. Laboratory)
  1167. PRIME PURPOSE......  Gopher search tool
  1168. FILE NAME.................  ib105.exe
  1169. FILE SIZE...................  259,342 bytes
  1170. LATEST VERSION.....  1.05    November 1994
  1171. AVAILABLE FROM.....  ftp.pnl.gov:     /pub/pnlinfo/win
  1172. STATUS.....................  No charge for non-commercial use.
  1173. DOCUMENTATION....  Installation instructions and on-line help included.
  1174. On-line tutorial available through the PNL home site.
  1175. FEATURES................  Supports the newer Gopher+ protocol found
  1176. on some servers. 
  1177. COMMENTS...............  A Mac version is also available and a few versions
  1178. for other platforms are being worked on. This program developed under
  1179. contract from the US Department of Energy. New.
  1180.  
  1181. 8.5
  1182. NAME.........................  WGopher
  1183. PRIME PURPOSE......  Gopher search tool
  1184. FILE NAME.................  wgoph232.zip
  1185. FILE SIZE...................  136,707  bytes
  1186. LATEST VERSION.....  2.3.2   January 1995
  1187. AVAILABLE FROM.....  ftp.cuhk.hk:   /pub/gopher/PC
  1188. STATUS.....................  No charge for non-commercial purposes.
  1189. DOCUMENTATION....  Minimal, no on-line documentation yet.
  1190. FEATURES................  Built in TN3270 telnet capability.
  1191. COMMENTS...............  This is a minor upgrade to what once was a
  1192. promising Gopher client from Hong Kong. It does not support Gopher+
  1193. at present although this planned for the future.
  1194.  
  1195. 8.6
  1196. NAME.........................  WSGopher
  1197. PRIME PURPOSE......  Gopher search tool
  1198. FILE NAME.................  wsg-12.exe
  1199. FILE SIZE...................  367,860   bytes
  1200. LATEST VERSION.....  1.2     December 1994
  1201. AVAILABLE FROM.....  dewey.tis.inel.gov:    /pub/wsgopher
  1202. STATUS.....................  No charge for non-commercial use. 
  1203. DOCUMENTATION....  Good. Now has an on-line help file.
  1204. FEATURES................  Supports the newer Gopher+ protocol found
  1205. on some servers. 
  1206. COMMENTS...............  This is one of the better gopher clients currently
  1207. available although it does not support firewalls. Works with Windows
  1208. NT and OS/2 Warp.
  1209.   Recommended
  1210.  
  1211. 9. HOST LOOKUP CLIENTS
  1212. Host lookup programs do things like taking alphabetical site location
  1213. information (such as ftp.cica.indiana.edu) and convert them into IP
  1214. addresses (like 129.79.26.27)  which for some reason computers absolutely
  1215. insist on having.  Or vice versa. For example, if you've been using
  1216. FTP to download offensive pornographic images from that notorious and
  1217. secretive site 127.0.0.1 and wanted to learn more about that location,
  1218. you could input these numbers into one of these programs such as WSHost.
  1219.  
  1220. 9.1
  1221. NAME.........................  Hopcheck and Ghostname   [Windows NT]
  1222. PRIME PURPOSE......  Two programs: a route tracer and a get host name
  1223. program.
  1224. FILE NAME.................  hop.zip  
  1225. FILE SIZE...................  24,917   bytes   
  1226. LATEST VERSION.....  May 1994
  1227. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/nt      
  1228. (or mirrors)
  1229. STATUS.....................  No mention of any charges.
  1230. DOCUMENTATION....  Negligible.
  1231. FEATURES................
  1232. COMMENTS...............  Two Windows NT programs from Larry Kahn.
  1233.  
  1234. 9.2
  1235. NAME.........................  NSLOOKUP
  1236. PRIME PURPOSE......  Name server information lookup.
  1237. FILE NAME.................  nslookup.zip   Note: same file name was
  1238. used for version 1.0. If downloading from a different location match
  1239. file size to verify correct version.
  1240. FILE SIZE...................  110,428 bytes
  1241. LATEST VERSION.....  1.1     August 1994
  1242. AVAILABLE FROM.....  disabuse.demon.co.uk:      /pub/trumphurst/nslookup
  1243. STATUS.....................  Copyright, but no charge.. 
  1244. DOCUMENTATION....  Installation
  1245. instructions, but no on-line help.
  1246. FEATURES................
  1247. COMMENTS...............  This program is one element of Wigwam for the
  1248. Internet, a commercial  offline news and mail reader from Ashmount
  1249. Research Ltd. For more info email: ashmount@cix.compulink.co.uk.
  1250.  
  1251. 9.3
  1252. NAME.........................  WORMHOLE
  1253. PRIME PURPOSE......  DNS query utility
  1254. FILE NAME.................  wormhole.exe ( Do not confuse with wormhole.zip
  1255. which is an unrelated and totally different program available on the
  1256. Internet.)
  1257. FILE SIZE...................  32,256 bytes
  1258. LATEST VERSION.....  1.0
  1259. AVAILABLE FROM.....  Try ftp.cuslm.ca:     /NETWORK/WINSOCK
  1260. STATUS.....................  Not specified
  1261. DOCUMENTATION....  None
  1262. FEATURES................  
  1263. COMMENTS...............  
  1264.  
  1265. 9.4
  1266. NAME.........................  WS Host   (Windows Socket Host)
  1267. PRIME PURPOSE......  DNS query utility
  1268. FILE NAME.................  wshost11.zip
  1269. FILE SIZE...................  5,124   bytes
  1270. LATEST VERSION.....  1.1   October 1994
  1271. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  1272. (or mirrors)
  1273. STATUS.....................  PostcardWare (Freeware for non-commercial
  1274. use - just send the developer a nice postcard.).  
  1275. DOCUMENTATION....  Minimal, an intuitively simple program.
  1276. FEATURES................
  1277. COMMENTS...............  This nifty compact utility can convert an IP
  1278. number into a host name, or  vice versa. Everyone should have one of
  1279. these in their tool box. This new version makes the program fully asynchronous,
  1280. correcting a shortcoming in the original version.
  1281.  
  1282. 10.  HYPER - G
  1283. Hyper-G is a large scale distributed hypermedia information system
  1284. very similar to the World Wide Web. Hyper-G is capable of accessing
  1285. the WWW, WAIS and Gopher systems, and conversely WWW and Gopher clients
  1286. can access Hyper-G. The big difference between Hyper-G and other networks
  1287. is that Hyper-G servers track all links in their universe. If an object
  1288. is deleted, the server can find and delete all links pointing to that
  1289. object. The existence of a link server provides capabilities not possible
  1290. in the WWW and Gopher space. Hyper-G is being developed in Europe.
  1291. Unfortunately, I dont see that it has a lot to offer. There does not
  1292. appear to be any interest in it in North America which is totally preoccupied
  1293. with the WWW which has probably reached critical mass now. There is
  1294. only one Windows browser available for Hyper-G.   
  1295.  
  1296. 10.1
  1297. NAME.........................  Amadeus
  1298. PRIME PURPOSE......  Hyper-G browser.
  1299. FILE NAME/SIZE........  amadedoc.zip         291,987   bytes
  1300.   amadeus1.zip      1,210,593  
  1301.   amadeus2.zip      1,336,528
  1302.   amadeus3.zip         425,323
  1303. LATEST VERSION.....  .83 beta   January 1995
  1304. AVAILABLE FROM.....  iicm.tu-graz.ac.at:     /pub/Hyper-G/pc-client/amadeus.083
  1305. STATUS.....................  I didnt see anything mentioned, but presumably
  1306. no charge for non-commercial use.
  1307. DOCUMENTATION....  Extensive documentation and help files included.
  1308. The separate zipped documentation file is in MS Word format (.doc)
  1309. and may be difficult to view unless you have a powerful word processor
  1310. which handles that format. Youll also need lots of memory since its
  1311. almost a 2 megabyte file unzipped and will also be painfully slow scrolling
  1312. down the pages with a less powerful PC.
  1313. FEATURES................  Automated installation with the choice of
  1314. maximum, custom, or minimum install.  This program comes with some
  1315. familiar clients such as WS_FTP32 for FTP, and EWAN for Telnet included.
  1316. COMMENTS...............  Requires Win32s which is included in the program
  1317. and will be installed automatically if you do not already have it.
  1318.  
  1319. 11.  MAIL and MAIL ACCESSORIES
  1320. One writer recently gushed that electronic mail is the killer application
  1321. for the 90s. Hes probably right (and you thought that it was going
  1322. to be the WWW). The development of electronic mail (email) and its
  1323. rapid deployment and availability to the general public will have an
  1324. enormous impact on our lives for years to come. 
  1325.  
  1326. System info stuff. There are two types of servers necessary in most
  1327. mail systems: SMTP and POP. The SMTP (Simple Mail Transfer Protocol,
  1328. or as I prefer: Send Mail To People) server is primarily used to deliver
  1329. mail. When you originate an email message it is sent via your local
  1330. SMTP server which passes the message on to a chain of SMTP servers
  1331. in other locations which route the message to the end destination.
  1332. Unfortunately, the SMTP servers are only capable of delivering mail.
  1333. If you are not connected to the network when delivery is attempted
  1334. they will go away and try again later, perhaps repeatedly every few
  1335. hours for several days or for however long they have been programmed.
  1336. Eventually they give up and bounce the mail back to the sender as undeliverable.
  1337. To overcome this problem most sites also use a POP mail server (current
  1338. vintage POP3). The POP (Post Office Protocol, or as I prefer:  Post
  1339. Office Pickup) server acts like a mailbox, receiving incoming mail
  1340. and storing it until such time as the user initiates retrieval/viewing.
  1341.  
  1342. In connection with email one issue cannot be emphasized enough. There
  1343. are major security risks with the current Internet mail system. There
  1344. are three points worth remembering. Let's call these the three monkeys,
  1345. or perhaps more appropriately, the three mail monkeys:
  1346.  
  1347. Monkey #1. There is no guarantee that any mail to or from you will
  1348. not be intercepted and read by others while it is in transit. Remember
  1349. that it may pass through many sites, many potential "hands" while in
  1350. route. Even when it reaches its destination it may be vulnerable to
  1351. hackers while stored on the POP server. For this reason confidential
  1352. information such as credit card  numbers should never be sent through
  1353. the Internet without some type of secure encryption system which can
  1354. guarantee confidentiality. Lack of any current universal standard on
  1355. the Internet for this is a limiting factor for companies trying to
  1356. do business on the Internet.
  1357. Monkey #2. There is no guarantee that any email message you send will
  1358. ever reach its destination, and no guarantee that that anyone will
  1359. ever be notified of the delivery failure. Normally, undeliverable mail
  1360. will be bounced back to the sender. Normally. 
  1361. Monkey #3. There is no guarantee that that any email message (or newsgroup
  1362. posting for that matter) is really from the person listed as the sender.
  1363. There is no user authentication system to confirm that person's real
  1364. identity, and false identities are easily created and have been used
  1365. from time to time by people on the Internet. 
  1366.  
  1367. One feature to watch for in email programs is the ability to send attached
  1368. documents (zip files, spreadsheets, graphics, etc.) through the Internet
  1369. mail system with UUencode or MIME (Multipurpose Internet Mail Extensions).
  1370. MIME is the newer and better Internet mail standard and is gradually
  1371. displacing UUencode. It should be used whenever possible. Because the
  1372. two systems are not compatible a good mail program should ideally have
  1373. both to be able to handle sending or receiving in either format for
  1374. the time being.  BinHex is a Macintosh standard for file attachments,
  1375. handy if you expect to be communicating with those people.
  1376.  
  1377. The proper choice of a mail program depends upon availability of features
  1378. that are important to you, and your comfort level with the mechanics
  1379. of how the program works. The two top programs are Eudora and Pegasus.
  1380. Eudora is easy to learn and to use and is fairly stable but the free
  1381. version is lacking in features. Pegasus is more feature rich, but this
  1382. complexity takes longer to setup and to become familiar with and in
  1383. turn is also more likely to suffer problems. 
  1384.  
  1385. 11.1 (new)
  1386. NAME.........................  Atis Mail For Windows
  1387. PRIME PURPOSE......  Electronic mail
  1388. FILE NAME.................  atism101.zip
  1389. FILE SIZE...................  1,236,373   bytes
  1390. LATEST VERSION.....  1.01    February 1995
  1391. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  1392. (or mirrors)
  1393. STATUS.....................  Shareware $US 50.
  1394. DOCUMENTATION....  Basic installation instructions. 
  1395. FEATURES................  SMTP send, POP3 or Imap2/2b receive. Supports
  1396. MIME mail. Built in X.500 DUA. Can also send and receive (rfc822) mail
  1397. in a Novell Netware Network. Automated installation.
  1398. COMMENTS...............  All drop down menu commands - no shortcut toolbar
  1399. icons. This program originates in the Netherlands.
  1400.  
  1401. 11.2
  1402. NAME.........................  Eudora
  1403. PRIME PURPOSE......  Electronic mail
  1404. FILE NAME.................  eudor144.exe
  1405. FILE SIZE...................  292,942  bytes
  1406. LATEST VERSION.....  1.4.4   December 1994
  1407. AVAILABLE FROM.....  ftp.qualcomm.com:    /quest/windows/eudora/1.4
  1408. STATUS.....................  PostcardWare (Freeware for non-commercial
  1409. use - just send the developers a nice postcard.).  An upgraded commercial
  1410. version 2.0  is available with additional features and documentation
  1411. starting at $US 65.00 for a single user.  Information about this is
  1412. now included in this latest version in the Help menu under About Commercial
  1413. Eudora.
  1414. DOCUMENTATION....  Minimal documentation including lack of  on-line  help
  1415. can be a problem in the unregistered version.  See the additional information
  1416. in one of the sections near the end of this document for more information.
  1417. FEATURES................  POP3/SMTP protocol. BinHex and Mime capability
  1418. but does not  support UUencode in the free version. Built in directory
  1419. services (Ph and Finger). This latest version adds the ability to have
  1420. multiple messages open at the same time.
  1421. COMMENTS...............  Very popular. Latest version also now runs
  1422. under Windows NT and OS2. Some features in the free version are limited.
  1423. The registered commercial version 2.0 has the capability to send and
  1424. receive mail remotely via modem without SLIP. Qualcomm continues to
  1425. slowly update this program and now provides documentation for it, but
  1426. they will no longer directly support users of this free version. 
  1427.   Recommended
  1428.  
  1429. 11.3
  1430. NAME.........................  Pegasus Mail
  1431. PRIME PURPOSE......  Electronic mail
  1432. FILE NAME.................  winpm122.zip
  1433. FILE SIZE...................  837,801 bytes
  1434. LATEST VERSION.....  1.22  September 1994   
  1435. AVAILABLE FROM.....  risc.ua.edu:   /pub/network/pegasus
  1436. STATUS.....................  Free!  Manuals, if required,  are sold
  1437. by the author to support development costs.
  1438. DOCUMENTATION....  Installation instructions and on-line help included.
  1439. Look for a self extracting DOS display file wguide.exe which contains
  1440. some of this information.
  1441. FEATURES................  SMTP/POP3 protocol. Supports UUencode, BinHex,
  1442. and MIME, and now contains a spell checker. This newer version of Pegasus
  1443. includes the long awaited polling feature giving it the capability
  1444. to operate in the background constantly checking for mail at specified
  1445. intervals. Some additional drag and drop capabilities are added and
  1446. there is an improvement in the way attached documents can be sent.
  1447.  
  1448. COMMENTS...............  This current version of Pegasus has  many features
  1449. and the price is certainly just about right!  This is another very
  1450. popular mail package.
  1451.   Recommended
  1452.  
  1453. 11.4
  1454. NAME.........................  Pronto/IP and Pronto Remote
  1455. PRIME PURPOSE......  Electronic mail   [Demo]
  1456. FILE NAME.................  prontoip.exe for TCP/IP networks or SLIP
  1457. dialup connections (Pronto/IP)
  1458.   pronto.exe for UNIX shell dialup connections (Pronto Remote)
  1459.   There are also documentation files at the same location for each program
  1460. in both text and Word document form which should be retrieved at the
  1461. same time: pronto.doc, prontoip.doc or pronto.txt and prontoip.txt.
  1462. FILE SIZE...................  1,124,215 and 1,430,325
  1463. LATEST VERSION.....  February 1995
  1464. AVAILABLE FROM.....  commtouch.com:     /pub/commtouch
  1465. STATUS.....................  These are 30 day evaluation copies. Registration
  1466. $US 69 for Pronto/IP and $US 99 for Pronto Remote. Both packages $US
  1467. 139.
  1468. DOCUMENTATION....  On-line help and separate documentation files available
  1469. at the commtouch site.
  1470. FEATURES................  Pronto/IP supports MIME, UUencode and MAPI
  1471. (has MAPI server capabilities). Pronto Remote supports MIME, SUN and
  1472. UUencode attachments. Automated installation. Toolbar can be customized
  1473. by adding or deleting toolbar icons - a rare feature in Internet mail
  1474. programs to date.
  1475. COMMENTS...............  From CommTouch Software. Pronto Remote is similar
  1476. to Pronto/IP but can access mail by directly dialing into your shell
  1477. account without SLIP.  Some very nice features here, but not cheap.
  1478.  
  1479. 11.5
  1480. NAME.........................  RFD Mail
  1481. PRIME PURPOSE......  Electronic mail
  1482. FILE NAME.................  Available as either rfdml123.zip or rfdmail.zip.
  1483. If downloading from other sites do NOT try to use older versions such
  1484. as 1.21.  
  1485. FILE SIZE...................  813,495 bytes
  1486. LATEST VERSION.....  1.23   September 1994  
  1487. AVAILABLE FROM.....  ftp.std.com:      /customers/software/rfdmail
  1488.   garbo.uwasa.fi:      /windows/comm
  1489.   Various forums in CompuServe and Genie.
  1490. STATUS.....................  Shareware   $US 29.95  
  1491. DOCUMENTATION....  Installation instructions and on-line help included.
  1492.  
  1493. FEATURES................  SMTP/POP protocol (for the Internet).  Automated
  1494. installation. Has direct dial mail access capabilities but creating
  1495. or modifying  script files for this can be very cumbersome unless 
  1496. you are fortunately using one of the on-line services for which script
  1497. files are provided.  Automatic polling (background checking for mail
  1498. at scheduled intervals). Does not support UUencode/MIME/BinHex.
  1499. COMMENTS...............  This package's strength lies in it's capability
  1500. for dialup email access to a wide variety of service providers, from
  1501. BBSs to commercial networks like CompuServe and Genie, to the Internet,
  1502. and it contains all the necessary programs, scripts, instructions,
  1503. etc. to support this. SMTP/POP capability has just been added with
  1504. this latest version.  Program seemed to hesitate too long on my machine
  1505. when executing commands, and more features are needed (such as MIME/UUencode
  1506. capability).
  1507.  
  1508. 11.6
  1509. NAME.........................  Small SMTP Client For The Winsock API
  1510.  
  1511. PRIME PURPOSE......  Electronic mail (send only)
  1512. FILE NAME.................  smtp11.zip
  1513. FILE SIZE...................  15,568 bytes
  1514. LATEST VERSION.....  1.1     March 1993
  1515. AVAILABLE FROM.....  dorm.rutgers.edu:     /pub/msdos/winsock/apps
  1516. STATUS.....................  Public domain.
  1517. DOCUMENTATION....  Some introductory information.
  1518. FEATURES................  
  1519. COMMENTS...............  Of historical interest only. An example of
  1520. an early, simple, mail client.
  1521.  
  1522. 11.7
  1523. NAME.........................  WinBiff
  1524. PRIME PURPOSE......  Windows mail notification utility  (for Pegasus
  1525. Mail and  others).
  1526. FILE NAME.................  wnbff20c.zip
  1527. FILE SIZE...................  67,665 bytes
  1528. LATEST VERSION.....  2.0c    January 1995
  1529. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/mail
  1530. STATUS.....................  Shareware  $US 10,  students: $5
  1531. DOCUMENTATION....  Installation instructions and on-line help included.
  1532. FEATURES................  Adjustable polling (mail checking) interval.
  1533. Optional audible alarm. Supports multiple mailboxes.
  1534. COMMENTS...............  A number of mail packages lack the ability
  1535. to operate in the background periodically checking for new mail and
  1536. notifying the user. This add-on utility corrects this notable deficiency
  1537. on some mail clients. Usable with Waffle, Pegasus (PMail), FirstMail,
  1538. Novell MHS, Mini-Host, FSUUCP, or Sendmail (with PC-NFS).  No longer
  1539. required for the new Pegasus version 1.2.
  1540.  
  1541. 11.8
  1542. NAME.........................  Winelm
  1543. PRIME PURPOSE......  Electronic mail
  1544. FILE NAME.................  winelm.zip
  1545. FILE SIZE...................  259,553 bytes
  1546. LATEST VERSION.....  Second release, March 1994
  1547. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  1548. (or mirrors)
  1549. STATUS.....................  No mention of any charges for using this
  1550. program.
  1551. DOCUMENTATION....  Inadequate,  none.
  1552. FEATURES................
  1553. COMMENTS...............  This package has nothing to offer. 
  1554.  
  1555. 11.9
  1556. NAME.........................  WS-Gmail
  1557. PRIME PURPOSE......  Electronic mail client/server.
  1558. FILE NAME.................  ws_gmail.zip
  1559. FILE SIZE...................  192,176 bytes
  1560. LATEST VERSION.....  April 03/94
  1561. AVAILABLE FROM.....  No longer available, see below.
  1562. STATUS.....................    
  1563. DOCUMENTATION....  
  1564. FEATURES................
  1565. COMMENTS...............  This software was being developed by John Junod
  1566. (noted for his popular WS_FTP package) and had  both client and server
  1567. capabilities. This package has gone  commercial now and has been released
  1568. under the name IMAIL. The rights to WS_Gmail were retained by the author
  1569. for Armed Forces use. Although the package is in theory no longer available
  1570. for the general public, and was in fact never formally released, some
  1571. early development versions including this one can sometimes still be
  1572. found and are fairly functional. Not that you would ever do an Archie
  1573. search to try and find it.
  1574.  
  1575. 11.10
  1576. NAME.........................  XFERPRO   (Information Transfer Professional)
  1577. PRIME PURPOSE......  Internet mail file transfer add-on feature.
  1578. FILE NAME.................  xferp100.zip  (xferp1.zip on CompuServe
  1579. since they only use 6 character filenames)
  1580. FILE SIZE...................  134,025 bytes
  1581. LATEST VERSION.....  1.0   July 1994
  1582. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util  (or
  1583. mirrors). 
  1584.   CompuServe Internet forum and America On-line Telecom forum.
  1585. STATUS.....................  Shareware. Registration $US 10.
  1586. DOCUMENTATION....  Includes on-line help.
  1587. FEATURES................  Fully supports Mime, UU, and XX encoding and
  1588. is compatible with standard UUencoding and decoding programs. Automated
  1589. setup.
  1590. COMMENTS...............  This program enables you to send text, application
  1591. data, images, audio, video, executable and compressed files, etc.,
  1592. through your electronic mail program if it does not already have these
  1593. transfer capabilities. Works with both Windows 3.1 and Windows For
  1594. Workgroups 3.11. From Sabasoft Inc.
  1595.  
  1596. 12. MAIL and NEWS 
  1597. The Usenet news system has become one of the cornerstones of the Internet.
  1598. Technically speaking it is really not part of the Internet, but for
  1599. all practical purposes if it walks like a duck and quacks like a duck
  1600. then it must be an Internet duck. Anyway, Usenet is like a series of
  1601. thousands of electronic bulletin boards, each oriented to a specific
  1602. area or topic of interest where users can post messages or respond
  1603. to other postings. You subscribe to specific groups which interest
  1604. you and your news program retrieves all the articles associated with
  1605. those groups. Typically Usenet news is accessed by logging onto your
  1606. service provider's news or NNTP (Network News Transfer Protocol) server.
  1607.  
  1608. There are some good on-line Usenet News readers here and most of these
  1609. readers are being actively upgraded by their authors.  The mail capabilities
  1610. are usually limited to send only to support news postings.
  1611.  
  1612. 12.1
  1613. NAME.........................  dMail for Windows  
  1614. PRIME PURPOSE......  Usenet news, mail (send and receive)
  1615. FILE NAME.................  dmailwin.zip
  1616. FILE SIZE...................  339,018  bytes
  1617. LATEST VERSION.....  1.0b (July 1994)
  1618. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  1619. (or mirrors)
  1620. STATUS.....................  Freely distributed for testing purposes.  
  1621. DOCUMENTATION....  Installation instructions and on-line help included.
  1622. Terminology sometimes  confusing and  frustrating, especially with
  1623. initial setup.
  1624. FEATURES................  Handles  UUCP-g protocol (modem or TCP/IP),
  1625. POP3, SMTP, and NNTP news reading.  The news reader has some very good
  1626. features including UUdecoding, and ability to sort articles by size,
  1627. date, or subject and drag and drop capability, etc. 
  1628. COMMENTS...............   Apparently produced somewhere in the former
  1629. Soviet Union and probably intended primarily for distribution there.
  1630. There is a novel replacement for the traditional hourglass cursor 
  1631. a man digging with a shovel.  The automated installation  can be a
  1632. nuisance since a version of Trumpet Winsock is included and its files
  1633. may have to be deleted to avoid conflict if you already have a version
  1634. of Trumpet loaded elsewhere (especially if it is a different version).
  1635. This is a very interesting full featured package which requires extra
  1636. start up and familiarization effort.
  1637.  
  1638. 12.2 (new)
  1639. NAME.........................  NEWS        [for Windows NT and Windows95]
  1640. PRIME PURPOSE......  Usenet news, mail (send only)
  1641. FILE NAME.................  news.zip
  1642. FILE SIZE...................  572,857  bytes
  1643. LATEST VERSION.....  X1.0-62
  1644. AVAILABLE FROM.....  ftp.digital.com:    /pub/DEC
  1645. STATUS.....................  No charge.
  1646. DOCUMENTATION....  Set up instructions.
  1647. FEATURES................  
  1648. COMMENTS...............  Released by Olav Tollefsen. If using pkunzip
  1649. use the -d option.
  1650.  
  1651. 12.3
  1652. NAME.........................  News Xpress
  1653. PRIME PURPOSE......  Usenet news, mail (send only)
  1654. FILE NAME.................  nx10b3.zip
  1655. FILE SIZE...................  178,575   February 1995
  1656. LATEST VERSION.....  1.0 beta #3
  1657. AVAILABLE FROM.....  ftp.hk.super.net:     /pub/windows/Winsock-Utilities
  1658. STATUS.....................  Public Domain
  1659. DOCUMENTATION....  On-line help. 
  1660. FEATURES................  Supports threads. Support kill and auto-selection,
  1661. local folders for storing articles, and outbox for queuing posts and
  1662. mails. Built in UUencode/UUdecode.  Word wrap now!
  1663. COMMENTS...............  An very interesting newcomer to the newsreader
  1664. ranks. It has generated  favorable comments from many people.  This
  1665. latest version is just out and has an excellent interface and lots
  1666. of impressive features, but is very buggy.
  1667.  
  1668. 12.4
  1669. NAME.........................     PC-Pine for Winsock  
  1670. PRIME PURPOSE......  Usenet news, mail (send and receive)
  1671. FILE NAME.................  pcpine_w.zip
  1672. FILE SIZE...................  528,763  bytes
  1673. LATEST VERSION.....  3.91  beta      October 1994
  1674. AVAILABLE FROM.....  ftp.cac.washington.edu:    /pine/pcpine
  1675. STATUS.....................  Copyright, but freely available.
  1676. DOCUMENTATION....  Installation instructions and on-line help included.
  1677.  
  1678. FEATURES................  Supports SMTP/MIME/IMAP/NNTP protocols, but
  1679. not POP3.
  1680. COMMENTS...............  Unfortunately this Winsock version is quite
  1681. disappointing because it is not a true Windows GUI application but
  1682. has the same user interface as the UNIX and DOS versions of Pine. Additional
  1683. customized versions are available from the same location for Suns
  1684. PC-NFS, Novell's LAN Workplace for DOS, etc.  
  1685.  
  1686. 12.5
  1687. NAME.........................  Tetrix Reader Plug (TRP)
  1688. PRIME PURPOSE......  Usenet news, mail (send only)
  1689. FILE NAME.................  trp104.zip
  1690. FILE SIZE...................  490,284 bytes
  1691. LATEST VERSION.....  1.0.4    December 1994
  1692. AVAILABLE FROM.....  ftp.internet-eireann.ie:     /pub/ie_access/dos/winsock
  1693. STATUS.....................  Shareware     $US 30
  1694. DOCUMENTATION....  Start-up information and on-line help.
  1695. FEATURES................  UUencoding, supports file drag and drop.
  1696. COMMENTS...............  There have been problems with dynamic IP addresses
  1697. - unknown in Ireland where this program originates. Some good potential
  1698. here, but needs more work. Good graphics. The same location also contains
  1699. version 1.0.8 under filename oneoeigt.zip, but this appears to be some
  1700. kind of upgrade rather than a standalone version since it does not
  1701. contain a complete set of files.
  1702.  
  1703. 12.6
  1704. NAME.........................  Trumpet News Reader
  1705. PRIME PURPOSE......  Usenet news, mail (send only)
  1706. FILE NAME.................  wt_wsk.zip
  1707. FILE SIZE...................  96,305 bytes
  1708. LATEST VERSION.....  1.0 rev B  final beta #4   September 1994 
  1709. AVAILABLE FROM.....  ftp.trumpet.com.au:    /ftp/pub/beta/wintrump 
  1710.   This Australian site is difficult to access.
  1711. STATUS.....................  Shareware $US 40. Site licenses also available.
  1712. DOCUMENTATION....  Good.
  1713. FEATURES................  Can decode UUencoded files.
  1714. COMMENTS...............  This latest version is a very nice news reader.
  1715. Split window design as opposed to the more common multiple windows
  1716. style.
  1717.   Recommended
  1718.  
  1719. 12.7
  1720. NAME.........................  WinDis
  1721. PRIME PURPOSE......  See Features.
  1722. FILE NAME.................  windis.zip [Windows 3.1, WFW 3.11]
  1723.   windis32.zip  [for Windows NT, Win32s, and Windows95]
  1724. FILE SIZE...................  257,523 and 313,812 bytes
  1725. LATEST VERSION.....  2.0   February 1995
  1726. AVAILABLE FROM.....  disabuse.demon.co.uk:     /pub/ibmpc/winsock/apps/windis
  1727. STATUS.....................  Freeware. Source code available.
  1728. DOCUMENTATION....  Help file.
  1729. FEATURES................  NNTP News Client - downloads news for reading
  1730. with an off-line reader.
  1731.   SMTP Mail Client - downloads waiting mail for an off-line e-mailer.
  1732.   SMTP Mail Server - uploads mail as individual e-mail, or to a news
  1733. group.
  1734.   Finger Client - fingers servers as appropriate.
  1735.   Time Client - gets server time.
  1736.   On-line time logging, autologout feature, built in Pegasus mail feature.
  1737. COMMENTS...............  This new version has just been released and
  1738. has many features.  
  1739.  
  1740. 12.8
  1741. NAME.........................  WinNET Mail and News 
  1742. PRIME PURPOSE......  Mail (send and receive), Usenet news reader.  
  1743. FILE NAME.................  wnmai240.zip
  1744. FILE SIZE...................  668,668 bytes
  1745. LATEST VERSION.....  2.40     February 1995
  1746. AVAILABLE FROM.....  oak.oakland.edu:    /SimTel/win3/internet
  1747. STATUS.....................  Free if using Computer Witchcraft as your
  1748. Internet provider, otherwise Shareware @ $US 99.00
  1749. DOCUMENTATION....  Installation instructions and on-line help included.
  1750.  
  1751. FEATURES................  Direct dialup to any system providing UUCP
  1752. (unix-unix-copy) service. Note that this does not have Winsock/SLIP
  1753. capability. Send and receive mail. UUencode for attached documents
  1754. supported. Automated installation. Mail server daemon can be programmed
  1755. to call your Internet provider and download mail on certain days at
  1756. specific times. There is search capability within a single newsgroup
  1757. or across newsgroups. 
  1758. COMMENTS...............  This crippled unregistered version is limited
  1759. to only 2400 bps. Registered users get additional features including
  1760. higher modem speeds. Appears to be a  nice package, but the registration
  1761. costs are a bit steep.
  1762.  
  1763. 12.9
  1764. NAME.........................  WinQVT/Net
  1765. PRIME PURPOSE......  Mail (send and receive), Usenet news reader, Telnet,
  1766. FTP file transfers, FTP/rcp server, network printer, SMTP server.
  1767. FILE NAME.................  qvtws398.zip  or qvtw3988.zip (Winsocket
  1768. versions). Separate packet driver and Windows NT versions are also
  1769. available from the biochemistry location under different file names.
  1770. This can be a difficult site to access.
  1771. FILE SIZE...................  390,960  bytes
  1772. LATEST VERSION.....  3.98    December 1994
  1773. AVAILABLE FROM.....  biochemistry.cwru.edu:      gopher/pub/qvtnet
  1774.   ftp.cica.indiana.edu:    /pub/pc/win3/winsock  (or mirrors)
  1775. STATUS.....................  Shareware  $US 40, only $20 for students.
  1776. Registered users receive complete set of fonts, a full 85-page user
  1777. manual, and upgrades for 1 year.
  1778. DOCUMENTATION....  Installation instructions and on-line help included.
  1779. FEATURES................  VT52/VT102/VT220 terminal emulation capable
  1780. of supporting up to 15 simultaneous virtual terminal sessions. SMTP/POP3
  1781. send and receive mail, with polling (timed background mail checking).
  1782. Capability to also operate as a server for FTP.  A basic SMTP server
  1783. daemon has also been added which allows direct receipt of mail for
  1784. network users who are always logged on or for those who don't have
  1785. POP mail. An rcp server allows file transfers to and from the remote
  1786. user's UNIX command line.
  1787. COMMENTS...............  Required minimum of a 386 processor.  This
  1788. is a very full featured package and this upgrade is welcome for the
  1789. bug fixes and feature enhancements it brings.
  1790.  
  1791. 12.10
  1792. NAME.........................  WinVN
  1793. PRIME PURPOSE......  Mail (send only) and Usenet news reader.
  1794. FILE NAME.................  wv16_93_14.zip        [Windows 3.1]
  1795.   winvn_93_14_intel.zip    [Windows NT]
  1796. FILE SIZE...................  271,529 and 274,974 bytes
  1797. LATEST VERSION.....  .93.14    February 1995
  1798. AVAILABLE FROM.....  ftp.ksc.nasa.gov:     pub/winvn/win3 and pub/winvn/nt
  1799. STATUS.....................  Public Domain
  1800. DOCUMENTATION....  Installation instructions and on-line help included.
  1801. FEATURES................  Can also send (but not receive) mail using
  1802. SMTP or MAPI.  Built in UUdecoding which is especially useful and convenient
  1803. in downloading and viewing pictures
  1804. COMMENTS...............  A fairly popular newsreader which is getting
  1805. intensive development effort. Recommended
  1806.  
  1807. 13.  MISCELLANEOUS 
  1808. Or more specifically, a little bit of this, and a little bit of that.
  1809.  
  1810. 13.1
  1811. NAME.........................  Panda    
  1812. PRIME PURPOSE......  Mostly a mail program and newsreader at the moment.
  1813. FILE NAME.................  winpanda.zip
  1814. FILE SIZE...................  244,842 bytes
  1815. LATEST VERSION.....  May 1994
  1816. AVAILABLE FROM.....  chop.isca.uiowa.edu:     /pub/Panda
  1817. STATUS.....................  No mention of any charges.   
  1818. DOCUMENTATION....  Almost nothing with the package, but logging on as
  1819. "public" with the default configuration allows you to retrieve some
  1820. basic information from an Iowa server
  1821. FEATURES................
  1822. COMMENTS...............  Panda is a multipurpose customized program
  1823. being developed at the University of Iowa for campus network use. It
  1824. will include a Gopher, Usenet, mail, FTP, etc. Current version does
  1825. not retain configuration setting changes between sessions and is somewhat
  1826. rough and unstable at this point.  A good example of some of the development
  1827. work taking place in one of the universities. Of passing interest only.
  1828.  
  1829. 13.2
  1830. NAME.........................  Tcpmeter
  1831. PRIME PURPOSE......  Unknown.
  1832. FILE NAME.................  tcpmeter.exe
  1833. FILE SIZE...................  19,200
  1834. LATEST VERSION.....  October 1994
  1835. AVAILABLE FROM.....  ftp.trumpet.com.au:     /ftp/pub/beta/tcpmeter
  1836. STATUS.....................  No information.
  1837. DOCUMENTATION....  None.
  1838. FEATURES................
  1839. COMMENTS...............  From Peter Tattam, the Trumpet Winsock author.
  1840. This provides a chart recorder type graphical readout of data flow,
  1841. in effect a two way data speedometer.  Received bytes/second are shown
  1842. from the top down in green and send bytes/second are shown from the
  1843. bottom up in red. Clicking right and left mouse buttons increases or
  1844. decreases the vertical display scale from the default 1 kbyte/second.
  1845. I'm not really sure of the intended use for this but possibly it might
  1846. be useful for monitoring the effective data transfer rates while Winsock
  1847. or other settings are being adjusted. The graphics are kind of neat.
  1848. I believe that this is designed to work only with Trumpet Winsock.
  1849.  
  1850. 13.3
  1851. NAME.........................  WINAPPS  
  1852. PRIME PURPOSE......  A comprehensive client startup package.
  1853. FILE NAME.................  winapps.zip
  1854. FILE SIZE...................  131,516 bytes
  1855. LATEST VERSION.....  N/A. Most of these apps date from mid to late 
  1856. 1993.
  1857. AVAILABLE FROM.....  bode.ee.ualberta.ca:     /pub/dos/win3/winsock
  1858. STATUS.....................  Shareware, but no mention of any cost for
  1859. using.
  1860. DOCUMENTATION....  None.
  1861. FEATURES................  Includes  FTP, Ping, Telnet, Archie,  Hopchk,
  1862. and Chat clients
  1863. COMMENTS...............  These are all very basic examples of  simple
  1864. Winsock clients which are no longer of any real interest although these
  1865. clients are still usable and this file is still found on many sites.
  1866. This version has now essentially been replaced by Winapps2.
  1867.  
  1868. 13.4
  1869. NAME.........................  WINAPPS2
  1870. PRIME PURPOSE......  A comprehensive client startup package.
  1871. FILE NAME.................  winapps2.zip
  1872. FILE SIZE...................  123,743
  1873. LATEST VERSION.....  2.0 Rev A. Released October 1994 to coincide with
  1874. the release of the new Trumpet Winsock version 2.0. Individual clients
  1875. range in date from 1993 to the present. Early versions were included
  1876. in the original WINAPPS package listed above. 
  1877. AVAILABLE FROM.....  ftp.trumpet.com.au:     /ftp/pub/winsock 
  1878.   ftp.cica.indiana.edu:     /pub/pc/win3/winsock
  1879. STATUS.....................  Shareware. No mention of any charges for
  1880. use, but not to be resold or distributed for sale.
  1881. DOCUMENTATION....  Negligible.
  1882. FEATURES................  Includes Ping, Telnet, Archie, Chat and viewer
  1883. clients. The Telnet client has been available separately for a while
  1884. and is listed in the Telnet section of this listing. 
  1885. COMMENTS...............  A basic starter package from Peter Tattam,
  1886. the Trumpet Winsock author. An FTP client is surprisingly absent.
  1887.  
  1888. 13.5
  1889. NAME.........................  WinLab and NetProto
  1890. PRIME PURPOSE......  Advanced image processing/photo retouch with file
  1891. transfer module.
  1892. FILE NAME.................  wlabv30b.zip
  1893. FILE SIZE...................  855,660
  1894. LATEST VERSION.....  3.0  October 1994
  1895. AVAILABLE FROM.....  hp750.dibe.unige.it:     /pub/PHD   (Prime site:
  1896. Italy)
  1897.   ftp.cica.indiana.edu:    /pub/pc/win3/desktop  (or mirrors)
  1898. STATUS.....................  Shareware  WinLab:  ITL 120.000 (~ 80 $US)
  1899.   NetProto     ITL 30.000  (~20 $US)
  1900. DOCUMENTATION....  Start up instructions and on-line help.
  1901. FEATURES................
  1902. COMMENTS...............  Package contains both the image processor (WinLab)
  1903. and has the capability to remotely send or receive documents (NetProto)
  1904. from another machine (also running NetProto) through the use of Winsock.
  1905. This is fully functional, but still a beta release. A commercial version
  1906. is also being developed.
  1907.  
  1908. 13.6
  1909. NAME.........................  Windows Sockets Net Watch
  1910. PRIME PURPOSE......  Host checker.
  1911. FILE NAME.................  ws_watch.zip
  1912. FILE SIZE...................  120,804  bytes
  1913. LATEST VERSION.....  Alpha 15  February 1995
  1914. AVAILABLE FROM.....  ftp.usma.edu:   /pub/msdos/winsock.files
  1915. STATUS.....................  May be freely distributed and used, but
  1916. not sold.
  1917. DOCUMENTATION....  Basic startup instructions.
  1918. FEATURES................  Lookup, Finger and Whois tools now added.
  1919. Traceroute and Ping support only if you are using the Microsoft TCP/IP
  1920. 32 stack.
  1921. COMMENTS...............  This is a working alpha version of a graphical
  1922. network monitor for Windows NT, Windows95 and Windows 3.1 with Win32s.
  1923. It is designed to monitor the status of hosts and other equipment connected
  1924. to a small network by providing a graphical display of the network
  1925. nodes. It is experimental, still at an early stage of development,
  1926. but interesting.
  1927.  
  1928. 14.  NFS CLIENTS
  1929. Ha! Fooled you! There aren't any true Winsock NFS (Network File System)
  1930. clients. The current Winsock 1.1 spec apparently doesn't support NFS.
  1931. Therefore there won't be any until some future time when the spec is
  1932. updated (I haven't a clue) and the new compliant products begin to
  1933. appear.  Best interim solution is to try and find an NFS client specific
  1934. to your TCP/IP stack. This information on NFS is condensed from a variety
  1935. of newsgroup postings from People Who Know About These Things.  Some
  1936. good possibilities for some specific systems:
  1937.  
  1938. 14.1
  1939. NAME.........................  WINDOWS SOCKETS NFS CLIENT ADD-ON FOR
  1940. WINDOWS
  1941. PRIME PURPOSE......  NFS (Network File System)   [DEMO - Function or
  1942. time crippled]
  1943. FILE NAME.................  nfs-demo.zip
  1944. FILE SIZE...................  421,487
  1945. LATEST VERSION.....  3.2  December 1994
  1946. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/demo  (or
  1947. mirrors)
  1948. STATUS.....................  Demo trial version. Registered Shareware
  1949. version $US 49 per user ($30 for educational users), with volume discounts
  1950. and site licenses available.
  1951. DOCUMENTATION....  Startup instructions and on-line help.
  1952. FEATURES................  Automated installation.
  1953. COMMENTS...............  Runs over Microsoft Workgroups TCP/IP-32, Trumpet
  1954. TCP/IP, Novell TCP/IP, TCPOpen TCP/IP, and XLink's TCP/IP. From Xlink
  1955. Technology Inc. Demo version has warning messages every 20 minutes.
  1956. For installation purposes the unzipped files must be located either
  1957. on the main directory level of the  C drive or on a diskette. If you
  1958. put the files in a subdirectory on your hard disk the install program
  1959. cant find them when you run it and will abort.
  1960.  
  1961. 14.2
  1962. NAME.........................  XFS  (16 bit)
  1963. PRIME PURPOSE......  NFS client
  1964. FILE NAME.................  xfs186.zip
  1965. FILE SIZE...................  163,390
  1966. LATEST VERSION.....  1.8    September 1994
  1967. AVAILABLE FROM.....  oak.oakland.edu:   /SimTel/msdos/nfs
  1968.   Lwfws1.uni-paderborn.de:     /pub/xfs
  1969. STATUS.....................  Shareware   $US 15 for educational users
  1970. and $US 25 for business users. Site licenses also available.
  1971. DOCUMENTATION....  Start up documentation
  1972. FEATURES................
  1973. COMMENTS...............  XFS is a Network  File System (NFS)  client
  1974. implementation for PC's running MS-DOS.  It  works with most recent
  1975. versions of MS-DOS.  It is compatible with Trumpet Winsock, but must
  1976. be loaded first. It may also be used with Microsoft Windows For Workgroups,
  1977. Microsoft LAN Manager,              and Novell Netware IPX & ODI. It
  1978. does NOT operate over a SLIP connection.
  1979.  
  1980. 14.3
  1981. NAME.........................  XFS32  (32 bit)
  1982. PRIME PURPOSE......  NFS client
  1983. FILE NAME.................  xfs32-11.zip
  1984. FILE SIZE...................  101,477
  1985. LATEST VERSION.....  1.01    September 1994
  1986. AVAILABLE FROM.....  oak.oakland.edu:   /SimTel/msdos/nfs
  1987.   Lwfws1.uni-paderborn.de:     /pub/xfs
  1988. STATUS.....................  Shareware   $US 15 for educational users
  1989. and $US 25 for business users. Site licenses also available.
  1990. DOCUMENTATION....  Start up documentation and on-line help
  1991. FEATURES................
  1992. COMMENTS...............  XFS32 is an NFS client for PC's running MS
  1993. DOS, Microsoft Windows For Workgroups (WFW) and Microsoft TCP/IP-32.
  1994. It does NOT operate over a SLIP connection.
  1995.  
  1996. 15.  NULLSOCK
  1997. Opening most Winsock applications offline is not a problem as long
  1998. as a winsock.dll (such as Trumpet Winsock) is installed in a path directory
  1999. on that machine. If you attempt to open an application and it cannot
  2000. find a winsock.dll available for use an error message will usually
  2001. be generated. There are occasionally times when this is the case, and
  2002. to overcome the error problem a dummy Winsock or nullsock can be used
  2003. to fool the program into thinking that a network connection exists.
  2004.  
  2005. 15.1 (new)
  2006. NAME.........................  Mozock
  2007. PRIME PURPOSE......  Nullsock.
  2008. FILE NAME.................  mozock.dll
  2009. FILE SIZE...................  5,568 bytes
  2010. LATEST VERSION.....  N/A
  2011. AVAILABLE FROM.....  ftp.mcom.com:     /unsupported/windows
  2012. STATUS.....................  Unsupported
  2013. DOCUMENTATION....  A brief note, mozock.txt is at the same location.
  2014. FEATURES................  
  2015. COMMENTS...............  Rename this file winsock.dll and place it in
  2016. a path directory. Although intended primarily for Netscape it should
  2017. work with just about any winsock program. 
  2018.  
  2019. 16.  PH CLIENTS
  2020. Ph clients are used to access CSO nameservers which contain a database
  2021. primarily used for the storage and retrieval of telephone and email
  2022. directory information. Huh? Well, in other words, Ph is simply like
  2023. an electronic phone book. Ph is another protocol similar to Finger.
  2024. Ph clients are designed to access sites running a CSO server to obtain
  2025. email addresses.  If for example you only had a persons name and location
  2026. but needed their exact email address, and there was a CSO server at
  2027. that site, you could query it to obtain the necessary information.
  2028. The database can also be used to store other general information such
  2029. as weather data and be used for security purposes to validate users..
  2030. Ph clients are increasingly being incorporated as components of other
  2031. Winsock packages such as mail packages and WWW browsers. CSO was the
  2032. acronym for the University of Illinois Computing Services Office which
  2033. originally developed this. CCSO = Computer and Communications Services
  2034. Office, formerly known as just CSO (I guess they got a promotion).
  2035.  
  2036. 16.1
  2037. NAME.........................  IRL CCSO Phone Windows Client
  2038. PRIME PURPOSE......  CCSO Windows Ph Client
  2039. FILE NAME.................  irlphwin.zip or irlph23.zip
  2040. FILE SIZE...................  399,110 bytes
  2041. LATEST VERSION.....  Beta 2.3.2  September 1994
  2042. AVAILABLE FROM.....  auck.irl.cri.nz:     /pub/phone
  2043. STATUS.....................  Freeware
  2044. DOCUMENTATION....  Startup instructions and on-line help included.
  2045. FEATURES................  Contains both 16 and 32 bit executives, your
  2046. choice, although for the 32 bit version you must have Microsofts Win32s
  2047. extension installed (and the latest version, 1.15a. See the  Non-Winsock
  2048. Miscellaneous section below for more info.).
  2049. COMMENTS...............  This program by Graeme Campbell.
  2050.  
  2051. 16.2
  2052. NAME.........................  PHWIN
  2053. PRIME PURPOSE......  CCSO Windows Ph Client
  2054. FILE NAME.................  phwin22.zip
  2055. FILE SIZE...................  119,378   bytes  If downloading from another
  2056. location, watch the file size. For some strange reason useless fragments
  2057. about 5k in size are found under this file name in many locations and
  2058. should be avoided.
  2059. LATEST VERSION.....  beta 2.2   November 1993
  2060. AVAILABLE FROM.....  Try: ftp.cac.psu.edu:     /pub/access/test
  2061. STATUS.....................  Freeware
  2062. DOCUMENTATION....  Startup instructions and on-line help included.
  2063. FEATURES................  
  2064. COMMENTS...............  This program by Graeme Campbell. It appears
  2065. to be an early version of  the  IRL CCSO Phone Windows Client  listed
  2066. in this section. 
  2067.  
  2068. 17.  PING
  2069. Do you remember those old World War II movies where the crew of the
  2070. submarine is huddled over the sonar watching the echoes coming back?
  2071. Ping is kind of the computer equivalent of sonar. Ping clients are
  2072. used to provide echo like checks of servers to confirm that a  good
  2073. connection exists. Basically, a Ping client sends  data packets to
  2074. a host which (if it supports Ping, and most do) bounces a reply packet
  2075. back. Packets are numbered so that any dropout can be identified and
  2076. the quality of the connection determined. Nothing at all coming back
  2077. = no connection.  If there is a good connection you can go ahead and
  2078. launch the torpedoes.
  2079.  
  2080. 17.1
  2081. NAME.........................  ICMP Ping for Windows   [Windows NT]
  2082. PRIME PURPOSE......  Ping client, Trace client and Lookup (name to IP
  2083. number etc.) client.
  2084. FILE NAME.................  wsping32.exe
  2085. FILE SIZE...................  82,432 bytes
  2086. LATEST VERSION.....  February 1995
  2087. AVAILABLE FROM.....  ftp.usma.edu:    /pub/msdos/winsock.files
  2088. STATUS.....................  Free for non-commercial use.
  2089. DOCUMENTATION....  None
  2090. FEATURES................  
  2091. COMMENTS...............  From John Junod
  2092.  
  2093. 17.2
  2094. NAME.........................  WSNWUTIL
  2095. PRIME PURPOSE......  Echo, Ping, FTP clients, Echo Server
  2096. FILE NAME.................  wsnwutil.zip
  2097. FILE SIZE...................  163,824   bytes
  2098. LATEST VERSION.....  January  1995
  2099. AVAILABLE FROM.....  rmii.com:     /pub2/mclouden  (very latest version)
  2100. STATUS.....................  Freeware (limited) - may not sold.
  2101. DOCUMENTATION....  Installation instructions and on-line help.
  2102. FEATURES................
  2103. COMMENTS...............  Previously called WSNWDEMO this new release
  2104. does not include the Finger client and server which are planned for
  2105. a future release.  Interesting product worth looking at. It is being
  2106. actively developed by its author Mark Clouden.
  2107.  
  2108. 17.3
  2109. NAME.........................  WS Ping (Window Sockets Ping Client)    
  2110. PRIME PURPOSE......  Ping client
  2111. FILE NAME.................  ws_ping.zip
  2112. FILE SIZE...................  60,496
  2113. LATEST VERSION.....  October 1994
  2114. AVAILABLE FROM.....  ftp.usma.edu:    /pub/msdos/winsock.files
  2115. STATUS.....................  Public Domain
  2116. DOCUMENTATION....  Almost none.
  2117. FEATURES................
  2118. COMMENTS...............  From John Junod. Source code included.
  2119.  
  2120. 18.  PRINTER CLIENTS
  2121.  
  2122. 18.1
  2123. NAME.........................  CSMLPDW  (Computer Software Manufaktur
  2124. Line Printer Daemon for Windows)
  2125. PRIME PURPOSE......  Winsock based line printer daemon   [Demo]
  2126. FILE NAME.................  csmlpdw.exe
  2127. FILE SIZE...................  213,290 
  2128. LATEST VERSION.....  3.0  December 1994
  2129. AVAILABLE FROM.....  ftp.eunet.co.at:     /pub/vendor/csm
  2130. STATUS.....................  Demo trial version.
  2131. DOCUMENTATION....  Basic start up instructions and on-line help.
  2132. FEATURES................  Automated installation. Supports up to 10
  2133. Printer queues on your Windows PC.  RFC 1179 compliant. Uses Windows
  2134. Print Manager.
  2135. COMMENTS...............  Full functional demo which ends at 50 print
  2136. requests.
  2137.  
  2138. 18.2
  2139. NAME.........................  Windows LPR Spooler
  2140. PRIME PURPOSE......  Network printer spooler.
  2141. FILE NAME.................  wlprs40c.zip
  2142. FILE SIZE...................  216,548   bytes
  2143. LATEST VERSION.....  4.0c   December 1994
  2144. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  2145. (or mirrors)
  2146. STATUS.....................  Shareware. 30 day evaluation. Registration
  2147. cost available by contacting the authors. 
  2148. DOCUMENTATION....  Start up and usage instructions in postscript (.ps)
  2149. or text (.asc) files.
  2150. FEATURES................
  2151. COMMENTS...............  This program allows an application to print
  2152. to remote network printers, and to check the print queue, etc.
  2153.  
  2154. 18.3 (new)
  2155. NAME.........................  WinLPR 
  2156. PRIME PURPOSE......  Network printer.
  2157. FILE NAME.................  wlpr20.zip
  2158. FILE SIZE...................  152,419   bytes
  2159. LATEST VERSION.....  2.0c   January 1995
  2160. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  2161. (or mirrors)
  2162. STATUS.....................  Shareware. Registration cost available
  2163. by contacting the authors. 
  2164. DOCUMENTATION....  Start up instructions.
  2165. FEATURES................  
  2166. COMMENTS...............  
  2167.  
  2168. See also WinQVT in the MAIL and NEWS section. 
  2169.  
  2170. 19.  RCMD, RCP, RSH and TAR 
  2171. Winsock versions of UNIX functions. 
  2172.  
  2173. 19.1
  2174. NAME.........................  Windows Socket rcp client
  2175. PRIME PURPOSE......  RCP client
  2176. FILE NAME.................  wrcp091.zip
  2177. FILE SIZE...................  55,734
  2178. LATEST VERSION.....  .91  January 1995
  2179. AVAILABLE FROM.....  stoner.eps.mcgill.ca:     /pub/windows/winsock
  2180. STATUS.....................  Freeware.
  2181. DOCUMENTATION....  Basic installation and start up instructions.
  2182. FEATURES................
  2183. COMMENTS...............  Author Steve McCauley.
  2184.  
  2185. 19.2
  2186. NAME.........................  WinRSH / WinRSH32  - Remote Shell for
  2187. Windows
  2188. PRIME PURPOSE......  Remote shell for Windows.
  2189. FILE NAME.................  wrsh16.zip 
  2190. FILE SIZE...................  146,005  bytes
  2191. LATEST VERSION.....  1.6   November 1994
  2192. AVAILABLE FROM.....  datacom.ee.ubc.ca:     /pub/pc/winsock
  2193. STATUS.....................  Freeware
  2194. DOCUMENTATION....  Basic start up instructions.
  2195. FEATURES................  Now supports multiple simultaneous sessions.
  2196. Both 16 and 32 bit execution files are included. 
  2197. COMMENTS...............  Requires minimum of a 386 pc, and a UNIX host
  2198. supporting RSH or REXEC daemon. "WinRSH contains a very simple user
  2199. interface to allow a Windows user to run a program remotely on your
  2200. UNIX box......The results of the remote execution are then displayed
  2201. in a scrollable window." Written by William Cheung.
  2202.  
  2203. 19.3
  2204. NAME.........................  Winsock RCMD.DLL
  2205. PRIME PURPOSE......  Remote command function.
  2206. FILE NAME.................  wrcmdl14.zip
  2207. FILE SIZE...................  46,917
  2208. LATEST VERSION.....  1.4    January 1995
  2209. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/winsock
  2210. STATUS.....................  Shareware   $US 29.95
  2211. DOCUMENTATION....  Startup and usage instructions.
  2212. FEATURES................  
  2213. COMMENTS...............  "Winsock RCMD.DLL provides a function similar
  2214. to the Berkeley Sockets "rcmd" function for Windows Sockets.  This
  2215. provides the ability to initiate UNIX commands from within your Windows
  2216. program and process any output from that command. Winsock RCMD.DLL
  2217. is a Dynamic Link Library (DLL) callable from almost any language that
  2218. allows DLL calls, such as C, C++, or Visual Basic." From Denicomp Systems.
  2219.  
  2220. 19.4
  2221. NAME.........................  Winsock RCP.DLL
  2222. PRIME PURPOSE......  RCP client
  2223. FILE NAME.................  wrcpdl14.zip
  2224. FILE SIZE...................  59,784  bytes
  2225. LATEST VERSION.....  1.4   January 1995
  2226. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/winsock
  2227. STATUS.....................  Shareware   $US 34.95
  2228. DOCUMENTATION....  Startup and usage instructions.
  2229. FEATURES................  
  2230. COMMENTS...............  "Winsock RCP.DLL provides a function that allows
  2231. you transparently copy files to and from remote hosts or between two
  2232. remote hosts from within your programs, just like the "rcp" command.
  2233. Winsock RCP.DLL is a Dynamic Link Library (DLL) callable from almost
  2234. any language that allows DLL calls, such as C, C++, or Visual Basic."
  2235. From Denicomp Systems.
  2236.  
  2237. 19.5
  2238. NAME.........................  Winsock RCP/RSH
  2239. PRIME PURPOSE......  RCP/RSH clients
  2240. FILE NAME.................  wrcprs14.zip
  2241. FILE SIZE...................  88,007    bytes
  2242. LATEST VERSION.....  1.4  January 1995
  2243. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/winsock
  2244. STATUS.....................  Shareware    $US 29.95
  2245. DOCUMENTATION....  Startup and usage instructions.
  2246. FEATURES................  
  2247. COMMENTS...............  "Winsock RCP, or Remote Copy, copies files
  2248. from your Windows PC to a UNIX system, from a UNIX system to your PC,
  2249. or between two UNIX systems.  You can copy individual files or recursively
  2250. copy entire directory trees. Winsock RSH, or Remote Shell, runs a specified
  2251. command on the UNIX system. " Requires vbrun300.dll not included. From
  2252. Denicomp Systems.
  2253.  
  2254. 19.6
  2255. NAME.........................  Winsock RSHD
  2256. PRIME PURPOSE......  Remote Shell Daemon (server) 
  2257. FILE NAME.................  wrshd12.zip
  2258. FILE SIZE...................  168,846  bytes
  2259. LATEST VERSION.....  1.2  January 1995
  2260. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/winsock
  2261. STATUS.....................  Shareware  $US 34.95
  2262. DOCUMENTATION....  Startup and usage instructions.
  2263. FEATURES................  Security mechanism to allow/deny access for
  2264. hosts and users. 
  2265. COMMENTS...............  From Denicomp Systems. Requires vbrun300.dll
  2266. not included. It has been tested on the following TCP/IP stacks: Microsoft
  2267. 32-Bit TCP/IP for Windows, Wollongong Pathway Access and Novell LAN
  2268. Workplace for DOS Version 4.2
  2269.  
  2270. 19.7
  2271. NAME.........................  WinTAR   (Windows Tape Archive)
  2272. PRIME PURPOSE......  Network  tape drive archiving program.
  2273. FILE NAME.................  wtar122u.zip
  2274. FILE SIZE...................  135,319    October 1994
  2275. LATEST VERSION.....  1.22
  2276. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  2277. (or mirrors)
  2278. STATUS.....................  Shareware.  Single copy registration $US
  2279. 20 or $CDN 25. Volume discounts.
  2280. DOCUMENTATION....  All instructions included in the on-line help.
  2281. FEATURES................
  2282. COMMENTS...............  This program uses Winsock  to connect through
  2283. a network to access a tape drive in order to archive files. It can
  2284. either create or open files and can control the tape drive mechanism.
  2285. It is not limited to just tape drives, and can also archive to a local
  2286. hard drive or floppy. Nice colorful toolbar.
  2287.  
  2288. 20.  TELNET 
  2289. For many users nothing has provided more frustration than the search
  2290. for a good telnet program (the "Holy Grail"). Fortunately during 1994
  2291. some good new ones have appeared. In addition, most of the ones in
  2292. this listing continue to be worked on and improved by their authors.
  2293. A unique solution comes from David Yon, whose COMt program  provides
  2294. the usually powerful telnet functions of your commercial communications
  2295. program with access to the Internet.
  2296.  
  2297. 20.1
  2298. NAME.........................  COMt: the Telnet Modem
  2299. PRIME PURPOSE......  Modem telnet interface utility.
  2300. FILE NAME.................  comt.zip   A preliminary beta of the next
  2301. version is also available at the same location under file name comt105b.zip
  2302. (22,160bytes). You must have an existing version already installed
  2303. in order to use this upgrade.
  2304. FILE SIZE...................  115,842 bytes
  2305. LATEST VERSION.....  1.04      January 1995  A beta upgrade to version
  2306. 1.05 is also available at the same location under file name comt105b.zip
  2307. (22,160 bytes)
  2308. AVAILABLE FROM.....  ftp.std.com:   /customers/software/rfdmail
  2309. STATUS.....................  Shareware    $US 15.95
  2310. DOCUMENTATION....  Installation instructions and on-line help included.
  2311. FEATURES................  A fairly flexible package:  Connect using
  2312. IP addresses or host names, selectable terminal type options, baud
  2313. rate options, serial port number etc. etc. Limited support for transparent
  2314. TCP/IP access to modem pools. Automated installation.
  2315. COMMENTS...............  According to this program's developer: . ..
  2316. ..solution to under powered Windows Telnet client programs. COMt allows
  2317. you to use your favorite Windows communications program (i.e., Procomm
  2318. Plus for Windows, Crosstalk for Windows, etc.) to communicate over
  2319. TCP/IP. COMt does this by installing itself  ahead of the standard
  2320. Windows COMM driver (comm.drv), and intercepts accesses to the COM
  2321. ports of your choosing, routing them to TCP/IP.  Requests to access
  2322. other ports are passed on to the original COMM driver, allowing you
  2323. to continue to use those devices. Or in other words, COMt acts as
  2324. an interface permitting the terminal emulators in your commercial communications
  2325. package to access the Internet.
  2326.   Compatible  with Trumpet Winsock. This latest version now works with
  2327. CompuServe's WinCIM  version 1.3, although it  will not work with Reflections
  2328. (HP). It  comes from the same company which produces RFD Mail and is
  2329. deservedly proving to be popular.
  2330.  
  2331. 20.2
  2332. NAME.........................  CSMRLW  (Computer Software Manufaktur
  2333. Remote Login for Windows)
  2334. PRIME PURPOSE......  Telnet (terminal emulator)      [DEMO - Function
  2335. or time crippled]
  2336. FILE NAME.................  csmrlw31.exe 
  2337. FILE SIZE...................  429,995 bytes
  2338. LATEST VERSION.....  3.1    December 1994
  2339. AVAILABLE FROM.....  ftp.eunet.co.at:     /pub/vendor/csm
  2340. STATUS.....................  Demo trial version.
  2341. DOCUMENTATION....  On-line help included.
  2342. FEATURES................  AT386 / IBM HFT(5151) / IBM 3151 / SCO (Ansi)
  2343. terminal emulation. Automatic logon, windows cut and paste support,
  2344. ISO to ASCII conversion. Automated installation.
  2345. COMMENTS...............  Not tested under Trumpet Winsock, but does
  2346. run under a wide variety of other stacks including Chameleon. This
  2347. demo version is fully functional, but has a time limit. From Computer
  2348. Software Manufaktur GmbH in Austria.
  2349.  
  2350. 20.3
  2351. NAME.........................  EWAN
  2352. PRIME PURPOSE......  Telnet (terminal emulator)
  2353. FILE NAME.................  ewan1052.zip
  2354. FILE SIZE...................  256,032   bytes
  2355. LATEST VERSION.....  1.052      January 1995  
  2356. AVAILABLE FROM.....  ftp.lysator.liu.se:   /pub/msdos/windows
  2357.   http://www.lysator.liu.se/~zander/ewan.html
  2358. STATUS.....................  Freeware. Email support available for governments
  2359. and institutions for a fee.
  2360. DOCUMENTATION....  Simple startup instructions and on-line help.
  2361. FEATURES................  ANSI/VT52/VT100 emulation. Automated installation.
  2362. Each stored site can have a customized configuration associated with
  2363. it. 
  2364. COMMENTS...............  First released in early 1994 Ewan continues
  2365. to be improved by its author and has developed a strong following.
  2366. Both ANSI and now VT52 terminal emulation have recently been added.
  2367. Window sizing problems found on earlier versions should be fixed now.
  2368. A short description on how to create emulations for EWAN is available
  2369. in a Windows Write format through the WWW from: http://www.lysator.liu.se/~zande
  2370. r/ewan.html
  2371.  
  2372. 20.4
  2373. NAME.........................  NCSA WinTel
  2374. PRIME PURPOSE......  Telnet (terminal emulator)
  2375. FILE NAME.................  wintelb3.zip
  2376. FILE SIZE...................  55,834 bytes
  2377. LATEST VERSION.....  Unsupported beta 3    1993
  2378. AVAILABLE FROM.....  ftp.cica.indiana.edu:   /pub/pc/win3/winsock  (or
  2379. mirrors)
  2380. STATUS.....................   No charge for use.
  2381. DOCUMENTATION....  Minimal, no on-line help.
  2382. FEATURES................
  2383. COMMENTS...............  Not supported, not currently under development.
  2384.  
  2385. 20.5 (new)
  2386. NAME.........................  PowerVT
  2387. PRIME PURPOSE......  Telnet (terminal emulator)
  2388. FILE NAME.................  vt220.exe
  2389. FILE SIZE...................  601,853
  2390. LATEST VERSION.....  1.03   January 1995
  2391. AVAILABLE FROM.....  ftp.cica.indiana.edu:   /pub/pc/win3/winsock  (or
  2392. mirrors)
  2393. STATUS.....................  Commercial demo.
  2394. DOCUMENTATION....  Basic startup instructions and on-line help
  2395. FEATURES................  VT52 / VT100 / VT220 / TTY terminal emulation.
  2396. COMMENTS...............  Built in dialer. A replacement for an older
  2397. demo program called VT-220.
  2398.  
  2399. 20.6
  2400. NAME.........................  QWS3270 EXTRA
  2401. PRIME PURPOSE......  Telnet (terminal emulator)
  2402. FILE NAME.................  qws3270.zip   Note: if downloading from
  2403. other locations match the file date or size to ensure you are getting
  2404. the latest version. Each new release continues to be circulated under
  2405. the exact same file name making the different releases hard to distinguish.
  2406.  
  2407. FILE SIZE...................  Freeware version: 73,365  bytes
  2408.   Shareware version: 102,873 bytes
  2409. LATEST VERSION.....  Freeware (limited):    3.2e   October 1994
  2410.   Shareware:  2.0      November 1994
  2411. AVAILABLE FROM.....  Freeware: ftp.ccs.queensu.ca:     /pub/msdos/tcpip
  2412.   Shareware: ftp.cica.indiana.edu:  /pub/pc/win3/winsock  (or mirrors)
  2413. STATUS.....................  Shareware   $US 35.00
  2414. DOCUMENTATION....  Set-up instructions and on-line help
  2415. FEATURES................  Support for IBM 3270 and Tektronix 4010 terminals.
  2416. Has 64 character type ahead buffer and support for about a dozen foreign
  2417. language  character translation sets, German, Danish, Dutch, French,
  2418. Swedish etc.  Full customized keyboard.
  2419. COMMENTS...............  Both the Freeware and enhanced (extra) Shareware
  2420. versions have been circulated with the same filename, distinguishable
  2421. only by file size (without unzipping). The Freeware version is only
  2422. being supported  (bug fixes and minor enhancements) for Queens University
  2423. faculty and students and is up to version 3.2. The Shareware extra
  2424. version started at 1.0 and is now up to 2.0. For the best features   
  2425.  
  2426.   
  2427. !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmno
  2428. pqrsuvwxyz{|}~
  2429. get the newer Shareware version which is being very actively developed
  2430. by its author.
  2431.  
  2432. 20.7
  2433. NAME.........................  Tektel
  2434. PRIME PURPOSE......  Telnet (terminal emulator) 
  2435. FILE NAME.................  tektel1b.zip
  2436. FILE SIZE...................  56,826 bytes
  2437. LATEST VERSION.....  1b  June 1994
  2438. AVAILABLE FROM.....  ftp.cica.indiana.edu:     /pub/pc/win3/winsock
  2439. (or mirrors)
  2440. STATUS.....................  Public Domain 
  2441. DOCUMENTATION....  Limited, no on-line help
  2442. FEATURES................  Tektronix T4010 terminal emulation. 
  2443. COMMENTS...............  Written in Visual Basic (requires VBRUN300.DLL,
  2444. not included, but widely available and often bundled with other programs).
  2445.  
  2446. 20.8
  2447. NAME.........................  Trumpet Telnet
  2448. PRIME PURPOSE......  Telnet (terminal emulator)
  2449. FILE NAME.................  ttel0_07.zip
  2450. FILE SIZE...................  29,639
  2451. LATEST VERSION.....  .07 alpha     September 1994
  2452. AVAILABLE FROM.....  ftp.trumpet.com.au:        /ftp/pub/beta/trmptel
  2453. STATUS.....................  Currently copyright Freeware, but eventually
  2454. Shareware.
  2455. DOCUMENTATION....  None. 
  2456. FEATURES................  A basic VT100 now with cut & paste, font control
  2457. etc. 
  2458. COMMENTS...............  From Peter Tattam.
  2459.  
  2460. 20.9
  2461. NAME.........................  UNIBOL/Desktop Terminal
  2462. PRIME PURPOSE......  Telnet (terminal emulator)     [DEMO - Function
  2463. or time crippled]
  2464. FILE NAME.................  unitel.zip 
  2465. FILE SIZE...................  559,815 bytes
  2466. LATEST VERSION.....  1.3     December 1994
  2467. AVAILABLE FROM.....  ftp.unibol.com:     /pub/demo
  2468. STATUS.....................  Demo trial version with an expiry date.
  2469. DOCUMENTATION....  Start up and on-line help.
  2470. FEATURES................  VT100/Uniboll100  emulation. Record/playback
  2471. script capability to automate sessions, keyboard re-mapping, dual character
  2472. set support.
  2473. COMMENTS...............  Full featured demo from Unibol Ltd. Compatible
  2474. with a variety of stacks including Trumpet. This can be a difficult
  2475. site to access.
  2476.  
  2477. 20.10
  2478. NAME.........................  UW Term
  2479. PRIME PURPOSE......  Telnet (terminal emulator) 
  2480. FILE NAME.................  See comments below.
  2481. FILE SIZE...................  Approximately  20 files,  1,261,000  bytes.
  2482. LATEST VERSION.....  .97g     November 1994
  2483. AVAILABLE FROM.....  ftphost.cac.washington.edu:      /pub/winsock/uwterm_0.97g
  2484. STATUS.....................  Freeware.
  2485. DOCUMENTATION....  Good, but no on-line help.
  2486. FEATURES................  VT52/VT100/VT200 emulation. Automated installation.
  2487. Features include: adjustable colors, fonts,  save & restore of configurations,
  2488. autologin. Multiple terminals can be active simultaneously.
  2489. COMMENTS...............  Available only as a cluster of files in a directory,
  2490. all of  which should  be downloaded. Some of the files such as  vbrun300.dl_
  2491. may create duplicates  on your system and can be deleted after installation
  2492. if you already have an existing equivalent version in a path directory.
  2493. Slightly customized for intended use at the University of Washington
  2494. and outside use is not supported by the author. Note: according to
  2495. the author, this program does NOT work properly with Trumpet Winsock
  2496. 1.0a OR the newer Trumpet 1.0b beta 6.  No information on compatibility
  2497. with more recent Trumpet releases such as 2.0.
  2498.  
  2499. 20.11
  2500. NAME.........................  VT-220 for Workgroups
  2501. PRIME PURPOSE......  Telnet (terminal emulator)
  2502. FILE NAME.................  vt220.exe
  2503. FILE SIZE...................  552,388 bytes
  2504. LATEST VERSION.....  1.5  May 1994 
  2505. AVAILABLE FROM.....  bode.ee.ualberta.ca:     /pub/dos/win3/winsock
  2506. STATUS.....................  Demo copy provided for evaluation purposes
  2507. only.   
  2508. DOCUMENTATION....  Negligible, no on-line help
  2509. FEATURES................  VT52 / VT100 / VT220 terminal emulation. Automated
  2510. setup. 
  2511. COMMENTS...............  For latest pricing etc., e-mail: sales@dart.com
  2512. (Dart Communications).
  2513.   This older program has now been replaced by PowerVT listed elsewhere
  2514. in this section.
  2515.  
  2516. 20.12
  2517. NAME.........................  YAWTEL
  2518. PRIME PURPOSE......  Telnet (terminal emulator)
  2519. FILE NAME.................  yawtel02.zip
  2520. FILE SIZE...................  12,024 bytes
  2521. LATEST VERSION.....  .2 beta  July 1994
  2522. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  2523. (or mirrors). 
  2524. STATUS.....................  No charge for now while being developed.  
  2525.  
  2526. DOCUMENTATION....  Negligible, no on-line help in this early version.
  2527. FEATURES................  A VT100 emulator 
  2528. COMMENTS...............  This package was  designed with Mosaic in mind.
  2529. Use caution since this program is being released for testing purposes
  2530. and is apparently at a very early stage in development and can be expected
  2531. to be buggy, but the author will appreciate feedback. 
  2532.  
  2533. For Telnet see also WinQVT in the Mail and News section.
  2534.  
  2535. 21.  TCP / IP
  2536. Things primarily for network groupies. Modem users can fast forward.
  2537. TCP/IP = Transmission Control Protocol/Internet Protocol. This is the
  2538. networking standard used by the Internet for the transfer of data packets.
  2539. It's a standard which essentially allows two computers to talk to each
  2540. other.
  2541.  
  2542. 21.1
  2543. NAME.........................  Internet-Connect
  2544. PRIME PURPOSE......  TCP/IP networking package
  2545. FILE NAME.................  inetv21.zip
  2546. FILE SIZE...................  954,584    bytes
  2547. LATEST VERSION.....  2.1  February 1995
  2548. AVAILABLE FROM.....  cais.com:     /pub/lvuong
  2549. STATUS.....................  Evaluation copy.
  2550. DOCUMENTATION....  Extensive installation and use information.
  2551. FEATURES................  Full support for SLIP/CSLIP/PPP. PPP has client
  2552. and server modes, userid/password authentication (UPAP), dynamic address
  2553. assignment etc. There is a Windows based dialer with scripting and
  2554. terminal emulation utility and Windows based automatic installation
  2555. program.  For developers there is Winsock API trace, Winsock developers
  2556. kit, SLIP and PPP data trace etc.
  2557. COMMENTS...............  This  very full featured package is intended
  2558. to provide a powerful platform primarily oriented towards network professionals
  2559. and developers.
  2560.  
  2561. 21.2
  2562. NAME.........................  Microsoft TCP/IP-32 for Windows For Workgroups
  2563. 3.11a
  2564. PRIME PURPOSE......  TCP/IP networking package
  2565. FILE NAME.................  WFWT32.EXE
  2566. FILE SIZE...................  Approximately 678,000 bytes
  2567. LATEST VERSION.....  3.11a   November 1994
  2568. AVAILABLE FROM.....  ftp.microsoft.com:     /peropsys/windows/public/tcpip
  2569. STATUS.....................  No charge.
  2570. DOCUMENTATION....  Primitive, but requires little. It installs as a
  2571. protocol in Network Setup.
  2572. FEATURES................  
  2573. COMMENTS...............  Runs only in Windows For Workgroups. For network
  2574. users. Includes the Microsoft Winsock and a few clients such as Telnet,
  2575. Ping and FTP. This update has just been released to fix bugs.
  2576.  
  2577. 22.   TELE-CONFERENCING: VIDEO AND WHITEBOARDS
  2578.  
  2579. 22.1
  2580. NAME.........................  CU-SeeMe
  2581. PRIME PURPOSE......  One way / two way / multiple video(!) conferencing.
  2582. FILE NAME.................  cuseeme.zip  
  2583. FILE SIZE...................  122,054 bytes
  2584. LATEST VERSION.....  W.34b4      August 1994
  2585. AVAILABLE FROM.....  gated.cornell.edu:    /pub/video/PC.CU-SeeMeW0.34b4
  2586. STATUS.....................  Free.
  2587. DOCUMENTATION....  Installation instructions and on-line help included.
  2588. A Frequently Asked Questions (FAQ) document is also available from
  2589. the same location under the name CU-SeeMe.FAQ. Further info on reflector
  2590. sites is available through the WWW from: http://www.ludvigsen.dhhalden.no/webdoc
  2591. /video.html
  2592. FEATURES................    4-bit grayscale video at 160x120 pixels.
  2593. Audio for the PC not available yet, but being worked on.
  2594. COMMENTS...............  This was originally created for the Macintosh
  2595. platform but is now available for both. It is under considerable development
  2596. effort and this latest release seems considerably more stable than
  2597. its predecessors. Even if you don't have the capability to send, there
  2598. are several  reflector sites available where you can use this package
  2599. to sneak a peek. The low data transfer speeds on modem connections
  2600. are a big problem, but this is nevertheless interesting. Try it! 
  2601.  
  2602. 22.2 (new)
  2603. NAME.........................  Insitu Conference
  2604. PRIME PURPOSE......  Document conferencing software
  2605. FILE NAME.................  iconf10.zip
  2606. FILE SIZE...................  1,389,994 bytes
  2607. LATEST VERSION.....  1.0   January 1995
  2608. AVAILABLE FROM.....  ftp.std.com:    /vendors/insitu/demo
  2609. STATUS.....................  30 day demo. Commercial price starting
  2610. at $US 269 for a single user with volume price breaks.
  2611. DOCUMENTATION....  Start up instructions and on-line help.
  2612. FEATURES................  OLE 2.0 compliant. Shared whiteboard allows
  2613. group editing of any document or image.  Integrated voice link (currently
  2614. one to one only) through Microsoft/Intel TAPI standard.  Automated
  2615. installation. Some features are crippled in this demo version.
  2616. COMMENTS...............  From Insitu Inc.
  2617.  
  2618. 22.3
  2619. NAME.........................  NCSA Audible Collage for Microsoft Windows
  2620. PRIME PURPOSE......  Multi-platform collaboration tool.
  2621. FILE NAME.................  col_12b1.zip
  2622. FILE SIZE...................  203,546 bytes
  2623. LATEST VERSION.....  1.2 beta 1   December 1993
  2624. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  2625. (or mirrors)
  2626. STATUS.....................  No mention of any charges.
  2627. DOCUMENTATION....  Installation and start up instructions.
  2628. FEATURES................  
  2629. COMMENTS...............  Collage is a whiteboard program which allows
  2630. users to collaborate and share data across the three supported platforms:
  2631. X-Windows workstations, Apple Macintosh systems, and Windows systems.
  2632. You must have a Macintosh or an X-Windows workstation running a server
  2633. in order to use the network collaboration capabilities. Interesting.
  2634.  
  2635. 23.  TIME LOGS
  2636. If you've just gotten the bill from your Internet provider and you're
  2637. having serious breathing problems, you might want to look at the programs
  2638. in this section.  
  2639.  
  2640. 23.1
  2641. NAME.........................  SLIP db
  2642. PRIME PURPOSE......  Connection time and cost log.
  2643. FILE NAME.................  slipdb10.zip
  2644. FILE SIZE...................  426,014
  2645. LATEST VERSION.....  1.01    September  1994
  2646. AVAILABLE FROM.....  ollc.mta.ca:    /pub/slip
  2647.   ftp.cica.indiana.edu:     /pub/pc/win3/winsock
  2648. STATUS.....................  Shareware $CDN 30.00 
  2649. DOCUMENTATION....  Start up instructions and on-line help.
  2650. FEATURES................  Automated installation. SLIP db records the
  2651. date and time of each connect and disconnect from your Internet service
  2652. provider. It calculates elapsed time and figures out a cost based on
  2653. a per minute charge. The program has a browse mode that lets you see
  2654. a log of your calls, print a report, and delete records.
  2655. COMMENTS...............  A nice all purpose SLIP bean counter. This
  2656. program is specifically designed to work with a SLIP dialup connection
  2657. such as is provided by Trumpet Winsock.
  2658.  
  2659. 23.2
  2660. NAME.........................  UpTime for Windows 3.1
  2661. PRIME PURPOSE......  Connection time log.
  2662. FILE NAME.................  uptime.zip
  2663. FILE SIZE...................  3,337
  2664. LATEST VERSION.....  1.0    October 1994
  2665. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util  (or
  2666. mirrors)
  2667. STATUS.....................  Copyright, but no mention of any charges
  2668. for use.
  2669. DOCUMENTATION....  Basic startup and usage info.
  2670. FEATURES................
  2671. COMMENTS...............  Very simple utility designed to track session
  2672. logon time. Primarily intended for use with a dialup SLIP connection
  2673. but not limited to that. Requires that you have the Visual Basic module
  2674. vbrun300.dll (not included) on your system.
  2675.  
  2676. See also ModemSta in the Modem Accessories section.
  2677.  
  2678. 24.  TIME SYNCHRONIZERS 
  2679. Is the clock on your PC always wrong? Too lazy to be bothered resetting
  2680. it? Heres the solution! These packages can access your local  Internet
  2681. server (and  others) and compare their time settings to your PC, and
  2682. either report the difference or, if you choose,  do an automatic update
  2683. for you. Features and operation vary somewhat from package to package.
  2684. For most users synchronization with your local server is more than
  2685. adequate for most purposes. If you have a critical requirement and
  2686. are not satisfied with the accuracy of your local server, an atomic
  2687. clock is available for access at location:   time-A.timefreq.bldrdoc.gov
  2688. (132.163.135.130).  A detailed list of other high precision sites is
  2689. found in the document clock.txt available by FTP from location: louie.udel.edu
  2690. in directory /pub/ntp/doc.
  2691.  
  2692. 24.1
  2693. NAME.........................  NTTardis    [Windows NT version] 
  2694. PRIME PURPOSE......  Time synchronizer
  2695. FILE NAME.................  nttardis.zip
  2696. FILE SIZE...................  53,795 bytes 
  2697. LATEST VERSION.....  1.0    September 1994
  2698. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/nt  (or mirrors).
  2699.  
  2700. STATUS.....................  Shareware    $US 20
  2701. DOCUMENTATION....  Start up documentation.
  2702. FEATURES................  The Tardis Server for Windows NT implements
  2703. RFC 868 (TCP only, no UDP).  It acts as both a RFC 868 server and client.
  2704. i.e. It can get the time from a timeserver with the correct time
  2705. and then make the correct time available to local clients. Can run
  2706. in the background checking at defined intervals. Contains an adjustable
  2707. maximum adjustment filter.
  2708. COMMENTS...............  Other than the fact that both packages come
  2709. from Demon country across the ocean, and they have similar names, this
  2710. package has nothing in common with the Tardis, the Windows 3.1 version,
  2711. listed below. Appears to be different authors. 
  2712.  
  2713. 24.2
  2714. NAME.........................  Tardis
  2715. PRIME PURPOSE......  Time synchronizer
  2716. FILE NAME.................  tardis2a.zip
  2717. FILE SIZE...................  36,602  bytes
  2718. LATEST VERSION.....  2.0a  January 1995
  2719. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  2720. (or mirrors). 
  2721. STATUS.....................  Shareware $US 20, site license $US 40 
  2722. DOCUMENTATION....  Startup instructions and on-line help included.
  2723. FEATURES................  Can run in the background checking at defined
  2724. intervals. Contains an variable maximum adjustment filter.
  2725. COMMENTS...............  Well done. A noticeably improved version from
  2726. the first release. I was particularly impressed with the author's simple
  2727. solution to the time zone problem this time around (a notable problem
  2728. in the first release). Authors of other similar programs should emulate
  2729. (steal) this idea. An excellent first choice for a time client.
  2730.  
  2731. 24.3
  2732. NAME.........................  Timesync
  2733. PRIME PURPOSE......  Time synchronizer
  2734. FILE NAME.................  tsync1_8.zip
  2735. FILE SIZE...................  399,725 bytes
  2736. LATEST VERSION.....  1.8      July 1994
  2737. AVAILABLE FROM.....  ftphost.cac.washington.edu:     /pub/winsock
  2738. STATUS.....................  Public domain.
  2739. DOCUMENTATION....  Setup instructions.
  2740. FEATURES................  
  2741. COMMENTS...............  Automated setup. Timesync is a simple Winsock
  2742. app that sets your PC's clock to match the time on a remote host. 
  2743. The remote host must be provide the UNIX time service on port 37 (timesync
  2744. does NOT use NTP).  This should make the time setting accurate to at
  2745. least 1 second.  
  2746.  
  2747. 24.4
  2748. NAME.........................  Windows Time Client
  2749. PRIME PURPOSE......  Time synchronizer.
  2750. FILE NAME.................  wstim101.zip
  2751. FILE SIZE...................  86,527
  2752. LATEST VERSION.....  1.01   August 1994
  2753. AVAILABLE FROM.....  sunsite.unc.edu:         /pub/micro/pc-stuff/ms
  2754. windows/winsock/apps
  2755.   ftp.cica.indiana.edu:        /pub/pc/win3/winsock
  2756. STATUS.....................  Freeware,  all source code included. 
  2757. DOCUMENTATION....  Startup instructions and on-line help included. 
  2758. FEATURES................  Last five time servers accessed are added
  2759. to host menu for easy access.  Option to modify local system's time
  2760. or simply report time
  2761.   returned from the time server.  TCP or UDP connection option. 
  2762. COMMENTS...............  This package can access your local  Internet
  2763. server (and  others) and compare your PC to their time settings, and
  2764. either report the difference or, if you choose,  do the automatic update
  2765. for you. Tested only on Trumpet Winsock, but should work on most stacks.
  2766. A basic program with very limited features and options. There are better
  2767. available.
  2768.  
  2769. 24.5
  2770. NAME.........................  WinSNTP
  2771. PRIME PURPOSE......  Time synchronizer.
  2772. FILE NAME.................  wsntp15f.zip
  2773. FILE SIZE...................  157,926 bytes
  2774. LATEST VERSION.....  1.5f    November 1994
  2775. AVAILABLE FROM.....  sunsite.unc.edu:        /pub/micro/pc-stuff/ms
  2776. windows/winsock/apps
  2777.   louie.udel.edu:        /pub/ntp
  2778. STATUS.....................  Shareware   $US  25
  2779. DOCUMENTATION....  Startup instructions and on-line help included. 
  2780. FEATURES................  Will operate over a wide range of different
  2781. network connections from SLIP to high speed local area networks. WinSNTP
  2782. can periodically poll the NTP server in order to keep the PC clock
  2783. accurate within a configurable limit.  Programmable daylight savings
  2784. time cut over.
  2785. COMMENTS...............  This program is an implementation of the Simple
  2786. Network Time Protocol (SNTP) and is designed to keep a computer clock
  2787. synchronized to the correct time with a very high degree of accuracy
  2788. for critical applications.  Requires access to an NTP server. A 32
  2789. bit Windows NT version is under development.
  2790.  
  2791. 25.  WAIS - Wide Area Information Server 
  2792. The Wide Area Information Server (WAIS) project was initially started
  2793. by Thinking Machines, Apple Computer, and Dow Jones News Retrieval.
  2794. It is now being operated by the Clearinghouse for Networked Information
  2795. Discovery and Retrieval. There are about 300 servers available world
  2796. wide as part of the network. WAIS is an information search system which
  2797. has never became very popular. In addition to these specific clients,
  2798. WAIS searches can also be done through WWW browsers which is perhaps
  2799. why development of  WAIS clients seems to have stopped.
  2800.  
  2801. 25.1
  2802. NAME.........................  EINet WinWAIS
  2803. PRIME PURPOSE......  WAIS search client
  2804. FILE NAME.................  EWAIS204.ZIP
  2805. FILE SIZE...................  1,451,068 bytes
  2806. LATEST VERSION.....  2.04    June 1994
  2807. AVAILABLE FROM.....  ftp.einet.net:    /einet/pc
  2808. STATUS.....................  Shareware $US 35.00 after 30 day evaluation
  2809. period.
  2810. DOCUMENTATION....  Startup instructions and some on-line help included.
  2811. FEATURES................  Automated installation procedure. Two graphics
  2812. viewers (gfxVIEW and winECJ) included, or can be configured to use
  2813. your own. 
  2814. COMMENTS...............   
  2815.  
  2816. 25.2
  2817. NAME.........................  USGS WinWAIS  (US Geological Survey WAIS
  2818. for Windows)
  2819. PRIME PURPOSE......  WAIS search client
  2820. FILE NAME.................  wwais24.exe
  2821. FILE SIZE...................  591,071 bytes
  2822. LATEST VERSION.....  2.4   March 1994
  2823. AVAILABLE FROM.....  wais.com:    /pub/freeware/dos
  2824. STATUS.....................  Free
  2825. DOCUMENTATION....  Start up instructions and on-line help included and
  2826. includes simple basic instructions/examples on how to use.
  2827. FEATURES................  Automated installation procedure. Includes
  2828. a separate optional SLIP dialer, and a VT100 telnet application. 
  2829. COMMENTS...............  No graphics viewers included.  See also the
  2830. listing for the separate SLIP dialer, WAIS Dialer, in the Telephone
  2831. Dialers section. 
  2832.  
  2833. 25.3
  2834. NAME.........................  WAIS Manager
  2835. PRIME PURPOSE......  WAIS search client
  2836. FILE NAME.................  waisman3.zip
  2837. FILE SIZE...................  851,085 bytes
  2838. LATEST VERSION.....  3.1   June 1993
  2839. AVAILABLE FROM.....  ftp.cnidr.org:     /pub/NIDR.tools/wais/pc/windows
  2840. STATUS.....................  Free for non-commercial purposes
  2841. DOCUMENTATION....  Includes startup instructions and on-line help.
  2842. COMMENTS...............  If using the DOS program pkunzip, use the 
  2843. d option when unzipping this file to create  proper subdirectories,
  2844. i.e. pkunzip -d waisman3.zip.  According to information in a recent
  2845. newsgroup posting this program is apparently no longer supported by
  2846. its author.
  2847.  
  2848. 26.  WEBSTER DICTIONARY
  2849. For on-line spell checking or looking up word definitions, here's a
  2850. unique Winsock program.
  2851.  
  2852. 26.1
  2853. NAME.........................  WinWebster
  2854. PRIME PURPOSE......  A Webster client for accessing a network Webster
  2855. dictionary server.
  2856. FILE NAME.................  wwebst06.zip
  2857. FILE SIZE...................  39,365  bytes
  2858. LATEST VERSION.....  .6    December 1994
  2859. AVAILABLE FROM.....  stoner.eps.mcgill.ca:     /pub/windows/winsock
  2860. STATUS.....................  PostcardWare - send a postcard to the author.
  2861. DOCUMENTATION....  Basic installation and start-up instructions.
  2862. FEATURES................  
  2863. COMMENTS...............  Written by Steeve McCauley. To use this, or
  2864. even to find out if it's even usable on your local server you'll have
  2865. to talk to your local support people for server and port information.
  2866. There is one globally accessible site at:
  2867.   webster.cs.indiana.edu    port 2627
  2868.  
  2869. 27.  WHOIS
  2870. Whois clients use the Whois protocol for looking up people, hosts,
  2871. and organizations  in the database kept by the Network Information
  2872. Center (NIC) at SRI  International or at other Whois servers.  The
  2873. information available is  limited.
  2874.  
  2875. 27.1
  2876. NAME.........................  WinWhois  
  2877. PRIME PURPOSE......  Whois identification.
  2878. FILE NAME.................  winwhois.zip 
  2879. FILE SIZE...................  37,877 bytes
  2880. LATEST VERSION.....  1.1   September 1994
  2881. AVAILABLE FROM.....  Try  ftp.sunet.se:     /pub/pc/windows/winsock/apps/winwhoi
  2882. s
  2883. STATUS.....................  Copyrighted,  but no mention of any charges.  
  2884.  
  2885. DOCUMENTATION....  Minimal. There is a brief explanation of the protocol
  2886. and how to use it, but there are no installation instructions or on
  2887. line help.  Some additional information is available from the default
  2888. server by doing a Whois search on the word help.
  2889. FEATURES................  This version has a history feature, which
  2890. saves up to the last 10 servers looked up in an ini file.
  2891. COMMENTS...............  
  2892.  
  2893. 27.2
  2894. NAME.........................  WinWhois 32     [Windows NT version ]
  2895. PRIME PURPOSE......  Whois identification.
  2896. FILE NAME.................  whois32.zip
  2897. FILE SIZE...................  24,656 bytes
  2898. LATEST VERSION.....  Beta version 1    May 1994
  2899. AVAILABLE FROM.....  ftp.cica.indiana.edu:   /pub/pc/win3/winsock  (or
  2900. mirrors)
  2901. STATUS.....................  Copyrighted,  but no mention of any charges.
  2902. DOCUMENTATION....  Minimal
  2903. FEATURES................
  2904. COMMENTS...............  A 32 bit  version of this program for Windows
  2905. NT by Larry Kahn. It does appear to work with regular Windows 3.1 with
  2906. a Win32s upgrade.
  2907.  
  2908. Also see the section on Finger clients for programs which also have
  2909. Whois clients built in.. 
  2910.  
  2911. 28.  WORLD WIDE WEB BROWSERS, etc. 
  2912. Less than a year ago the only Web browsers available were Cello (feature
  2913. poor) and Mosaic (buggy rich). Since then we have seen the release
  2914. of a limited demo version  of Air Mosaic and free versions of Netscape,
  2915. WinWeb and others. Each newcomer has its fans and its critics and none
  2916. is ideal. We have choices we lacked before and the competition between
  2917. them will provide a rapid evolution of features.   From a user point
  2918. of view it's kind of like going to an ice cream store and one day finding
  2919. to your surprise that instead of just vanilla they now have all of
  2920. these different wonderful flavors to choose from. It may still be ice
  2921. cream, but it's different and its better.
  2922.  
  2923. What's the most popular Web browser? If you were to go to a bookstore
  2924. and read through sections in books devoted to Web browsers you would
  2925. form the firm conviction that Mosaic is THE Browser to have, an overwhelming
  2926. favorite on the Internet. Unfortunately, while this was true 6 months
  2927. ago when such books were being written, there has been a dramatic change
  2928. since then. Numerous bugs in Mosaic, long intervals between new versions,
  2929. and the annoyance of having to install Microsoft's Win32s 32 bit extension
  2930. in order to run any recent versions of Mosaic by themselves would not
  2931. have been sufficient for it's fall in popularity if not for the appearance
  2932. of this variety of competing products.  The current most popular Windows
  2933. browser in use is now Netscape, released by former Mosaic developers.
  2934. This popularity was noted in Jayfar's survey (http://www.netaxs.com/~jayfar/surs
  2935. ays.html)
  2936. where Netscape was also the most popular Macintosh browser. Although
  2937. the sample size is small and there is no claim of scientific accuracy,
  2938. the results do tend to be confirmed by Newsgroup postings. Questions,
  2939. discussions and controversy centered on Netscape dominate the postings.
  2940. More recently however the new browser InternetWorks has been drawing
  2941. attention.............
  2942.  
  2943. 28.1
  2944. NAME.........................  AIR Mosaic
  2945. PRIME PURPOSE......  World Wide Web (WWW) Browser     [DEMO - Function
  2946. or time crippled]
  2947. FILE NAME.................  AMOSDEMO.EXE
  2948. FILE SIZE...................  1,003,793 bytes
  2949. LATEST VERSION.....  1.1    October 1994
  2950. AVAILABLE FROM.....  ftp.spry.com:     vendor/spry/demo/AirMosaicDemo
  2951. STATUS.....................  Demo trial version. 
  2952. DOCUMENTATION....  On-line help file included. 
  2953. FEATURES................  Customizable toolbars, pre-configured hot
  2954. lists, user definable hot lists, full screen kiosk mode, etc. Automated
  2955. installation looks for an already installed Winsock stack (such as
  2956. Trumpet).  Program includes its own nullsock.dll file for offline viewing.
  2957. COMMENTS...............  This is a fully functional demo except for
  2958. the fact that it will only allow for the viewing of up to 6 external
  2959. documents. The first release versions had image display flaws but these
  2960. have now been corrected. Spry has done a good job in reacting to bug
  2961. problems and posting fixed versions. The uncrippled 16 bit version
  2962. is available for $US 29.95.  A 32 bit version of this program for that
  2963. price would be more desirable. 
  2964.  
  2965. 28.2
  2966. NAME.........................  Cello
  2967. PRIME PURPOSE......  World Wide Web (WWW) Browser
  2968. FILE NAME.................  cello.zip   (Watch out for older versions
  2969. with the same file name - match file size if  downloading from other
  2970. locations)
  2971. FILE SIZE...................  328,429 bytes
  2972. LATEST VERSION.....  1.01a      March 1994
  2973. AVAILABLE FROM.....  ftp.law.cornell.edu:     /pub/LII/Cello
  2974. STATUS.....................  No charge for non-commercial use. 
  2975. DOCUMENTATION....  Installation instructions and on-line help included.
  2976. FEATURES................
  2977. COMMENTS...............  A basic WWW viewer, far easier to run than
  2978. Mosaic, although it doesn't have all the features. What it does have
  2979. is fewer bugs, and it is far less demanding on your systems resources.
  2980. Getting quite a bit dated and stale now, a new version has been imminent
  2981. for some time................
  2982.  
  2983. 28.3
  2984. NAME.........................  InternetWorks Lite
  2985. PRIME PURPOSE......  WWW Browser
  2986. FILE NAME.................  beta7.exe
  2987. FILE SIZE...................  2,239,530  bytes
  2988. LATEST VERSION.....  Beta 7     February 1995
  2989. AVAILABLE FROM.....  ftp.booklink.com:     /lite
  2990. STATUS.....................  Demo preview version. Full commercial version
  2991. with working mail, news and yellow pages available for $US 99 from
  2992. Booklink (which has just been purchased by America On Line (AOL)).
  2993. DOCUMENTATION....  Start up instructions and on-line help.
  2994. FEATURES................  Automated installation. Multitasking support
  2995. with separate windows created for each activity. No news yet in this
  2996. version.
  2997. COMMENTS...............  The browsers background color (which will
  2998. be white on most machines) is tied to Windows desktop settings and
  2999. is not separately adjustable. Similar to Mosaic Netscape text is displayed
  3000. first allowing you to begin reading immediately while the graphics
  3001. are then retrieved. The default pages provided are primarily menu driven
  3002. and easy to use. The demo version works with SLIP only - there is no
  3003. PPP support. This program is becoming increasingly more impressive
  3004. with each new release. A good alternative to Netscape.
  3005.  
  3006. 28.4 (new)
  3007. NAME.........................  Microsoft Internet Assistant For Word
  3008. (Word 6.0 extension)
  3009. PRIME PURPOSE......  HTML editor and WWW browser (Based on the InternetWorks
  3010. browser from Booklink.)
  3011. FILE NAME.................  wordia.exe
  3012. FILE SIZE...................  1,173,180
  3013. LATEST VERSION.....  beta
  3014. AVAILABLE FROM.....  ftp.microsoft.com:     /deskapps/word/winword-public/ia
  3015. STATUS.....................  Not mentioned, but I believe it will be
  3016. freely available to licensed users of MS Word.
  3017. DOCUMENTATION....  Start-up info and on-line help.
  3018. FEATURES................  
  3019. COMMENTS...............  Nearing final release, this is Microsoft's
  3020. entry into the HTML document creation market. This template also gives
  3021. Word capability as a Web browser to access WWW sites. It is fairly
  3022. basic and represents no threat to other existing major Web browsers.
  3023. You must have MS Word 6.0 in order to install and use this. This template
  3024. provides another example of how Microsoft has succeeded in turning
  3025. Word into the industry leader in word processing, on or off the Internet.
  3026. Besides this, there are now at least half a dozen Shareware and Freeware
  3027. HTML add-on creation templates available for MS Word, but I have not
  3028. seen a single one yet for its competitors WordPerfect or Ami Pro.
  3029.   Note: This program will only work with North American versions of
  3030. Word 6.0a and only on Windows 3.1 at the moment. Once installed it
  3031. turned Word on my machine into a real pig for low level (DOS 640K)
  3032. memory which created problems when trying to open other applications.
  3033. Keep in mind that it is after all just a preliminary beta release...............
  3034. ....
  3035.  
  3036. 28.5  
  3037. NAME.........................  NCSA Mosaic (16 bit)
  3038. PRIME PURPOSE......  World Wide Web (WWW) Browser
  3039. FILE NAME.................  wmos20a2.zip
  3040. FILE SIZE...................  243,749 bytes
  3041. LATEST VERSION.....  2.0 alpha 2    March 1994
  3042. AVAILABLE FROM.....  ftp.ncsa.uiuc.edu:    /Web/Mosaic/Windows/old
  3043. STATUS.....................  No charge for non-commercial use. 
  3044. DOCUMENTATION....  Good
  3045. FEATURES................
  3046. COMMENTS...............  Regular 16 bit version only. This is the final
  3047. release for a 16 bit Windows 3.1 version.  No further development planned
  3048. for this version. Not compatible  with WFW 3.11. See 32 bit version
  3049. below. NCSA = National Center for Supercomputing Applications.
  3050.  
  3051. 28.6
  3052. NAME.........................  NCSA Mosaic    [Windows 3.1 with Win32s,
  3053. or Windows NT]
  3054. PRIME PURPOSE......  World Wide Web (WWW) Browser
  3055. FILE NAME.................  mos20a9.exe   (self extracting)
  3056. FILE SIZE...................  947,877
  3057. LATEST VERSION.....  2.0 alpha 9    January 1995
  3058. AVAILABLE FROM.....  ftp.ncsa.uiuc.edu:     /Web/Mosaic/Windows
  3059. STATUS.....................  No charge for non-commercial use. 
  3060. DOCUMENTATION....  Installation and setup  instructions included.  On
  3061. line help is precisely that,  downloaded from the NCSA server as required
  3062. and thus only available to you when you are logged on.
  3063. FEATURES................  Addition of Tables and a number of new tags,
  3064. stand alone mode which does not require a winsock.dll on your system.
  3065. This new version alpha 9 also now displays text before downloading
  3066. inline images similar to what Netscape does. New right mouse button
  3067. menu options.
  3068. COMMENTS...............  This new version requires a special OLE compatible
  3069. version of Win32s which must be installed on your system before installing
  3070. this newer version of Mosaic. Details on it in the Miscellaneous Non
  3071. Winsock/ Win32s section much further down this listing. Fortunately
  3072. your existing .ini file will be retained with this installation so
  3073. you won't have to re-edit all over again to add viewers. This new version
  3074. may not run well if you only have 4 meg RAM memory.
  3075.   Note: When trying to run the alpha 8 version of Mosaic if you get
  3076. one of the following errors: " Win32s. Initialization of dll failed.
  3077. Process is terminating abnormally" or "Unexpected DOS error 21" change
  3078. the international settings of Windows (with control panel) to show
  3079. language "English (American)" and NOT Finnish or Swedish or Norwegian
  3080. etc. This solution comes from a news posting by Timo Juntunen in Finland
  3081. who noticed that most of the bug reports were coming from Scandinavia
  3082. and concluded that the problem was somehow language related. Nice bit
  3083. of detective work. I'm not sure if this has been fixed in alpha 9.
  3084. Anyone?
  3085.   Note: When running the alpha 9 version if you get an error message
  3086. concerning msvcrt20.dll not working, check your system to see if you
  3087. have more than one copy/version of this file. You'll have to experiment
  3088. by temporarily removing one at a time to see if the remaining one works.
  3089. A typical Mosaic glitch.
  3090.  
  3091. 28.7
  3092. NAME.........................  Netscape   (Mozilla)
  3093. PRIME PURPOSE......  WWW Browser
  3094. FILE NAME.................  ns16-100.exe [Windows 3.1]
  3095.   ns32-092.zip [Windows NT]
  3096. FILE SIZE...................  706,929   and 328,867  bytes
  3097. LATEST VERSION.....  1.0N (16 bit public beta version)   December 1994.
  3098.   .92 (32 bit version) November 1994   [Windows NT]
  3099. AVAILABLE FROM.....  ftp.mcom.com:    /pub/netscape/windows  [Windows
  3100. 3.1]
  3101.   ftp.digital.com:     /pub/net/infosys/Netscape   [Windows 3.1]
  3102.   budman.cmdl.noaa.gov:    /RMWNTUG/software/Winsock  [Windows NT]
  3103. STATUS.....................  Free for use by students or employees in
  3104. non-profit companies. All others may use this for an evaluation period
  3105. only before paying the registration fee. There is no time limit specified
  3106. on the evaluation period.
  3107. DOCUMENTATION....  Minimal with the package. Most of the information
  3108. is available literally on-line from the home site.
  3109. FEATURES................  Features document interaction (work on a document)
  3110. before the entire document is downloaded. Capable of accessing multiple
  3111. servers simultaneously. Optimized to run on 14.4 kbps modems.  Internal
  3112. support for JPEG image format. The ability to use Netscape server/client
  3113. software to securely send credit card information over the Internet
  3114. will help to speed the commercialization and development of the Internet.
  3115. COMMENTS...............  Netscape has many features which have made
  3116. it popular. It is also perhaps unique amongst browsers in not being
  3117. able to vary the background gray color. This package has become very
  3118. controversial because its developers have implemented some advanced
  3119. HTML (Hyper Text Markup Language) capabilities such as text flowing
  3120. around images, control over font sizes and centering. Unfortunately,
  3121. these features are not part of the current HTML standard and are not
  3122. necessarily going to be part of the next standards update. Documents
  3123. specifically created with these features, although pleasing to view
  3124. on Netscape, will not properly be displayed on the many other browsers.
  3125. This program incidentally was written from scratch by the developers.
  3126. The choice of Mosaic Netscape as the initial name was unfortunate and
  3127. incorrectly implied a connection with the NCSA Mosaic browser. The
  3128. company name has now been changed to Netscape Communications Corporation.
  3129.   Note: A commercial version of this program will be released shortly
  3130. for an estimated list price of $US 39. Although the code is essentially
  3131. the same, the commercial version apparently will come with a printed
  3132. manual and technical support. A version of the Netscape browser will
  3133. also be offered by MCI communications as one of the software packages
  3134. it will be selling as part of its new Internet service recently announced.
  3135.  
  3136.   Security: As of version beta .93 Netscape implemented a new RSA based
  3137. security feature in its browser. Secure connections to a server (where
  3138. available) must be addressed with a URL beginning "https" instead of
  3139. "http". The key icon displayed in the lower left hand corner of their
  3140. browser screen appears broken into two pieces during normal unsecured
  3141. connections, and in one solid piece during secure connections. You
  3142. can test making secure connections to the Netscape home page through
  3143. the following accesses:
  3144.   https://home.mcom.com/info/security-overview.html
  3145.   https://home1.mcom.com
  3146.   Needless to say, this security feature only works with the Netscape
  3147. browser and server combination at present.  
  3148.   Additional files: At the Netscape home site ftp.mcom.com in directory
  3149. /unsupported/windows is the file mozilize.exe and mozilize.txt. Mozilize
  3150. is a experimental DOS program for converting NCSA Mosaic ini (bookmark)
  3151. files to Netscape bookmarks. I guess this is for anyone considering
  3152. dumping Mosaic and going over to Netscape - those Netscape people are
  3153. so thoughtful! These programs are not supported. 
  3154.   Recommended
  3155.  
  3156. 28.8 (new)
  3157. NAME.........................  Quarterdeck Mosaic
  3158. PRIME PURPOSE......  WWW Browser
  3159. FILE NAME.................  qmzip2.exe
  3160. FILE SIZE...................  936,384
  3161. LATEST VERSION.....  Beta 2. February 1995 pre-release
  3162. AVAILABLE FROM.....  http://www.qdeck.com   There is a registration
  3163. process of submitting basic information such as your name and email
  3164. address.
  3165. STATUS.....................  Evaluation copy, expires May 16,1995
  3166. DOCUMENTATION....  Complete instructions and online help 
  3167. FEATURES................  Multiple windows/multithreading. Global history
  3168. list logs all sites visited during the last number of days (configurable)
  3169. allowing easy return to an interesting site. Drag and drop file cabinet/hotlist.
  3170. Gopher and FTP supported, but mail news and telnet have not yet been
  3171. implemented. Movable toolbar. Automated installation.
  3172. COMMENTS...............  From Quarterdeck Office Systems Inc., this
  3173. WWW browser has been completely written from scratch. It is a very
  3174. impressive first release - good documentation, easy configuration,
  3175. and an extensive listing of known bugs and features not yet implemented.
  3176. The default white desktop background is configurable to other colors.
  3177. Inline image support has not yet been implemented.
  3178.  
  3179. 28.9
  3180. NAME.........................  SETMOS
  3181. PRIME PURPOSE......  Configuration set up utility for NCSA Mosaic .
  3182. FILE NAME.................  smosaic.zip
  3183. FILE SIZE...................  349,321 bytes  The program itself is actually
  3184. very small, but the zip file does contain the obligatory vbrun300.dll
  3185. standard visual basic file. You probably have at least half a dozen
  3186. duplicates of this scattered across your system already if youve installed
  3187. any number of Shareware packages. 
  3188. LATEST VERSION.....  1.2 alpha    September 1994
  3189. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  3190. (or mirrors). 
  3191. STATUS.....................  Nothing stated. 
  3192. DOCUMENTATION....  Negligible.
  3193. FEATURES................  Automated installation. 
  3194. COMMENTS...............  This program is designed to simplify the traditionally
  3195. cumbersome process of configuring the mosaic.ini file with all the
  3196. necessary viewers and connection info required. The information which
  3197. you input into a simple window screen is fed back and used to automatically
  3198. update the corresponding sections in mosaic.ini. Although this program
  3199. is very straightforward, the  lack of documentation is initially disconcerting.
  3200. The author Rod Potter does mention that you should use the official
  3201. Mosaic documentation to understand and determine your settings. This
  3202. program represents a good idea, fairly well executed.
  3203.  
  3204. 28.10
  3205. NAME.........................  SlipKnot   (NOT Winsock - operates on
  3206. UNIX shell)
  3207. PRIME PURPOSE......  WWW Browser 
  3208. FILE NAME.................  slnot100.zip
  3209. FILE SIZE...................  1,193,552   bytes
  3210. LATEST VERSION.....  1.0     November 1994
  3211. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/internet
  3212. STATUS.....................  Shareware. $US 29 for USA, Canada, Japan,
  3213. Western Europe. $US 20 elsewhere. 10% of all fees are donated to refugee
  3214. relief.
  3215. DOCUMENTATION....  Start up information and on-line help.
  3216. FEATURES................  Up to 5 different documents can be displayed
  3217. on the screen simultaneously. You can ask for the retrieval of many
  3218. documents, and these requests will be queued up to be activated one
  3219. by-one. For functionality reasons only X and Y protocol downloads are
  3220. supported, and not Z. You are allowed to switch between WWW and your
  3221. UNIX terminal session (except when downloading documents). You can
  3222. choose not to retrieve the pictures embedded inside documents and speed
  3223. up the downloading process significantly.  Then, if you change your
  3224. mind, ask SlipKnot to get the same document with the    pictures.
  3225. COMMENTS...............  An interesting and innovative program, a WWW
  3226. browser which uses Windows, but not Winsock or Slip. It is designed
  3227. for modem users with ordinary dial-up UNIX shell accounts. It does
  3228. require a 386 processor or better and at least 4 meg of RAM.  As well,
  3229. your service provider must have certain software on the server (e.g.
  3230. lynx). It has not yet been tested on Windows NT. Current version does
  3231. not support some features like Forms or Authentication and will not
  3232. access Gopher at present. Released by MicroMind. This is the first
  3233. release and there are some problems, but nonetheless a unique and very
  3234. welcome addition to browser ranks. 
  3235.   NOTE: An interim upgrade to version 1.05 is available from interport.net
  3236. under file name snup105.zip (221,277 bytes). Place the unzipped file
  3237. in the directory /slipknot/download. Make sure that the SlipKnot program
  3238. is shut down and then click on the "new" icon in the slipknot program
  3239. group (created during the original installation of version 1.0) which
  3240. will launch the installation process. A new version 1.1 is imminent
  3241. and some of the documentation with this 1.05 upgrade has already been
  3242. changed to reflect the imminent 1.1 release. These instructions are
  3243. from the developer Peter Brooks.
  3244.  
  3245. 2.11
  3246. NAME.........................  WinWeb
  3247. PRIME PURPOSE......  World Wide Web (WWW) Browser
  3248. FILE NAME.................  winweb.zip 
  3249. FILE SIZE...................  598,873 bytes
  3250. LATEST VERSION.....  1.0A2.1.1    December 1994
  3251. AVAILABLE FROM.....  ftp.einet.net:    /einet/pc
  3252. STATUS.....................  No charge for non-commercial use.
  3253. DOCUMENTATION....  Documentation somewhat weak - there is provision
  3254. for on-line help but none included with this current version.  
  3255. FEATURES................  This latest version now supports loading local
  3256. documents and reading them offline. All that's required is a winsock.dll
  3257. file which the program can locate (e.g. Trumpet Winsock).
  3258. COMMENTS...............  A new addition to the ranks of WWW browsers.
  3259. This installs easily and should run well even on less powerful machines
  3260. with only 4 meg.  Flexible cache can automatically adjust to use any
  3261. additional memory available.  The current version of WinWeb does not
  3262. contain any way to launch  Telnet or WAIS clients.
  3263.  
  3264. 29. X.500 (DUA) CLIENTS 
  3265. From the help file in WaX500: "X.500 is an international standard for
  3266. providing on-line directory services. The easiest way to think about
  3267. X.500 is as a world-wide, distributed, electronic, telephone book.
  3268. The X.500 Directory can contain information about people, organizations,
  3269. documents, and just about anything else. At the present time, there
  3270. is a pilot world-wide X.500 Directory in which the information available
  3271. is mostly about people and organizations."
  3272.  
  3273. 29.1
  3274. NAME.........................  piXie
  3275. PRIME PURPOSE......  X.500 DUA (Directory User Agent)
  3276. FILE NAME.................  pixie22b.zip
  3277. FILE SIZE...................  194,165
  3278. LATEST VERSION.....  2.2b   January 1994
  3279. AVAILABLE FROM.....  Try:  ns.uab.es:    /pub/msdos/X500
  3280. STATUS.....................  Free for non-commercial purposes.
  3281. DOCUMENTATION....  Fairly comprehensive with on-line help.
  3282. FEATURES................
  3283. COMMENTS...............  Should also work with OS2 and Windows NT.
  3284.  
  3285. 29.2
  3286. NAME.........................  Swix
  3287. PRIME PURPOSE......  X.500 DUA (Directory User Agent)
  3288. FILE NAME.................  swix21.exe
  3289. FILE SIZE...................  223,955 bytes
  3290. LATEST VERSION.....  2.1    November 1994
  3291. AVAILABLE FROM.....  ftp.umu.se:    /pub/pc/swix
  3292. STATUS.....................  Public Domain.
  3293. DOCUMENTATION....  Installation instructions and on-line help included.
  3294. FEATURES................
  3295. COMMENTS...............  
  3296.  
  3297. 29.3
  3298. NAME.........................  WaX500
  3299. PRIME PURPOSE......  X.500 DUA (Directory User Agent)
  3300. FILE NAME.................  waxr202b.zip
  3301. FILE SIZE...................  458,584 bytes
  3302. LATEST VERSION.....  2.02 beta   January 1995
  3303. AVAILABLE FROM.....  terminator.rs.itd.umich.edu:    /x500/wax500
  3304. STATUS.....................  Copyright.
  3305. DOCUMENTATION....  Startup instructions and on-line help included.
  3306. FEATURES................  
  3307. COMMENTS...............  A Mac version is also available from the same
  3308. site.
  3309.  
  3310. 29.4
  3311. NAME.........................   Windows Directory User Agent (WDUA32)
  3312. PRIME PURPOSE......  X.500 DUA (Directory User Agent)
  3313. FILE NAME.................  wduainst.exe
  3314. FILE SIZE...................  718,961 bytes
  3315. LATEST VERSION.....  Release 2.0B     June 1994
  3316. AVAILABLE FROM.....  ftp.sunet.se:    /pub/x500/windows-dua
  3317. STATUS.....................  Not stated.
  3318. DOCUMENTATION....  Start up documentation and on-line help.
  3319. FEATURES................  Automated installation. Both 16 and 32 bit
  3320. versions included.
  3321. COMMENTS...............  
  3322.  
  3323. NON WINSOCK UTILITIES
  3324.  
  3325. Viewers, decoders,  modem accessories, etc., these general purpose
  3326. items are often used in conjunction with Winsock applications and are
  3327. listed here for convenience.  
  3328.  
  3329. 40. DECODERS - BinHex, MIME, UU, and XX
  3330. UU (Unix-to-Unix) encoders/decoders convert 8 bit binary files ( which
  3331. most are, such as zip, exe, com, gif, jpg, and wav files) to 7 bit
  3332. ASCII text files (or vice versa). And, you ask, why would we want to
  3333. do that? Well, we dont, but we have to because the Internet forces
  3334. us to do it. The archaic Internet Mail and News systems were designed
  3335. to handle only ASCII text format. To send anything else, such as a
  3336. graphics image, a spreadsheet or a compressed zip file we have to convert
  3337. these from their natural 8 bit state to 7 bit text which can then
  3338. be mailed or posted. The process will of course have to be reversed
  3339. at the other end to convert the file back to its natural and usable
  3340. format. XX, MIME and BinHex are other processes for doing the same
  3341. thing as UU through their own methods. MIME (Multipurpose Internet
  3342. Mail Extensions) is a newer Internet standard most frequently used
  3343. in email programs to send attached documents or programs. It is newer,
  3344. superior to, and should quickly replace UU in the email area. UU will
  3345. continue to totally dominate the newsgroups. BinHex is an encoder format
  3346. for the Mac world.  All of these different formats are of course not
  3347. compatible with each other - silly of you to ask. 
  3348.  
  3349. 40.1
  3350. NAME.........................  PC BinHex   [DOS]
  3351. PRIME PURPOSE......  BinHex encoder/decoder 
  3352. FILE NAME.................  binhex13.zip
  3353. FILE SIZE...................  45,638  bytes
  3354. LATEST VERSION.....  1.3  March 1993
  3355. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/msdos/mac
  3356. STATUS.....................  Not mentioned.
  3357. DOCUMENTATION....  Basic information.
  3358. FEATURES................  
  3359. COMMENTS...............  This is from the University of Minnesota. Compatible
  3360. with the Macintosh version of BinHex.  
  3361.  
  3362. 40.2
  3363. NAME.........................  UU     [DOS]
  3364. PRIME PURPOSE......  UU Decoder.
  3365. FILE NAME.................  uu33.zip
  3366. FILE SIZE...................  31,165 bytes   (Unzipped the actual program
  3367. is only 8,917 bytes - the rest is  all documentation).
  3368. LATEST VERSION.....  3.3   November 1994    
  3369. AVAILABLE FROM.....  ftp.io.com:      /pub/usr/zboray/coding
  3370. STATUS.....................  Freeware
  3371. DOCUMENTATION....  Very extensive. 
  3372. FEATURES................  This program can be used on as little as an
  3373. 8086/8088 and down to DOS 2.0. 
  3374. COMMENTS...............  From author Ben Jos Walbeehm this is one of
  3375. the best UUdecoders money cant buy. A very compact and very fast DOS
  3376. program capable of sorting through and decoding  files UUencoded by
  3377. a wide variety of other packages. It is capable of dealing with some
  3378. of the variations and glitches sometimes found. As much as I hate DOS,
  3379. the ability to go into a directory where I have downloaded a large
  3380. number of encoded files and just type uu *.* and  watch it finish spitting
  3381. out the viewable files in seconds makes this indispensable.  It's great
  3382. for chomping through Trumpet News archive folders (.mfl) and decoding
  3383. and putting together coded files and pictures which have been archived
  3384. from newsgroups. 
  3385.  
  3386. 40.3
  3387. NAME.........................  UUCODE
  3388. PRIME PURPOSE......  UU and XX Encoder/decoder
  3389. FILE NAME.................  uucod314.zip
  3390. FILE SIZE...................  177,030
  3391. LATEST VERSION.....  3.1.4     July 1994
  3392. AVAILABLE FROM.....  Try: disabuse.demon.co.uk:     /pub/ibmpc/windows/uue
  3393. STATUS.....................  Shareware  $US 10. Manual and latest version
  3394. add $US 6.
  3395. DOCUMENTATION....  Start up instructions and on-line help.
  3396. FEATURES................  Supports UU and XX.
  3397. COMMENTS...............  UUCODE requires a minimum of a 386 processor.
  3398. From Sabasoft Inc.
  3399.  
  3400. 40.4
  3401. NAME.........................  UNMACIT  (UNSIT and UNHQX)
  3402. PRIME PURPOSE......  Mac BinHex (HQX) decoder and file decompression
  3403. (SIT)
  3404. FILE NAME.................  unmacit.zip
  3405. FILE SIZE...................  64,434   bytes
  3406. LATEST VERSION.....  N/A
  3407. AVAILABLE FROM.....  disabuse.demon.co.uk:     /pub/ibmpc/unmacit
  3408. STATUS.....................  Freeware
  3409. DOCUMENTATION....  Introductory comments only.
  3410. FEATURES................  
  3411. COMMENTS...............  A pair of no frills Windows programs for decoding
  3412. and decompressing Macintosh formats.
  3413.  
  3414. 40.5
  3415. NAME.........................  Wincode
  3416. PRIME PURPOSE......  Encoder/decoder.
  3417. FILE NAME.................  wncode26.zip
  3418. FILE SIZE...................  266,083
  3419. LATEST VERSION.....  2.6.1     October 1994.
  3420. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util  (or
  3421. mirrors)
  3422. STATUS.....................  Freeware, but not Public domain. Help file
  3423. available for $US 5 but should really not be required. Mailing list
  3424. available for automatic program updates (Price: PostcardWare).
  3425. DOCUMENTATION....  Introductory documentation only. 
  3426. FEATURES................  Supports UU, XX and MIME encoding and decoding.
  3427. Drag and drop support, automated installation.
  3428. COMMENTS...............  Wincode does not have built in zip capability,
  3429. but it will provide a Windows front end if you have such a program
  3430. installed on your system (i.e. DOS). Released by Snappy_Inc.
  3431.  
  3432. See also VuePrint in the VIEWERS-GRAPHICS-STILL PICTURE section.
  3433.  
  3434. 41. DECOMPRESSION - ZIP
  3435. There are many standards for compressing files to save on space for
  3436. storage or transmission purposes. The DOS/Windows standard is ZIP.
  3437. Files ending in .zip require an unzip utility program such as these
  3438. to restore them to their original usable format.  Self extracting zip
  3439. files can also be created which do not require the additional help
  3440. to explode. They  have a .exe ending and are inconveniently indistinguishable
  3441. from other execution files with that ending. 
  3442.  
  3443. 41.1
  3444. NAME.........................  ACZAR
  3445. PRIME PURPOSE......  File zip/unzipper and all purpose file decompression
  3446. shell.
  3447. FILE NAME.................  aczar220.zip
  3448. FILE SIZE...................  1,299,346
  3449. LATEST VERSION.....  2.2     September 1994
  3450. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util   (or
  3451. mirrors)
  3452. STATUS.....................  Shareware   $US 35. Lots of bonuses upon
  3453. registration
  3454. DOCUMENTATION....  On-line help
  3455. FEATURES................  Built in ZIP/UNZIP. Windows shell support
  3456. for other compression schemes such as LZH, PAK, ARC, ARJ, SQZ ZOO,
  3457. and HYP but only if you have the individual DOS programs for these
  3458. installed on your system - they are not included in this program. Extensive
  3459. drag and drop features. This program was designed to be kissed by your
  3460. mouse - you might never have to touch the keyboard. Nicely done automated
  3461. installation and configuration process.
  3462. COMMENTS...............  If you work with a lot of different compressed
  3463. file formats this program is easy to use and can potentially simplify
  3464. your life. I am however bothered by its size (installation doesn't
  3465. make it any smaller), the system resources required to run it (recommended
  3466. minimum of a 486 processor with a graphics accelerator), and the fact
  3467. that for all this the ZIP functions are the only ones built in - you
  3468. will still have to find and add extra programs (usually DOS versions)
  3469. for the others. This is a bit of a pig suitable only for those who
  3470. can afford it.
  3471.  
  3472. 41.2
  3473. NAME.........................  PKZIP      [DOS]
  3474. PRIME PURPOSE......  File zip/unzipper
  3475. FILE NAME.................  pk204g.exe
  3476. FILE SIZE...................  202,576
  3477. LATEST VERSION.....  2.04g   February 1993
  3478. AVAILABLE FROM.....  Try: risc.ua.edu:     /pub/network/netwire/novlib/02
  3479. STATUS.....................  Shareware   $US 47
  3480. DOCUMENTATION....  Extensive, although I really wonder how many people
  3481. will have the interest to wade through the 200 page manual in addition
  3482. to several other files (all in MS Word format). Or am I the only one
  3483. with a short attention span?
  3484. FEATURES................  
  3485. COMMENTS...............  Self extracting file. From PKWARE Inc., this
  3486. is the real thing. Registered version contains several additional utility
  3487. programs.
  3488.  
  3489. 41.3
  3490. NAME.........................  WinZip
  3491. PRIME PURPOSE......  File unzipper
  3492. FILE NAME.................  wzbeta56.exe and wznt56.exe (for Windows
  3493. NT)
  3494. FILE SIZE...................  294,736 and 307,981 (NT) bytes
  3495. LATEST VERSION.....  5.6 February 1995
  3496. AVAILABLE FROM.....  ftp.winzip.com:     /winzip 
  3497. STATUS.....................  Shareware    $US 29. 
  3498. DOCUMENTATION....  Extensive, and includes on-line help.
  3499. FEATURES................  Unique uninstall feature give you a chance
  3500. to try a program, and then, if desired, it will restore your system
  3501. to its original state.  The uninstall step can selectively remove files,
  3502. icons, or program groups created by an  install program, and can restore
  3503. any altered INI files. The program will even uninstall itself! A WinZip
  3504. pull-down menu can be added to the Windows File Manager for quick access.
  3505. In addition to handling ZIP files, WinZip provides a Windows front
  3506. end for decompression of  LZH and ARJ files when the corresponding
  3507. dos utilities (such as lha213.exe and arj241.exe) are installed. The
  3508. new version 5.6 adds the capability to handle Z,  TAR  and gzip formats.
  3509. COMMENTS...............  Some incremental features such as encryption
  3510. are not built in and are only supported  if a copy of pkunzip (DOS)
  3511. is also installed.
  3512.  
  3513. 41.4
  3514. NAME.........................  ZipWhacker for Windows
  3515. PRIME PURPOSE......  File unzipper.
  3516. FILE NAME.................  zipwhack.zip
  3517. FILE SIZE...................  105,183
  3518. LATEST VERSION.....  1.0     June 1994
  3519. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util  (or
  3520. mirrors). 
  3521. STATUS.....................  Shareware     $US 9.95
  3522. DOCUMENTATION....  Start up instructions and on-line help.
  3523. FEATURES................  ZIP 2.x and Microsoft Compress (used on distribution
  3524. disks) file decompression. Unzip all files or single files. View and
  3525. unzip self-extract zip files.
  3526. COMMENTS...............  
  3527.  
  3528. 42. DECOMPRESSION - OTHER
  3529. Although ZIP has become an overwhelming favorite and the standard compression
  3530. format for the DOS/Windows world, there have been other efforts at
  3531. introducing alternate compression schemes, including some which are
  3532. very popular on other platforms such as Unix. These can cause serious
  3533. heartburn when unexpectedly encountered, unless of course you have
  3534. the right utility handy. Although not always indicated, many of these
  3535. have dual compression/decompression capabilities and sometimes optional
  3536. features like password protection.
  3537.   
  3538. 42.1
  3539. NAME.........................  ARCE     [DOS]
  3540. PRIME PURPOSE......  File decompression - ARC files
  3541. FILE NAME.................  arce.com
  3542. FILE SIZE...................  5,223  bytes
  3543. LATEST VERSION.....  4.0g     April 1991
  3544. AVAILABLE FROM.....  Try:   dorm.rutgers.edu:     /pub/DOS_Uncompress
  3545. STATUS.....................  $US 15 donation to the author suggested.
  3546.  
  3547. DOCUMENTATION....  Basic use instructions by typing (in DOS):  arce
  3548. (return).
  3549. FEATURES................  
  3550. COMMENTS...............  Rarely used any more.
  3551.  
  3552. 42.2
  3553. NAME.........................  ARJ     [DOS]
  3554. PRIME PURPOSE......  File compression and de-compression - ARJ files.
  3555. FILE NAME.................  arj241a.exe
  3556. FILE SIZE...................  223,856  bytes
  3557. LATEST VERSION.....  July 1993
  3558. AVAILABLE FROM.....  Try: ftp.utas.edu.au:     /pc/dos/util/archiver
  3559. STATUS.....................  Shareware. No charge for individual use.
  3560. For commercial, business, government, single license $US 40. 
  3561. DOCUMENTATION....  Very extensive with a large user manual.
  3562. FEATURES................  Archives can span multiple diskettes - handy
  3563. for backups, password encryption. Numerous other features. 
  3564. COMMENTS...............  This program provides a good alternative to
  3565. PKZIP, although it will never achieve the latter's popularity.
  3566.  
  3567. 42.2
  3568. NAME.........................  COMPRESS     [DOS]
  3569. PRIME PURPOSE......  File decompression - Z format
  3570. FILE NAME.................  comp430d.exe
  3571. FILE SIZE...................  35,354     bytes
  3572. LATEST VERSION.....  4.3d     March 1990
  3573. AVAILABLE FROM.....  Try  ftp.utas.edu.au:     /pc/dos/util/archiver
  3574. STATUS.....................  No information.
  3575. DOCUMENTATION....  Instructions included, self extracting.
  3576. FEATURES................  
  3577. COMMENTS...............  
  3578.  
  3579. 42.3
  3580. NAME.........................  DECOMP    [DOS]
  3581. PRIME PURPOSE......  File decompression - Z format
  3582. FILE NAME.................  decomp2.zip
  3583. FILE SIZE...................  17,384  bytes
  3584. LATEST VERSION.....  March 1990
  3585. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/msdos/compress
  3586. STATUS.....................  No information.
  3587. DOCUMENTATION....  Instructions included.
  3588. FEATURES................  
  3589. COMMENTS...............  Simple command line operation: "decomp file.z
  3590. newfile.out (return)"
  3591.  
  3592. 42.3
  3593. NAME.........................  GZIP   (GNU zip)   [DOS]
  3594. PRIME PURPOSE......  File decompression - Z  and gz format
  3595. FILE NAME.................  gzip124.zip
  3596. FILE SIZE...................  116,919
  3597. LATEST VERSION.....  1.2.4   August 1993
  3598. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/msdos/compress
  3599. STATUS.....................  freeware
  3600. DOCUMENTATION....  Some basic documentation included.
  3601. FEATURES................  
  3602. COMMENTS...............  The zip in the name is unfortunate since it
  3603. really has nothing to do with the well known DOS standard ZIP format.
  3604. Typical DOS command to decompress a file with this program is:  gzip
  3605. -d  filename.z
  3606.   The original compressed file will not be preserved when this is run.
  3607. Typical files seen on servers which can be uncompressed with this program
  3608. might be:  filename.Z and filename.gz
  3609.  
  3610. 42.4
  3611. NAME.........................  LHA      [DOS]
  3612. PRIME PURPOSE......  File decompression - LZH files.
  3613. FILE NAME.................  lharc.exe
  3614. FILE SIZE...................  34,283  bytes
  3615. LATEST VERSION.....  2.13    July 1991
  3616. AVAILABLE FROM.....  Try:   dorm.rutgers.edu:     /pub/DOS_Uncompress
  3617. STATUS.....................  No charge for non-commercial use.
  3618. DOCUMENTATION....  Basic use instructions by typing (in DOS):  lharc
  3619. <return>.
  3620. FEATURES................  
  3621. COMMENTS...............  
  3622.  
  3623. 42.5
  3624. NAME.........................  ZOO    [DOS]
  3625. PRIME PURPOSE......  File decompression - ZOO files.
  3626. FILE NAME.................  zoo.exe
  3627. FILE SIZE...................  67,192  bytes
  3628. LATEST VERSION.....  2.1     July 1991
  3629. AVAILABLE FROM.....  Try:   dorm.rutgers.edu:     /pub/DOS_Uncompress
  3630. STATUS.....................  No information.
  3631. DOCUMENTATION....  Basic use instructions are obtained by typing (in
  3632. DOS):  zoo (return) and zoo H (return).
  3633. FEATURES................  
  3634. COMMENTS...............  
  3635.  
  3636. 43. MODEM ACCESSORIES 
  3637. In the old days hundreds of years ago modems were primarily external
  3638. devices. They came in their own boxes encrusted with red and green
  3639. flashing indicator lights.   No ones really sure what the lights were
  3640. for but it was very reassuring to see them blinking, confirmation that
  3641. something must be happening.  Its reminiscent of that scene from an
  3642. old Frankenstein movie where the mad scientist is shouting Its alive!!!
  3643. Its alive!!! In those days of old telephone systems, noisy lines
  3644. and not always reliable service such joys could be the hi-lite of ones
  3645. day. Today things are different. Modems are primarily internal devices
  3646. squirreled away in the main computer case, out of sight and out of
  3647. mind. No visible lights, no joy in our lives. Fortunately there are
  3648. high tech solutions to this deplorable state of affairs.  
  3649.  
  3650. 43.1
  3651. NAME.........................  CCLINK
  3652. PRIME PURPOSE......  Modem status lights.
  3653. FILE NAME.................  cclink.zip
  3654. FILE SIZE...................  41,312
  3655. LATEST VERSION.....  1.1a      October 1994
  3656. AVAILABLE FROM.....  Available from CompuServe in the Ziffnet/Applications
  3657. Forum. I do not yet know of a location on the Internet for this.
  3658. STATUS.....................  Shareware     $US 10
  3659. DOCUMENTATION....  Start up documentation.
  3660. FEATURES................  Monitors both serial and parallel ports. Choice
  3661. of 3 different LED colors.
  3662. COMMENTS...............  There are two versions included, a CCLINK and
  3663. a CCLINKjr. The main version allows inputting of AT commands to the
  3664. modem and making serial port speed changes. The jr version provides
  3665. strictly a monitoring function which I personally was more comfortable
  3666. with. The program is crippled and unregistered versions will operate
  3667. only for 30 minutes before shutting down.
  3668.  
  3669. 43.2
  3670. NAME.........................  ModemSta
  3671. PRIME PURPOSE......  Modem  status lights.
  3672. FILE NAME.................  modsta16.zip
  3673. FILE SIZE...................  152,198 bytes
  3674. LATEST VERSION.....  1.6     February 1995
  3675. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/commprog
  3676. STATUS.....................  Shareware     $US 15
  3677. DOCUMENTATION....  Start up documentation and on-line help.
  3678. FEATURES................  Automated installation now. Multiple copies
  3679. can be run to monitor more than 1 port. Fully adjustable RGB LED colors.
  3680. Can send initialization string to the modem. On-line help. Incoming
  3681. log file tracks connect time. Can play a WAV sound file when there
  3682. is an incoming ring - handy if theres no telephone hooked up such
  3683. as for a fax mode. Shows com port summary with configuration, UART
  3684. info etc. for DOS and Windows.
  3685. COMMENTS...............  Developed by Ted Johansson. For use with internal
  3686. or external modems on any port. This is a well executed full featured
  3687. product which is probably the leader in this category.  Further information
  3688. and file download is available on the WWW from:
  3689.   http://www-bprc.mps.ohio-state.edu/cgi-bin/hpp?ModemSta.html
  3690.  
  3691. 43.3
  3692. NAME.........................  WinModem
  3693. PRIME PURPOSE......  Modem  status lights.
  3694. FILE NAME.................  wnmdm4.zip
  3695. FILE SIZE...................  165,705  bytes
  3696. LATEST VERSION.....  4.0      May 1994
  3697. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util  (or
  3698. mirrors).
  3699. STATUS.....................  Shareware $US 10.  Site licenses available.
  3700. DOCUMENTATION....  Start up and usage instructions.
  3701. FEATURES................  Automated installation. Works with both Windows
  3702. 3.1 and Windows For Workgroups (WFW) 3.11.
  3703. COMMENTS...............  WinModem requires a minimum of a 386 PC. Particularly
  3704. appropriate for internal modems, WinModem provides a monitor screen
  3705. equivalent of the blinking lights normally seen on the front panels
  3706. of external modems. The blinking status lights it displays provide
  3707. you with that warm feeling that your modem is hard at work sending
  3708. and receiving data for you.  This is a nice simple program, easy to
  3709. install and use and it works well.  The only thing missing is some
  3710. optional sound effects.  Well, why not?
  3711.  
  3712. 44.   MISCELLANEOUS
  3713. If you have a curious nature and like to try out a variety of Shareware
  3714. programs to find the ones you like best, even with the best of efforts
  3715. at cleanup a certain amount of junk begins to accumulate, clogging
  3716. your hard drive. In a similar vein, having lots of RAM memory installed
  3717. is no guarantee against the "insufficient memory" messages for which
  3718. Windows is notorious. And lastly, just released from Microsoft is a
  3719. viewer for Word 6.0 documents. The following few programs, while perhaps
  3720. straying far from the subject of Winsock, are nonetheless worth noting.
  3721.  
  3722. 44.1
  3723. NAME.........................  FDDLLS
  3724. PRIME PURPOSE......  System cleanup utility.
  3725. FILE NAME.................  fddlls.zip
  3726. FILE SIZE...................  64,193  bytes.
  3727. LATEST VERSION.....  1.0  October 1994
  3728. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util  (or
  3729. mirrors).
  3730. STATUS.....................  No charge for non commercial use.
  3731. DOCUMENTATION....  Basic usage instructions with appropriate warnings.
  3732. FEATURES................  
  3733. COMMENTS...............   One nasty habit which Windows programs suffer
  3734. from is the tendency to dump files - primarily DLL files - into the
  3735. Windows directories where there is no means of identifying which programs
  3736. they support. These files will almost always be left behind after the
  3737. original program is deleted. FDDLLS helps you find unused DLLs on your
  3738. system by finding, sorting and classifying Windows executable files
  3739. on your hard drive. FDDLLS can list the EXE and DLL files on your system
  3740. by name, extension or reference count. It will identify both duplicate
  3741. and apparently unneeded files. Use with caution. First published in
  3742. PC Magazine December 6, 1994. Pop quiz: How many copies of vbrun200.dll
  3743. and vbrun300.dll do you have on your system? 
  3744.   Note: this is the last time this program is being listed.
  3745.  
  3746. 44.2 (new)
  3747. NAME.........................  Microsoft Word Viewer
  3748. PRIME PURPOSE......  Viewer for MS Word 6.0 files (such as this!).
  3749. FILE NAME.................  wordvue.exe
  3750. FILE SIZE...................  1,442,072 bytes
  3751. LATEST VERSION.....  6.0  February 1995
  3752. AVAILABLE FROM.....  ftp.microsoft.com:     /softlib/mslfiles
  3753. STATUS.....................  Free for personal use.
  3754. DOCUMENTATION....  Installation and use.
  3755. FEATURES................  Print but of course no editing capabilities.
  3756. COMMENTS...............  For those who dont have Word, this viewer
  3757. for Word 6.0 documents (.doc) provides a simple means of viewing these
  3758. documents with full formatting and features - exactly as they look
  3759. on the Word processor on which they are created.  
  3760.  
  3761. 44.3 (new)
  3762. NAME.........................  WinWatch
  3763. PRIME PURPOSE......  Windows resource monitor.
  3764. FILE NAME.................  watch13.zip
  3765. FILE SIZE...................  179,083   bytes
  3766. LATEST VERSION.....  1.3 February 1995
  3767. AVAILABLE FROM.....  wuarchive.wustl.edu:     /pub/MSDOS_UPLOADS/win_utils
  3768. STATUS.....................  30 day evaluation copy.  Shareware $US
  3769. 8
  3770. DOCUMENTATION....  Start up instructions and on-line help.      
  3771. FEATURES................  Automated installation. Nice graphical display.
  3772. COMMENTS...............  If you've ever been frustrated by those dreaded
  3773. "insufficient memory" messages then here's a program worth trying.
  3774. It essentially monitors different Windows system resources both to
  3775. warn you if you're getting into trouble, and to identify where you're
  3776. getting into trouble since the normal Windows warning messages are
  3777. so frustratingly vague and misleading. It will help quantify the resources
  3778. being consumed as you open different programs.
  3779.  
  3780. 45.   SERIAL PORT REPLACEMENT DRIVERS
  3781. At a time when a new international standard (V.34) has just been established
  3782. to make the 28.8 kbps (28,800 bits per second) modem speed a leading
  3783. edge reality for PC communications, the contradictory reality is that
  3784. the current Windows 3.1 was never designed to support such speeds.
  3785. Reliability deteoriates above 9.6 kbps.  Compounding the problem is
  3786. the fact that some of the hardware found in some PC serial ports is
  3787. also incapable of handling the higher speeds. If incoming data bytes
  3788. are not processed quickly enough by the PCs software and hardware
  3789. then newer bytes of incoming data will overwrite previous bytes and
  3790. result in comm port overrun errors (data loss). This problem increases
  3791. as the data speed increases.  
  3792.  
  3793. Software. When 14.4 kbps modems became popular a few years ago, a number
  3794. of third party serial port drivers were produced to replace the standard
  3795. (slow) Windows comm.drv to overcome some of the reliability problems
  3796. being experienced at that speed. Keep in mind that data compression
  3797. capabilities of modern modems can substantially increase the data transfer
  3798. speed above the nominal rating of the modem (up to 4 times). Overrun
  3799. errors are a direct result of data coming in faster than it can be
  3800. handled. A number of commercial communications software packages such
  3801. as Winfax Pro also now sometimes include replacement Windows serial
  3802. com drivers for optional installation. Replacement drivers are of less
  3803. value if you have a slower modem (e.g. 9600 bps) and are possibly not
  3804. needed if you have Windows For Workgroups (WFW) which installs its
  3805. own very good comm driver.
  3806.  
  3807. Hardware. Changing software is not enough - to use these higher speed
  3808. serial port drivers you must also have the corresponding hardware which
  3809. is capable of handling higher speeds - a 16550 serial port UART (Universal
  3810. Asynchronous Receiver/Transmitters) chip. The prime advantages of the
  3811. 16550 are in its 16 byte FIFO (First-In-First-Out) buffer and its high
  3812. speed capabilities. The older 8250 and 16450 UARTs only had a 1 byte
  3813. buffer making them very susceptible to data overruns and errors if
  3814. that single byte wasnt offloaded quickly enough. Adding to the problem
  3815. the 8250 is also the slowest of the three, the 16450 slightly faster,
  3816. the 16550 the fastest.
  3817.  
  3818. Internal modems come with their own serial port UART on board and
  3819. fortunately with most better quality 14.4 internal modems this is a
  3820. 16550 chip. External modems on the other hand do not have built in
  3821. UARTs and rely upon the existing UART in your system. To find out if
  3822. you have a 16550 serial port, exit Windows and run the DOS command
  3823. MSD. Finding an older 8250 UART chip at the com port used by your 
  3824. modem is not good news if you are interested in speeds above 9.6 kbps.
  3825. If you do not already have a modem then buying an internal one with
  3826. a 16550 UART will overcome your system deficiencies. The MSD command
  3827. also provides other useful information about your system. The UART
  3828. chip simply processes the parallel data flow used internally in your
  3829. PC to a serial data flow (and vice versa) required externally for transmission.
  3830. I believe that there are now newer (better?) 16551 and 16552 UARTs
  3831. available (?).
  3832.  
  3833. One final note. Even with the right UART and a good com driver, overruns
  3834. are still possible if your computers processor (CPU) is momentarily
  3835. tied up doing other intensive tasks and is unable to offload data in
  3836. time. 
  3837.  
  3838. 45.1 (new)
  3839. NAME.........................  Cherry Hill VM Comm Buffer Driver 
  3840. PRIME PURPOSE......  Windows replacement serial port communications
  3841. driver.
  3842. FILE NAME.................  chcomb.zip
  3843. FILE SIZE...................  5,981  bytes
  3844. LATEST VERSION.....  May 1993
  3845. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/util  (or
  3846. mirrors).
  3847. STATUS.....................  DonationWare  ($US 10) or PostcardWare.
  3848. DOCUMENTATION....  Basic instructions.
  3849. FEATURES................  
  3850. COMMENTS...............  Although this is a Windows 3.1 replacement
  3851. driver it's value is questionable since it is only intended to improve
  3852. the performance of DOS applications running under Windows. Unzip the
  3853. file first and then run the self extracting program which produces
  3854. the actual driver and additional documentation. From Cherry Hill Software.
  3855.  
  3856. 45.2
  3857. NAME.........................  CyberCom
  3858. PRIME PURPOSE......  Windows replacement serial port communications
  3859. driver.
  3860. FILE NAME.................  cyberc.zip or cyberdrv.zip In spite of different
  3861. names these have absolutely identical content. The zip files have also
  3862. been created with different compression ratios which adds to the illusion
  3863. of two different files which can be found in various locations.
  3864. FILE SIZE...................  8,237 or 7,766 bytes
  3865. LATEST VERSION.....  1.1.0.0P  November 1993
  3866. AVAILABLE FROM.....  Try disabuse.demon.co.uk:     /pub/ibmpc/windows/cybercom
  3867. STATUS.....................  No charge for non-commercial use. 
  3868. DOCUMENTATION....  Simple installation instructions. Once installed,
  3869. usage is transparent.
  3870. FEATURES................  
  3871. COMMENTS...............  This is a replacement for the standard Windows
  3872. driver (comm.drv) and enables data transfers up to 115 kbps if you
  3873. have a 16550 serial port chip and operate Windows 3.1 in enhanced mode.
  3874. With 28 kbps modems readily available now, this package from CyberSoft
  3875. Corporation provides one solution to overcome the limitation of the
  3876. standard Windows 3.1 driver. This is a basic package, but both popular
  3877. and effective.
  3878.  
  3879. 45.3
  3880. NAME.........................  Fix16550 Device Driver
  3881. PRIME PURPOSE......  To
  3882. fix problems with AMI BIOS and 16550 UARTS
  3883. FILE NAME.................  fx16550d.zip
  3884. FILE SIZE...................  3,915 bytes
  3885. LATEST VERSION.....  1.05   November 1993
  3886. AVAILABLE FROM.....  oak.oakland.edu:    /SimTel/msdos/io_util
  3887. STATUS.....................  Shareware     $US 10
  3888. DOCUMENTATION....  Basic information and instructions. This is fairly
  3889. simple to install.
  3890. FEATURES................
  3891. COMMENTS...............  This device driver was written to overcome
  3892. a problem which occurred in systems with an AMI BIOS combined with
  3893. a 16550 UART serial port chip. Under certain circumstances and on some
  3894. systems a failure may occur after a soft reset when the system becomes
  3895. unable to recognize the serial com port,  necessitating a hard restart
  3896. to clear up the problem. This driver fixes that problem and should
  3897. only be installed if you have specifically experienced this.  As a
  3898. secondary feature, this driver also can be installed to enable COM3
  3899. and COM4 capability on older systems lacking these ports (mostly older
  3900. 286 and 386 machines from certain manufacturers).
  3901.  
  3902. 45.4
  3903. NAME.........................  WFXCOMM.DRV
  3904. PRIME PURPOSE......  Windows replacement serial port communications
  3905. driver.
  3906. FILE NAME.................  wfxcom.zip
  3907. FILE SIZE...................  7,556
  3908. LATEST VERSION.....  March 1993
  3909. AVAILABLE FROM.....  ftp.disabuse.co.uk:     /pub/ibmpc/windows/comms
  3910. STATUS.....................  No charge.
  3911. DOCUMENTATION....  Installation instructions.
  3912. FEATURES................
  3913. COMMENTS...............  A replacement communications port driver to
  3914. replace the standard Windows 3.1 driver and allow higher speed data
  3915. transfers if you have the modem. Even though its top speed capability
  3916. is only 57,600 bps compared to CyberComs 115,200 bps It is preferred
  3917. over the CyberCom driver for most situations because some of its parameters
  3918. are adjustable.  The CyberCom might be a better choice for newer 28,800
  3919. bps modems. From Delrina (WinComm Pro and WinFax) this was originally
  3920. included in WinFax Pro 3.0 for optional installation. 
  3921.   Recommended
  3922.  
  3923. 46.  TELEPHONE DIALERS
  3924. Never got that archaic dialing script for Trumpet to work properly?
  3925. Well at least there are other options.  Be forewarned that as good
  3926. as many of these dialers are they cant always anticipate all of the
  3927. logon quirks of the various Internet service providers. Be prepared
  3928. to try more than one package. The good news is that there are some
  3929. significant improvements being made in some of these.
  3930.  
  3931. 46.1
  3932. NAME.........................  Dialer
  3933. PRIME PURPOSE......  Telephone dialer
  3934. FILE NAME.................  dialexe.zip
  3935. FILE SIZE...................  31,072  bytes
  3936. LATEST VERSION.....  2.0a May 1994
  3937. AVAILABLE FROM.....  disabuse.demon.co.uk:    /pub/ibmpc/windows/utilities
  3938. STATUS.....................  No indication of any charges for use.
  3939. DOCUMENTATION....  No startup instructions or on-line help.
  3940. FEATURES................  Easy to create logon script.
  3941. COMMENTS...............
  3942.  
  3943. 46.2
  3944. NAME.........................  GoSlip!  
  3945. PRIME PURPOSE......  Telephone dialer
  3946. FILE NAME.................  goslip2.zip
  3947. FILE SIZE...................  1,237,954 bytes
  3948. LATEST VERSION.....  2.0  alpha 2      October 1994
  3949. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock 
  3950. (or mirrors)
  3951. STATUS.....................  Free for non-commercial use.
  3952. DOCUMENTATION....  Negligible.
  3953. FEATURES................  Auto logon with easy to use scripts. Automated
  3954. setup. Supports multiple configurations. Configurations options, scripts
  3955. and app launch controls can be tweaked  while the system is running,
  3956.  
  3957. COMMENTS...............  The previous version of this was an impressive
  3958. Windows dialer with an easy to use scripting capability.  This major
  3959. new revision of this program aims to add many features including direct
  3960. handling of dynamic (randomly assigned when you log on each time) IP
  3961. addresses. In alpha release at the moment primarily for testing purposes,
  3962. this is currently very difficult to use and buggy, and is best avoided
  3963. unless you are interested in helping with testing. A promising program
  3964. which will be  worth looking at when the final version becomes available.
  3965. The previous version may still be available from a number of other
  3966. sites under filename goslip11.zip.  It was very functional and stable,
  3967. but  the inability to handle dynamic IP's limited it's appeal.
  3968.  
  3969. 46.3
  3970. NAME.........................  NetDial
  3971. PRIME PURPOSE......  Telephone dialer
  3972. FILE NAME.................  nd250s.zip
  3973. FILE SIZE...................  640,958  bytes
  3974. LATEST VERSION.....  2.50   November 1994
  3975. AVAILABLE FROM.....  oak.oakland.edu:    /pub3/win3/winsock
  3976.   disabuse.demon.co.uk:    /pub/ibmpc/winsock/apps/netdial
  3977. STATUS.....................  Shareware  $US  20 
  3978. DOCUMENTATION....  Very comprehensive documentation, much of it in a
  3979. MS Word format. On-line help also included.
  3980. FEATURES................  Auto logon with easy to use scripts. Supports
  3981. up to 5 separate configurations. Re-dial up to 99 times. Supports modem
  3982. speeds up to 256 kbps. Can run minimized with audible notification
  3983. on connect. Newer version adds an optional carriage return kick when
  3984. logging on which some host systems require. Automated installation.
  3985. Now includes a connection logging capability which keeps track of on
  3986. line time. Many other features.
  3987. COMMENTS...............  Supports dynamic IP addresses (randomly assigned
  3988. when you log on each time). NetDial requires a minimum of a 386 processor
  3989. and a 100% Hayes compatible modem. This is a well designed, easy to
  3990. use, albeit a rather large program. Biggest nuisance is that because
  3991. of many changes being made recently, the upgrades are not always compatible
  3992. with previous versions so a new ini file including new scripts must
  3993. be recreated. This program is being actively developed and there is
  3994. at least a minor version change every few weeks. This is the best stand
  3995. alone dialer currently available. It works very well with Trumpet Winsock/SLIP.
  3996. I have not tried it with PPP.
  3997.   Recommended
  3998.  
  3999. 46.4
  4000. NAME.........................  WAIS Dialer
  4001. PRIME PURPOSE......  Telephone dialer
  4002. FILE NAME.................  See comments.
  4003. FILE SIZE...................  See comments.
  4004. LATEST VERSION.....  See comments.
  4005. AVAILABLE FROM.....  See comments.
  4006. STATUS.....................  See comments.
  4007. DOCUMENTATION....  See comments.
  4008. FEATURES................  See comments.
  4009. COMMENTS...............  This dialer is included with the new version
  4010. of USGS WinWAIS  and  is now automatically installed as a stand alone
  4011. SLIP dialer with its own Windows icon. It is specifically designed
  4012. to work with Trumpet Winsock. This is a  simple to use program with
  4013. a manual script which allows maximum flexibility over time delays and
  4014. time outs.  Maximum modem speed 19,200. See USGS WinWAIS in the WAIS
  4015. section for file information and other details.
  4016.  
  4017. 47. VIEWERS - MOVING PICTURE - MPEG
  4018. MPEG (Moving Pictures Expert Group) is a video compression format standardized
  4019. by the International Organization for Standardization (ISO). It has
  4020. become the moving picture standard used on the Internet. The prime
  4021. importance for MPEG players is as an add-on clients to Web browsers
  4022. (like Mosaic) to allow these files to be played when found on the World
  4023. Wide Web. Unfortunately most of the MPEG players available tend to
  4024. be 32 bit versions to provide the higher performance that video requires.
  4025. Yup, this means that you must have Microsofts Win32s extension installed
  4026. to Windows 3.1 in order to use most of these, or Windows95 or Windows
  4027. NT.
  4028.  
  4029. 47.1
  4030. NAME.........................  MPEGPLAY     [Win32s, Windows95, or Windows
  4031. NT]
  4032. PRIME PURPOSE......  Moving picture player,  MPEG (.mpg) format. 
  4033. FILE NAME.................  mpegw32h.zip. A faq.txt file in the same
  4034. directory should also be retrieved. It supplies some more information
  4035. regarding potential installation and viewing problems, the MPEG format,
  4036. etc.    
  4037. FILE SIZE...................  641,988 bytes
  4038. LATEST VERSION.....  1.65      September 1994
  4039. AVAILABLE FROM.....  decel.ecel.uwa.edu.au:         /users/michael
  4040. STATUS.....................  Shareware  $US 25 single user,    $US 250
  4041. site license
  4042. DOCUMENTATION....  Installation instructions and on-line help included,
  4043. which also contains some interesting technical information/history
  4044. on the MPEG format.
  4045. FEATURES................  Support for the Microsoft WinG(tm) Windows
  4046. gaming library.
  4047. COMMENTS...............  A good MPEG player for Mosaic. Unregistered
  4048. version is crippled and will not play MPEGs greater than 1 megabyte.
  4049. A sample video rocket.mpg  is included. Note: this is a 32 bit player.
  4050. You must at least have Win32s version 1.15a or better installed with
  4051. Windows 3.1 before you attempt to install/use this. See the listing
  4052. for Win32s further down in this section.
  4053.  
  4054. 47.2
  4055. NAME.........................  VMPEG   [Win32s, Windows95, or Windows
  4056. NT]
  4057. PRIME PURPOSE......  Moving picture player,  MPEG (.mpg) format.
  4058. FILE NAME.................  vmpeg12a.zip
  4059. FILE SIZE...................  154,608
  4060. LATEST VERSION.....  1.2    September 1994
  4061. AVAILABLE FROM.....  ftp.u.washington.edu:     /pub/user-supported/dillon
  4062. STATUS.....................  No charge for non commercial use.
  4063. DOCUMENTATION....  Start up instructions.
  4064. FEATURES................  Includes an optional DOS version. If you have
  4065. WinG installed (this is another Microsoft add-on for Windows 3.1) there
  4066. is a Windows version included which will support it and provide faster
  4067. running of MPEG files. 
  4068. COMMENTS...............  This is a 32 bit program which requires Microsofts
  4069. Win32s (minimum version 1.15a) extension (listed elsewhere in this
  4070. Non-Winsock section) and a minimum of a 386 processor. Minimal controls
  4071. are all menu driven - toolbar buttons would be more convenient.  I
  4072. do not recommend using the optional WinG version unless you really
  4073. need it and have adequate system resources. 
  4074.  
  4075. 47.3
  4076. NAME.........................  XingIt!
  4077. PRIME PURPOSE......  Moving picture player,  MPEG (.mpg) format.
  4078. FILE NAME.................  mpegview.zip
  4079. FILE SIZE...................  190,672
  4080. LATEST VERSION.....  1.0     August 1993
  4081. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/msdos/graphics
  4082. STATUS.....................  Demo
  4083. DOCUMENTATION....  Start up instructions and on-line help.
  4084. FEATURES................  
  4085. COMMENTS...............  An increasing rarity for those with regular
  4086. Windows - a 16 bit MPEG player. A DOS MPEG player is also included.
  4087.  
  4088. 48. VIEWERS - MOVING PICTURE - OTHER
  4089. QuickTime is a proprietary format for storing and viewing moving pictures
  4090. and corresponding sound  developed and controlled by Apple Computer.
  4091. Files can be stored in either an Apple format or a DOS/Windows  format
  4092. (.mov) to enable viewing on either platform. The Windows version must
  4093. be created as a special "flattened" file and this creation and editing
  4094. can only be done on Macintosh based software. Once the picture file
  4095. has been created and saved in the Windows format it can be incorporated
  4096. into other Windows applications (through OLE embedding in word processing,
  4097. spreadsheet or presentation documents for example). QuickTime sound
  4098. cannot be played through the PC speaker - a sound card is required.
  4099.  
  4100. AVI is  Microsoft's video format (.avi) which competes with Apple's
  4101. QuickTime. It supports up to full color (24 bit), any screen resolution,
  4102. 1 to 30 frames per second, and sound. It is primarily viewed through
  4103. Microsoft's Video For Windows player. It has not proven as popular
  4104. as QuickTime partially because up until now it has been a single platform
  4105. system whereas the Apple product has cross platform play capabilities.
  4106.  
  4107. FLI/FLC are older Autodesk Animator formats with limited resolution,
  4108. colors and frame speed. There is no sound.
  4109.  
  4110. As the world turns: Apple Computer has recently filed a lawsuit against
  4111. Intel and Microsoft alleging that Microsoft's video products use pirated
  4112. code originally developed for QuickTime. The lawsuit originated last
  4113. year when Apple sued The San Francisco Canyon Company  alleging that
  4114. this company which had originally been hired to help develop Apple's
  4115. QuickTime products had subsequently used some of the same code in Video
  4116. For Windows (VFW) products it had sold to Intel which in turn sold
  4117. them to Microsoft. Apple's lawsuit originally aimed at just Canyon
  4118. has recently been expanded to include all three companies.  As part
  4119. of the suit Apple is seeking to stop distribution of Microsoft's Video
  4120. For Windows product. The legal uncertainties may create a serious problem
  4121. for independent developers working on VFW products.  This may further
  4122. widen the gap between VFW and the more popular QuickTime. Microsoft
  4123. has issued an open letter to developers declaring that Microsoft will
  4124. vigorously defend VFW 1.1d (current version) against Apples lawsuit,
  4125. and furthermore will defend any developers who might also be sued by
  4126. Apple for distributing VFW 1.1d.
  4127.  
  4128. 48.1
  4129. NAME.........................  AVI Pro
  4130. PRIME PURPOSE......  AVI video player
  4131. FILE NAME.................  avipro2.exe
  4132. FILE SIZE...................  491,467
  4133. LATEST VERSION.....  2.01     July 1994
  4134. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/desktop 
  4135. (or mirrors)
  4136. STATUS.....................  Shareware   $US 15
  4137. DOCUMENTATION....  On-line help panel to explain all functions and controls.
  4138.  
  4139. FEATURES................  Automated installation, continuous loop function,
  4140. zoom function.
  4141. COMMENTS...............  Console display imitating a VCR or tape player
  4142. with functioning controls if you like that kind of thing. Has a 15
  4143. second time delay at bootup but not otherwise crippled. All files located
  4144. in one directory (yes!) instead of being scattered, for an easy delete.
  4145.  
  4146. 48.2
  4147. NAME.........................  QuickTime for Windows
  4148. PRIME PURPOSE......  QuickTime movie player for Windows .mov files.
  4149. FILE NAME.................  qtw111.zip
  4150. FILE SIZE...................  659,400
  4151. LATEST VERSION.....  1.11     January 1994
  4152. AVAILABLE FROM.....  bitsy.mit.edu:    /pub/dos/web/helper-apps
  4153. STATUS.....................  No charge for personal use.
  4154. DOCUMENTATION....  Startup and on-line help files.
  4155. FEATURES................  
  4156. COMMENTS...............  From Apple Computer, a Windows player for the
  4157. popular QuickTime format. There are some large sample files available
  4158. in the same directory as this program. A minimum of a 386 processor
  4159. is required. There are incompatibilities with some sound and video
  4160. cards. The newer version 2.0 of this player is currently only available
  4161. from CompuServe for a $US 9.95 fee and may be found bundled in some
  4162. commercial applications. It is not legally available from any FTP site.
  4163. I have no information on the advantages of the newer version 2.
  4164.  
  4165. 48.3
  4166. NAME.........................  QuickTime 
  4167. PRIME PURPOSE......  QuickTime add-on movie player for Windows .mov
  4168. files.
  4169. FILE NAME.................  qtw11.zip
  4170. FILE SIZE...................  325,867 bytes
  4171. LATEST VERSION.....  June 1993
  4172. AVAILABLE FROM.....  ftp.cuhk.hk:     /pub/mov
  4173. STATUS.....................  Unknown.
  4174. DOCUMENTATION....  Almost nothing - very brief installation info only.
  4175. FEATURES................  
  4176. COMMENTS...............  This program adds QuickTime capability to the
  4177. Windows media player. This is not to be confused with the Apple QuickTime
  4178. player above, which is totally different, in spite of similar file
  4179. names. This is also available through one of the NCSA/Mosaic WWW page
  4180. on auxiliary viewers.
  4181.  
  4182. 48.4
  4183. NAME.........................  Video For Windows
  4184. PRIME PURPOSE......  AVI video player
  4185. FILE NAME.................  vfw11d.exe
  4186. FILE SIZE...................  1,417,764
  4187. LATEST VERSION.....  1.1d   September 1994
  4188. AVAILABLE FROM.....  ftp.microsoft.com:     /Softlib/MSLFILES
  4189. STATUS.....................  
  4190. DOCUMENTATION....  On-line help.
  4191. FEATURES................  Automated installation.
  4192. COMMENTS...............  This Video For Windows Runtime file is required
  4193. to enable the media player  included with Windows 3.1 to play AVI files.
  4194.  
  4195. 48.5
  4196. NAME.........................  VIDVUE
  4197. PRIME PURPOSE......  A comprehensive multimedia player.
  4198. FILE NAME.................  vidvue31.zip
  4199. FILE SIZE...................  525,015
  4200. LATEST VERSION.....  3.1     September 1994
  4201. AVAILABLE FROM.....  Try:  ftp.fcu.edu.tw:      /pub2/PC/uploads/graphic
  4202. STATUS.....................  Shareware  $US 35 for US locations, $US
  4203. 45 for non-US locations. 
  4204. DOCUMENTATION....  Start up documentation and on-line help.
  4205. FEATURES................  VIDVUE supports GIF87a/GIF89a, JPG/JIF, BMP/DIB,
  4206. PCX, TIFF, TGA, DCX, WPG, EPS, PICT and WMF still picture formats.
  4207. It also plays AVI video, WAV audio, MIDI music, FLI/FLC animation files
  4208. and Apple QuickTime MOVies.
  4209. COMMENTS...............  Note that most of the moving picture formats
  4210. for this program do require additional drivers and software which you
  4211. must obtain from various sources if you don't happen to already have
  4212. them on your system. A certain amount of configuration trial and error
  4213. may also be required. Needless to say, all this is a bit of a nuisance.
  4214. The program also requires vbrun300.dll which is not included, but which
  4215. is widely available and if you've installed any number of other Shareware
  4216. programs you should already have somewhere on your system. Non-USA
  4217. residents may not be too excited at their stiffer registration cost.
  4218.  
  4219. 48.6
  4220. NAME.........................  WinFly
  4221. PRIME PURPOSE......  FLI video player.
  4222. FILE NAME.................  winfli.zip
  4223. FILE SIZE...................  21,892 bytes
  4224. LATEST VERSION.....  1.0?     October 1993
  4225. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/desktop 
  4226. (or mirrors)
  4227. STATUS.....................  Shareware, but no charge for this version.
  4228. Version 3.0, which comes with an improved user interface and hi-res
  4229. FLC support is $5.00
  4230. DOCUMENTATION....  Basic information. 
  4231. FEATURES................  
  4232. COMMENTS...............  A simple one format player.
  4233.  
  4234. 49. VIEWERS - STILL PICTURE
  4235. The standard still image format commonly found on the Internet and
  4236. supported by all Web browsers is the GIF format (.gif), first created
  4237. by CompuServe for efficient storage and transfer of images on its
  4238. on-line service. The GIF format by definition only supports 256 colors.
  4239. In-line GIF images on documents are viewable by virtually all Web browsers.
  4240. The GIF format is popular because of its effective compression of data
  4241. and partly because it supports transparent background images in HTML
  4242. documents, although few browsers currently are actually capable of
  4243. properly displaying these transparencies. (Many images which appear
  4244. to have transparent backgrounds are actually pseudos - their backgrounds
  4245. have been altered to match and completely blend into the browsers background
  4246. gray colors providing the appearance of transparency). 
  4247.  
  4248. GIF also supports interlaced images, where the image is both saved
  4249. and retrieved in four passes. Interlaced images can primarily be seen
  4250. on CompuServe with their WinCIM software, or on the Internet through
  4251. the Web browser Netscape which begins to display an image as it is
  4252. being received (the images on their home page are of the interlaced
  4253. type). Interlaced images provide a preview of the finished picture
  4254. and potentially allow time saving termination if the decision is made
  4255. that the picture is not really wanted. Other browsers such as NCSA
  4256. Mosaic display an image in its completed form and only after all of
  4257. the information has been downloaded. By then, even if it was an interlaced
  4258. image, the effect is not visible.
  4259.  
  4260. The JPEG (.jpg) format was created by the Joint Photographic Expert
  4261. Group. There are several variations of JPEG, the most common of which
  4262. is more properly called JFIF (JPEG File Interchange Format).  JPEG
  4263. images support full 24 bit color (gazillions of colors) as opposed
  4264. to the more limited 8 bit (256 color) GIF images. The JPEG image format
  4265. is popular for posting pictures in Internet binary newsgroups (smaller
  4266. file size than corresponding GIF image) but is less popular on the
  4267. Web where GIF is the preferred image format.  Web browsers usually
  4268. require auxiliary  JPEG viewers such as these to display these images
  4269. whereas GIF support is often built it. JPEG images cannot be used as
  4270. in-line images in HTML documents (only X-bitmaps (.xbm), and Ifs are
  4271. supported for in-line images). The JPEG format can be extremely compact,
  4272. easily exceeding a compression factor of ten, but this is accomplished
  4273. partially by discarding insignificant color detail and for this reason
  4274. is known as a "lossy" compression method. It exploits the human eye's
  4275. poor ability to distinguish small changes in color to limit the information
  4276. being stored and produce a smaller file than could otherwise be obtained.
  4277. A file stored with this format will no longer exactly match the original,
  4278. although the difference might be unnoticeable. This format does allows
  4279. the compression ratio to be adjusted, balancing size versus acceptable
  4280. image quality.  
  4281.  
  4282. Both JPEG and GIF are capable of being stored and viewed (with appropriate
  4283. viewers) in the so called progressive or interlaced methods better
  4284. known as venetian blind effect. Currently it is very rare for JPEG,
  4285. but GIF images are commonly seen like this on CompuServe using its
  4286. WinCIM software and on the Netscape home page when using the Netscape
  4287. browser.
  4288.  
  4289. Enough? If not, see also the section in Other Information titled The
  4290. Unisys / CompuServe / GIF Mess. 
  4291.  
  4292. 49.1
  4293. NAME.........................  ACDSee
  4294. PRIME PURPOSE......  JPEG/GIF graphics image viewer.
  4295. FILE NAME.................  acdsee121.zip
  4296. FILE SIZE...................  164,966  bytes
  4297. LATEST VERSION.....  1.21     January 1994
  4298. AVAILABLE FROM.....  wuarchive.wustl.edu:     /pub/MSDOS_UPLOADS/win_graphics
  4299. STATUS.....................  Shareware $US 15
  4300. DOCUMENTATION....  Installation and start up instructions. Not much
  4301. required - this is a very simple program.
  4302. FEATURES................  Begins to display image while decompressing,
  4303. with your choice of either one line or a block of sixteen lines at
  4304. a time (JPEG).  New version now also supports GIF/PCX/TGA  and has
  4305. resizable windows, drag and drop, and ability to open a multiple copy
  4306. of the program for each image. Supports 4DOS file descriptions.
  4307. COMMENTS...............  OK guys, no more whining about not having a
  4308. fast Windows JPEG viewer. No fancy features here - this is just a straight
  4309. forward fast JFIF (JPEG) viewer. I tested it against LView Pro (16
  4310. bit) on a 150k file.  ACDSee  was able to complete the display in 11
  4311. seconds while LView Pro took 40 (both on the same 386 machine). The
  4312. performance ratio was even better on some of the smaller files I tried.
  4313. This is not even factoring in the fact that ACDSee begins to display
  4314. the image immediately, displaying lines on the screen as they are decompressed
  4315. whereas LView does not display anything until decompression is complete.
  4316. Keep in mind of course that LView is feature rich, while ACDSee is
  4317. not. It does however allow you to grab oversized JPEG pictures with
  4318. the mouse and quickly move them around on the screen. This program
  4319. has just recently been released and is based upon original source code
  4320. from the DOS viewer Q-Peg. GIF image display is similarly fast. The
  4321. main menu screen is a bit difficult to like, with control buttons at
  4322. the bottom of the screen, but the thumbnail image display feature which
  4323. has just been added is extremely handy.  One negative: this program
  4324. drops small hidden descript.ion files in every directory where it
  4325. is used to view images. These file description caches are messy and
  4326. very annoying. A future version will provide an option to turn them
  4327. off.
  4328.   Recommended
  4329.  
  4330. 49.2
  4331. NAME.........................  LView & LView Pro  
  4332. PRIME PURPOSE......  Graphics image viewers 
  4333. FILE NAME.................  lview31.zip  &  lviewp1a.zip (both 16 bit
  4334. software)
  4335. FILE SIZE...................  224,210 and 304,843  bytes
  4336. LATEST VERSION.....  LView: 3.1  September 1993
  4337.   LView Pro: 1a  January 1995
  4338. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/graphics
  4339. STATUS.....................  LView: Freeware.
  4340. LView Pro: Shareware, single registration $US 30 plus shipping. 
  4341. DOCUMENTATION....  On-line help included. The Pro version on-line help
  4342. includes some good information on the JPEG format, suitability, compression
  4343. capabilities, etc. It also contains speed  test results comparing the
  4344. 16 and 32 bit versions of this program. 
  4345. FEATURES................  A graphics viewer capable of handling a wide
  4346. range of popular formats (pro version): BMP/DIB/GIF/JPG/TGA/TIFF/PCX/PBM/PGM/PPM
  4347. .
  4348. w"Hh%%J4Zld]< q]Y "V,The
  4349. Winsock Client Listing  -- February 1995
  4350. The Empire
  4351. Ed Sinkovits>  
  4352. vtrp{
  4353. 10.DOC
  4354. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4355. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4356. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4357. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4358. Darth VaderD:\ALLDATA\WINTER\WINTER10.DOC
  4359. Ed SinkovitsD:\ALLDATA\WINTER\WINTER10.DOC@Dedkjet 500CLPT1:winspoolHP
  4360. DeskJet 500CDedkjet 500C |pjKKLetterKKL
  4361.  
  4362. N N N'Dedkjet 500C |pjKKLetterKKL
  4363.  
  4364. N N N'zzzz@
  4365. CTimes
  4366. Ne
  4367. nkovits>  
  4368. vtrp{
  4369. 10.DOC
  4370. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4371. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4372. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4373. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4374. Darth VaderD:\ALLDATA\WINTER\WINTER10.DOC
  4375. Ed SinkovitsD:\ALLDATA\WINTER\WINTER10.DOC@Dedkjet 500CLPT1:winspoolHP
  4376. DeskJet 500CDedkjet 500C |pjKKLetterKKL
  4377.  
  4378. N N N'Dedkjet 500C |pjKKLetterKKL
  4379.  
  4380. N N N'zzzz@
  4381. CTimes
  4382. Ne
  4383. ATA\WINTER\WINTER10.DOC
  4384. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4385. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  4386. Darth VaderD:\ALLDATA\WINTER\WINTER10.DOC
  4387. Ed SinkovitsD:\ALLDATA\WINTER\WINTER10.DOC@Dedkjet 500CLPT1:winspoolHP
  4388. DeskJet 500CDedkjet 500C |pjKKLetterKKL
  4389.  
  4390. N N N'Dedkjet 500C |pjKKLetterKKL
  4391.  
  4392. N N N'zzzz@
  4393. CTimes
  4394. Ne
  4395. ATA\WINTER\WINTER10.DOC
  4396. Darth VaderD:\ALLDATA\WINTER\WINTER10.DOC
  4397. Ed SinkovitsD:\ALLDATA\WINTER\WINTER10.DOC@Dedkjet 500CLPT1:winspoolHP
  4398. DeskJet 500CDedkjet 500C |pjKKLetterKKL
  4399.  
  4400. N N N'Dedkjet 500C |pjKKLetterKKL
  4401.  
  4402. N N N'zzzz@
  4403. CTimes
  4404. Ne
  4405. LLDATA\WINTER\WINTER10.DOC@Dedkjet 500CLPT1:winspoolHP
  4406. DeskJet 500CDedkjet 500C |pjKKLetterKKL
  4407.  
  4408. N N N'Dedkjet 500C |pjKKLetterKKL
  4409.  
  4410. N N N'zzzz@
  4411. CTimes
  4412. Ne
  4413. jKKLetterKKL
  4414.  
  4415. N N N'Dedkjet 500C |pjKKLetterKKL
  4416.  
  4417. N N N'zzzz@
  4418. CTimes
  4419. Ne
  4420. to register it you can receive a 32 bit version for either  Windows
  4421. 3.1 (if you have Win32s installed)  or Windows NT systems which  should
  4422. be faster than the 16 bit versions. The author, Leonardo Haddad Loureiro,
  4423. is very active in continuing to develop this program (the Pro version).
  4424.   Recommended
  4425.  
  4426. 49.3
  4427. have Win32s installed)  or Windows NT systems which  should
  4428. be faster than the 16 bit versions. The author, Leonardo Haddad Loureiro,
  4429. is very active in continuing to develop this program (the Pro version).
  4430.   Recommended
  4431.  
  4432. 49.3
  4433. ER10.DOC@Dedkjet 500CLPT1:winspoolHP
  4434. DeskJet 500CDedkjet 500C |pjKKLetterKKL
  4435.  
  4436. N N N'Dedkjet 500C |pjKKLetterKKL
  4437.  
  4438. N N N'zzzz@
  4439. CTimes
  4440. Ne
  4441. jKKLetterKKL
  4442.  
  4443. N N N'Dedkjet 500C |pjKKLetterKKL
  4444.  
  4445. N N N'zzzz@
  4446. CTimes
  4447. Ne
  4448. to registe7ana.edu:    /pub/pc/win3/desktop 
  4449. erKKL
  4450.  
  4451. N N N'Dedkjet 500C |pjKKLetterKKL
  4452.  
  4453. N N N'zzzz@
  4454. CTimes
  4455. Ne
  4456. to registe7ana.edu:    /pub/pc/win3/desktop 
  4457. Pro version).
  4458.   Recommended
  4459.  
  4460. 49.3
  4461. have Win32s installed)  or Windows NT systems which  should
  4462. be faster than the 16 bit versions. The author, Leonardo Haddad Loureiro,
  4463. is very active in continuing to develop this program (the Pro version).
  4464.   Recommen7ana.edu:    /pub/pc/win3/desktop 
  4465. u:    /pub/pc/win3/desktop 
  4466. erKKL
  4467.  
  4468. N N N'Dedkjet 500C |pjKKLetterKKL
  4469.  
  4470. N N N'zzzz@
  4471. CTimes
  4472. Ne
  4473. to registe7ana.edu:    /pub/pc/win3/desktop 
  4474. Pro version).
  4475.   Recommended
  4476.  
  4477. 49.3
  4478. have Win32s installed)  or Windows NT systems which  should
  4479. be faster than the 16 bit versions. The author7ana.edu:    /pub/pc/win3/desktop 
  4480. 3
  4481. have Win32s installed)  or Windows NT systems which  should
  4482. be faster than the 16 bit versions. The author7ana.edu:    /pub/pc/win3/desktop 
  4483. hould
  4484. be faster than the 16 bit versions. The author7ana.edu:    /pub/pc/win3/desktop 
  4485. 6 bit versions. The author7ana.edu:    /pub/pc/win3/desktop 
  4486. 3
  4487. have Win32s installed)  or Windows NT systems whic7ana.edu:    /pub/pc/win3/desktop 
  4488. led)  or Windows NT systems whic7ana.edu:    /pub/pc/win3/desktop 
  4489. (or mirrors).
  4490. STATUS.....................  Shareware, 15 day evaluation period. Registration
  4491. $US 40 includes free upgrades, email support.
  4492. DOCUMENTATION....  On-line help file.
  4493. FEATURES................  Supports GIF, BMP, DIB, PCX, TGA, and JPG
  4494. fixed images, WAV, MID, and MCI sound files and SLI slide show files.
  4495. It has a built in screen saver and has UUencode and UUdecode capabilities.
  4496. Contact sheet capability (multiple images in a window).
  4497. COMMENTS...............  Requires a minimum of a 386 processor. Not
  4498. especially fast, but there are a lot of nice features in this program.
  4499. Automatic installation/de-installation.
  4500.  
  4501. 49.4
  4502. NAME.........................  WinECJ
  4503. PRIME PURPOSE......  JPEG viewer
  4504. FILE NAME.................  winecj20.zip
  4505. FILE SIZE...................  68,108  bytes
  4506. LATEST VERSION.....  2.0  January 1995
  4507. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/desktop 
  4508. (or mirrors).
  4509. STATUS.....................  Freely distributed for private use. A more
  4510. full featured version is available for a license fee.
  4511. DOCUMENTATION....  Startup instructions and on-line help.
  4512. FEATURES................  Slide show feature handles up to 12 images.
  4513. Fast preview mode.
  4514. COMMENTS...............  Requires a 286 or better and Windows in a minimum
  4515. 256 colors. This is a very basic JPEG viewer.  A version of this program
  4516. is also found bundled with the WinWeb WWW browser. Released by Expressed
  4517. Compression Laboratories.
  4518.  
  4519. 49.5
  4520. NAME.........................  WinGIF
  4521. PRIME PURPOSE......  Graphics image viewer.
  4522. FILE NAME.................  wingif14.zip
  4523. FILE SIZE...................  72,049
  4524. LATEST VERSION.....  1.4    August 1991
  4525. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/desktop 
  4526. (or mirrors).
  4527. STATUS.....................  Shareware     $US 15
  4528. DOCUMENTATION....  On-line help.
  4529. FEATURES................  Displays GIF, PCX, BMP, and RLE images.
  4530. COMMENTS...............  A bit dated now, but notable for one feature
  4531. in particular: the ability to both create and view GIF interlaced images.
  4532.  
  4533. 49.6
  4534. NAME.........................  WinJPEG
  4535. PRIME PURPOSE......  Graphics image viewer.
  4536. FILE NAME.................  winjp265.zip
  4537. FILE SIZE...................  340,207
  4538. LATEST VERSION.....  2.65     July 1994
  4539. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/desktop 
  4540. (or mirrors).
  4541. STATUS.....................  Shareware, $US 25, subsequent upgrades
  4542. $US 5. Initial registration provides latest version, a user manual
  4543. and some sample JPEG images.
  4544. DOCUMENTATION....  On-line help
  4545. FEATURES................  Displays JPEG, TIFF, Targa, GIF, PCX, OS/2
  4546. Windows BMP, PPM, and IFF images. Slideshow capability.
  4547. COMMENTS...............  This is a 286 processor version only and is
  4548. very slow. A much faster version for 386+ processors is available upon
  4549. registration.
  4550.  
  4551. 50. VIEWERS - SOUND
  4552. The popularity of the World Wide Web and the need to install auxiliary
  4553. sound players to enable Web browsers to play the various sound formats
  4554. occasionally discovered has significantly increased the interest in
  4555. these programs. In addition, if youre like me and dont have a sound
  4556. card then youll also need to install an additional driver capable
  4557. of operating your computers built in speaker, that little extra that
  4558. Microsoft neglects to include with Windows. It was reportedly not included
  4559. because of some potential hardware incompatibilities. Anyway, its
  4560. also listed in this section. Basic sound formats that youre most likely
  4561. to run across are:
  4562.  
  4563. AU - Sun, NExT, or DEC
  4564. IFF - Amiga
  4565. MAT - Matlab
  4566. SND - Raw or NExT
  4567. WAV - Microsoft Windows standard sound format
  4568. VOC - Sound Blaster
  4569. MCI - Multimedia Command Interface Files 
  4570. MID/MIDI - I do not believe that this format can be played with the
  4571. PC speaker driver.
  4572.  
  4573. Some of these formats apparently have a number of not always very compatible
  4574. variations just to make things more interesting.
  4575.  
  4576. 50.1
  4577. NAME.........................  GoldWave
  4578. PRIME PURPOSE......  Sound player, recorder, editor.
  4579. FILE NAME.................  gldwav21.zip
  4580. FILE SIZE...................  281,697
  4581. LATEST VERSION.....  2.11       August 1994
  4582. AVAILABLE FROM.....  oak.oakland.edu:     /SimTel/win3/sound
  4583. STATUS.....................  Shareware   $US 25
  4584. DOCUMENTATION....  Fairly extensive, and includes on-line help.
  4585. FEATURES................  Supports the following sound formats: WAV,
  4586. VOC, AU, IFF, SND, MAT. Impressive real time oscilloscope to visually
  4587. display and edit sounds. GoldWave can enhance or distort sounds using
  4588. its filter, reverse, invert and echo, etc.,  capabilities.  
  4589. COMMENTS...............  This program requires a 32 bit processor -
  4590. it will not run on a 286 PC. A sound card with driver or a PC speaker
  4591. driver is also required to play sounds.
  4592.  
  4593. 50.2
  4594. NAME.........................  PlayWave
  4595. PRIME PURPOSE......  Sound player
  4596. FILE NAME.................  playwv11.zip
  4597. FILE SIZE...................  18,737
  4598. LATEST VERSION.....  1.1
  4599. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/sounds  
  4600. (or mirrors).
  4601. STATUS.....................  Shareware, voluntary $US 5 if you really
  4602. like the program.
  4603. DOCUMENTATION....  Start up instructions.
  4604. FEATURES................  Can play a WAV file in a repetitive loop.
  4605. COMMENTS...............  PlayWave is a very simple little program meant
  4606. to do only one thing:  be a better WAV player than the Microsoft Sound
  4607. Recorder.  This program has not been widely tested yet.
  4608.  
  4609. 50.3
  4610. NAME.........................  PC SPEAKER DRIVER
  4611. PRIME PURPOSE......  Driver to operate built in PC speaker.
  4612. FILE NAME.................  SPEAK.EXE
  4613. FILE SIZE...................  22,312
  4614. LATEST VERSION.....  June 1992
  4615. AVAILABLE FROM.....  ftp.microsoft.com:     /Softlib/MSLFILES
  4616. STATUS.....................  Free for personal use.
  4617. DOCUMENTATION....  Installation instructions.
  4618. FEATURES................  
  4619. COMMENTS...............  The poor mans Sound Blaster.  It does work
  4620. adequately, but dont expect any kind of quality sound from that little
  4621. PC speaker. The .exe file is a self extracting zip file which includes
  4622. basic installation instructions. Note that the speaker does interrupt
  4623. other system activities when being used which could cause a problem
  4624. in some situations - it could potentially cause comm port  overruns
  4625. if a file is being downloaded during speaker activation. There is an
  4626. option in the settings to minimize this problem at the expense of sound
  4627. quality.
  4628.  
  4629. 50.4
  4630. NAME.........................  WHAM    (Waveform Hold And Modify)
  4631. PRIME PURPOSE......  Sound player.
  4632. FILE NAME.................  wham131.zip
  4633. FILE SIZE...................  138,130
  4634. LATEST VERSION.....  1.31    August 1993
  4635. AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/sounds  
  4636. (or mirrors).
  4637. STATUS.....................  Donations of $20 welcome.
  4638. DOCUMENTATION....  Start up information and on-line help.
  4639. FEATURES................  Plays AU, AIFF, IFF, VOC, WAV. WHAM can also
  4640. record sound if you have a sound card. Waveform display.
  4641. COMMENTS...............  An older program which is still widely used.
  4642.  
  4643.  
  4644. 50.5  NAME.........................  WPLANY  (Windows Play Any File)
  4645. PRIME PURPOSE......  Sound player.  FILE NAME.................  wplny11.zip
  4646. FILE SIZE...................  28,788  LATEST VERSION.....  1.1    
  4647. September 1994  AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/sounds
  4648. (or mirrors).  STATUS.....................  Not mentioned.  DOCUMENTATION....
  4649. Minimal. Nothing much required since this is a very  simple to setup
  4650. and use program which operates in the background. FEATURES................
  4651. Plays AU, IFF, SND, VOC, and WAV sounds.  COMMENTS............... 
  4652. The proper drivers for your sound card or PC  speaker must be loaded
  4653. prior to using WPLANY.  A fairly popular program  often used as  the
  4654. sound player for Web browsers such as NCSA Mosaic  (optional -  not
  4655. included with that package). A copy of this is  included  in the WinWeb
  4656. browser package. 
  4657.  
  4658. See also VuePrint in the VIEWERS-GRAPHICS-STILL PICTURE section.  
  4659.  
  4660. 51. WIN32S  Standard Windows 3.1 is only a 16 bit operating system in
  4661. spite of  the fact that all PCs starting with the 386 have had 32 bit
  4662. capability.  Abandoning the DOS boat anchor and moving forward into
  4663. a full 32 bit  universe would bring substantial performance benefits.
  4664. Unable as yet  to deliver a new operating system, Microsoft has provided
  4665. an interim  solution,  the Win32s 32 bit extension. When installed on
  4666. a Windows  3.1 system it enables that system to run certain 32 bit programs
  4667. which  have been specifically created for Win32s. Such programs should
  4668. run  faster, but not as fast or with other features (crash protection)
  4669. found  in true 32 bit systems like Windows NT and IBMs OS2/WARP.  The
  4670. most  recent version of NCSA Mosaic is the best example of a program
  4671. written  to Win32s. It cannot be run on plain Windows 3.1 although an
  4672. older  16 bit version of Mosaic is still available.  Eventually when
  4673. Windows95  becomes available the Win32s extension will become irrelevant
  4674. and programs  written for it will run on Windows95. Until then, if you
  4675. want to run  the 32 bit version of NCSA Mosaic and other such programs
  4676. you must  install this extension [or use Windows NT]. The OLE version
  4677. in particular  must be installed for the most recent  Mosaic versions.
  4678.  
  4679. 51.1  NAME.........................  Win32s  (non-OLE version)  PRIME
  4680. PURPOSE......  32 bit enhancement to Windows 3.1  FILE NAME.................
  4681. PW1118.EXE  FILE SIZE...................  1,244,633 LATEST VERSION.....
  4682. 1.20  October 1994AVAILABLE FROM.....  ftp.microsoft.com:     Softlib/MSLFILES
  4683. STATUS.....................  Distributed free to licensed users of
  4684. Windows  3.1 or Windows For Workgroups  3.11  DOCUMENTATION....  Minimal
  4685. FEATURES................  COMMENTS...............  This Microsoft Win32s
  4686. program adds an extension  to Windows 3.1 enabling it to run some of
  4687. the 32 bit  programs which  are beginning to appear (such as all recent
  4688. releases of Mosaic, except  the latest alpha 8 version.). As a bonus,
  4689. there is a free 32 bit game  Freecell. Being able to play the game confirms
  4690. that this upgrade  has been successfully installed. Newer version 1.20
  4691. has a simpler automated  installation and automatically removes any
  4692. unnecessary files from previous  versions which it finds during installation.
  4693. A minimum of a 386 processor  (32 bit capability) is required. One disadvantage
  4694. of Win32s is the  additional burden it places on a systems resources
  4695. which can be a problem  on lower powered (processor and RAM) machines.
  4696. Note: If it ever becomes necessary to remove Win32s from your system,
  4697. the procedure is described in Microsoft document Q120486 dated Sept.
  4698. 29,1994 which should be available from ftp.microsoft.com:  /developr/win32dk/kb/
  4699. Q120/4/86.txt.    Note: Regarding IBM's new operating system OS/2 Warp
  4700. and  the various  versions of Win32s and associated applications:  
  4701. Windows/ Win32s115  -  versions 1.0 up to this version 1.15 are   supported
  4702. under Warp    Windows/ Win32s115a  -  not supported under Warp although
  4703. some     application  s
  4704. may still run OK.   Windows/ Win32s120  -  not supported under Warp.
  4705.  
  4706. 51.2  NAME.........................  Win32s  (OLE version required for
  4707. latest  Mosaic browser, alpha 9)  PRIME PURPOSE......  32 bit enhancement
  4708. to Windows 3.1  FILE NAME.................  w32sole.exe  FILE SIZE...............
  4709. ....  2,240,063   bytes  LATEST VERSION.....  1.20 with OLE 2.02   January
  4710. 1995  AVAILABLE FROM.....  ftp.ncsa.uiuc.edu:     /Web/Mosaic/Windows
  4711. This is in the same location as the corresponding new version of
  4712. Mosaic,  and so both can be conveniently downloaded at the same time.
  4713. For modem  users it might be a good idea to begin these downloads at
  4714. the beginning  of your lunch time.  STATUS.....................  Distributed
  4715. free to licensed users of Windows  3.1 or Windows For Workgroups  3.11
  4716. DOCUMENTATION....  Negligible.  FEATURES................COMMENTS...............
  4717. Because the new version of Mosaic is now an  OLE compatible application,
  4718. Mosaic users must have this version, Win32s  1.20 with OLE 2.02, installed
  4719. on their system first before trying to  install or use the new Mosaic
  4720. if they have Windows 3.1 or Windows For  Workgroups 3.11. The regular
  4721. Win32s version 1.20 is no longer adequate.  Windows95 and Windows NT
  4722. do not require this because the OLE function  is already built in to
  4723. those packages. This file is a self extracting  file which should be
  4724. placed in a temporary directory and exploded.  There are instructions
  4725. in the Mosaic package which describe how to  install this. Note this
  4726. must be installed before installing Mosaic  and note that this contains
  4727. updated a new updated OLE version - if  you had previously installed
  4728. Win32s with OLE for Mosaic alpha 8 that  version is no  longer adequate.
  4729. OLE = Object Linking and Embedding, a means of sharing information
  4730. between applications. This Word version of the Winsock listing has
  4731. two MS Excel spreadsheets embedded in it through OLE. Youll see them
  4732. a little bit further down.  
  4733.  
  4734. OTHER RELATED INFORMATION  
  4735.  
  4736. 60.0  GETTING STARTED Unfortunately, there is not a lot of information
  4737. thats available on  the Internet about Winsock and SLIP, and even less
  4738. thats in an easy  to understand format for someone just starting out.
  4739. Most documents  are either strongly oriented towards the networking
  4740. side of the business  and/or are aimed at the systems professionals.
  4741. The best exception Ive  seen are the following two documents  one by
  4742. Frank Hecker and the other  by Harry M. Kriz.  In a similar vein, for
  4743. those who are looking for  a quick way to actually get up and running
  4744. with the key Internet functions  there are four omnibus installation
  4745. kits available, or alternatively  a book which comes with a free software
  4746. disk.  
  4747.  
  4748. 60.1 Personal Internet Access Using SLIP or PPP:   How You Use It,
  4749. How It  Works For a very thorough, very basic and at the same time
  4750. non-technical  explanation of SLIP and SLIP applications,  this document
  4751. by  Frank  Hecker is highly recommended.  It does not contain installation
  4752. or  configuration instructions, but does contain many references to
  4753. other  useful sources. Last updated September 1994  89,796 bytes. It
  4754. is currently  available by FTP from:                               
  4755.  
  4756. cap.gwu.edu:     /pub/internet/slip-ppp.txt  
  4757.  
  4758. 60.2  WINDOWS AND TCP/IP FOR INTERNET ACCESS A good explanation of
  4759. the services available on the Internet by Harry  M. Kriz, technical
  4760. details of connecting a PC to the Internet including  an explanation
  4761. of Winsock, and a review of a number of basic client  applications with
  4762. installation instructions.  This includes information  on both modem
  4763. and network based connections. A text version of this  complete document,
  4764. updated December 1994 (57,546 bytes) is available  by anonymous ftp
  4765. from:  nebula.lib.vt.edu:  /pub/windows/winsock/wtcpip06.asc  
  4766.  
  4767. A hypertext version is available at:  
  4768.  
  4769. http://learning.lib.vt.edu/wintcpip/wintcpip.html  
  4770.  
  4771. 60.3  SCIENTIST FRIENDLY MS WINDOWS INTERNET KIT  In an effort to provide
  4772. an easier introduction to Winsock software  clients there have been
  4773. a few efforts to supply a bundle of the major  client packages in an
  4774. easy to install format with detailed instructions.  One of these is
  4775. the SCIENTIST FRIENDLY MS WINDOWS INTERNET KIT. It  is available by
  4776. FTP from:
  4777.  
  4778. sol.dmp.csiro.au:   /pub/internet/all  
  4779.  
  4780. There are two files, internet.exe ( 2,181,885 bytes) which contains
  4781. all of the programs and install.txt (12,834 bytes) which has the installation
  4782. instructions and should be read first.  The package currently includes
  4783. Trumpet Winsock, WINQVT, NCSA Mosaic WWW client,  HGOPHER, WINTRUMPET
  4784. news reader,  WS_FTP, TRMPTEL terminal emulator, and some miscellaneous
  4785. accessories like  pre-installed Mosaic viewers. These are all Shareware
  4786. and Freeware packages.  
  4787.  
  4788. These are all fine programs of their type, but are not necessarily 
  4789. the latest versions. They have been chosen primarily for reliability
  4790. and ease of installation. Basic Windows and Internet knowledge is required.
  4791. For anyone just getting started this package is worth considering.
  4792.  
  4793. 60.4  INTERNET SLIP STARTER KIT  This is a starter kit put together
  4794. by Jean van Eeden containing Trumpet  Winsock,  WS_FTP, WSARCHIE, WINTRUMPET
  4795. news reader, HOPCHKW, NCSA Mosaic  WWW browser, PINGW, FINGER, EUDORA14
  4796. mail, and EWAN  terminal emulator.  These are all Shareware/Freeware
  4797. packages with installation instructions  included.  Again these are
  4798. not necessarily the latest versions but  have been chosen for reliability
  4799. and ease of installation. A copy of  Harry M. Krizs WINDOWS AND TCP/IP
  4800. FOR INTERNET ACCESS, listed above,  is also conveniently included. This
  4801. kit is available from: aztec.co.za:        /pub/win3/Slip_Starter_Kit
  4802. There are two  files to retrieve:  readme at 5,430 bytes and starter2.exe
  4803. at 1,426,082  bytes.  
  4804.  
  4805. 60.5  WINSLIP COMPLETE    This is a newly created package from George
  4806. Saunders with the best  Winsock Shareware and Freeware applications.
  4807. There is one program for  each application along with an installation
  4808. program and additional  information. Available from:  
  4809.  
  4810. ftp.netusa.net:   /pub/winslip/prophet  
  4811.  
  4812. There are four files in that directory to be retrieved and the main
  4813. one, winslip.zip is 5,425,146 bytes. The others are all just a few
  4814. kbytes. George has selected the best programs available, and plans
  4815. to update this monthly with the latest versions.Caution: This is
  4816. an extremely large file. If retrieving this to your  shell account make
  4817. sure you have adequate disk storage space allocated  to you by your
  4818. service provider.  
  4819.  
  4820. 60.6  HIGHWAY 1.01 (from Centerline Computers)  This is another starter
  4821. kit similar to the previous two, with the difference  that this is Shareware
  4822. from a commercial company with a registration  fee of $US 15, or $US
  4823. 10 for students. User manuals are $US 12 extra.  Included are the following
  4824. clients: WS_FTP, WS_Gopher, Eudora (mail),  WINVN (news), EWAN (telnet),
  4825. Mosaic Netscape and Trumpet Winsock. Centerline  Computers has done
  4826. an excellent job of creating a smooth installation  program and putting
  4827. this package together. They have chosen fairly  recent versions of the
  4828. clients included, another plus. 
  4829.  
  4830. For your money you are essentially buying the easy configuration and
  4831. automated installation - the applications themselves are primarily
  4832. Freeware and are all readily available on the Internet. I am a bit
  4833. bothered by the lack of disclosure about this. In the initial announcement
  4834. Highway 1.01 is described as an all new Internet connectivity program...
  4835. which the installation and configuration utility portion certainly
  4836. is.  But the actual clients are not, and due to a lack of specific
  4837. information about them I initially misunderstood what was being offered,
  4838. and assumed that these were new as well. This might be annoying to
  4839. someone who pays connect charges to download this large package only
  4840. to find that he already has everything it offers, or even more recent
  4841. versions already installed. Highway 1.01 is available from:  
  4842.  
  4843. ftp.csos.orst.edu:     /ftp/pub/slip/highway/testdrive  
  4844.  
  4845. There are 3 files: highway1.exe, highway2.exe, and readme.doc for 
  4846. total of about 2,800,000 bytes. 
  4847.  
  4848. 60.7  WINDOWS INTERNET TOUR GUIDE  Although the bookshelves are now
  4849. jammed with guides to the Internet,  Internet books oriented towards
  4850. Windows are still extremely rare. This one by Michael Fraase and published
  4851. by Ventana Press  (344 pages)  covers installation and use of basic
  4852. Windows clients  such as mail,  Gopher, FTP etc. A disk included with
  4853. the book contains the Chameleon  sampler package and there is a special
  4854. offer at the back of the book  for those who decide to move up to the
  4855. full commercial version.  This  is a well written and easy to follow
  4856. book which is selling for about  $US 25.  
  4857.  
  4858. 61.0  ADDITIONAL INFORMATION  One of the friendlier aspects of the Internet
  4859. is the existence of the  Frequently Asked Questions (FAQ) documents
  4860. which provide not only an  invaluable guide for the newcomer but a source
  4861. of reference information  for everyone on a huge range of Internet related
  4862. topics.  Specifically,  for those looking for more information about
  4863. Winsock, the following  are available. Unfortunately, these tend to
  4864. be very technical and not  very helpful for beginners. The Demon documentation
  4865. also listed is  somewhat more helpful although more oriented towards
  4866. users in Great  Britain. If youre already up and running and in particular
  4867. you have  WWW access, Craig Larsens List provides the means of obtaining
  4868. additional  software and information and expanding your capabilities.
  4869.  
  4870. 61.1Bernard Abobas  "comp.protocols.tcp-ip.ibmpc Frequently  Asked
  4871. Questions  (FAQ)" Very well done, although somewhat technical and
  4872. oriented towards professionals.  
  4873.  
  4874. This is  mostly a TCP/IP FAQ with extensive coverage of  currently 
  4875. available TCP/IP networking software, but Winsock is covered in a number
  4876. of sections. Last update  October 1994.  Available through:  FTP:
  4877. ftp.netcom.com        /pub/ma/mailcom/IBMTCP/ibmtcp.zip  (79,454
  4878. bytes)  WWW:         http://www.zilker.net/users/internaut/update.html
  4879. (approx.  219 kbytes)  
  4880.  
  4881. 61.2  Frequently Asked Questions About Windows Sockets Version 1.1
  4882. Fairly technical and  oriented towards professionals this FAQ has been
  4883. put together by Mark Towfiq and is available from:  
  4884.  
  4885. sunsite.unc.edu:     /pub/micro/pc-stuff/ms-windows/winsock 
  4886.  
  4887. The filename is just FAQ. Last update December 1993. (15,317 bytes)
  4888.  
  4889. 61.3  Demon Documentation           Demon  is the nickname of a
  4890. large Internet site  located in Britain.  Some of the documentation
  4891. available there is worth a look, although  be forewarned that it is
  4892. sometimes customized with unique Demon references  for their users which
  4893. may not be relevant to others. Most of these  documents are regularly
  4894. updated. The site address is:    disabuse.demon.co.uk.  Directory/filename/commen
  4895. ts:  
  4896.  
  4897. /pub/doc/os/windows.txt  How to set up Windows software for the Internet.
  4898. /pub/doc/general/dis-meta.faq   Contains references to other documents
  4899. and books.  /pub/doc/os/winmos.txt  Configuration of Mosaic for Windows.
  4900. /pub/doc/os/wintcp.txt  Advanced configurations for Windows software
  4901. TCP/IP &     dialing.  
  4902.  
  4903. 61.4  WINSOCK APPLICATION FAQ/LIST This is a regularly updated listing
  4904. of Winsock applications that are  available for FTP. A more broadly
  4905. based listing than mine, Craig Larsen  covers client, daemon and miscellaneous
  4906. Winsock software with file,  source information and comments.  The email
  4907. route will trigger a return  email copy of his listing. The WWW access
  4908. is particularly recommended  because it provides capability to retrieve
  4909. the software being described.  Available by either  
  4910.  
  4911. Email to: info@LCS.com   Subject: FAQS (put nothing in the letter
  4912. body) 
  4913.  
  4914. Through WWW URL:  http://www.LCS.com/faqhtml.html  
  4915.  
  4916. 61.5  Those with Windows NT machines might want to check out the  Windows
  4917. NT Internet FAQ  by Steve Scoggins and Tom Baltrushaytis available
  4918. from:  
  4919.  
  4920. WWW:  http://www.luc.edu/~tbaltru/faq/  
  4921.  
  4922. 62.0  TRUMPET WINSOCK 
  4923.  
  4924. The previous release of Trumpet Winsock was 1.0a  and it is available
  4925. under a couple of names from different locations such as:  disabuse.demon.co.uk:
  4926. /pub/ibmpc/winsock/stacks/trumpwsk  twsk10a.zip    120,569 bytes
  4927.  
  4928. ftp.cica.indiana.edu         /pub/pc/win3/winsock  winsock.zip     120,569
  4929. bytes  
  4930.  
  4931. Unfortunately, apparently due to some bugs in this version, the odd
  4932. Winsock client  does not properly work with this version.  It has however
  4933. been around for a while and proven to be fairly durable and widely
  4934. popular for establishing a SLIP connection. Shareware $US 25. This
  4935. version is no longer officially being distributed and has been replaced
  4936. by version 2.0 which adds PPP connection capability.  The newest
  4937. version of Trumpet Winsock is 2.0b released in November  1994 and it
  4938. is available from many locations including: 
  4939.  
  4940. ftp.trumpet.com.au:     /ftp/pub/winsock  twsk20b.zip    179,015 bytes
  4941.  
  4942. disabuse.demon.co.uk:     /pub/ibmpc/winsock/stacks/trumpwsk  twsk20b.zip
  4943. 179,015 bytes  
  4944.  
  4945. This Australian site is the prime release location, but it can sometimes
  4946. be difficult to access and generally can only handle 20 connections
  4947. at a time. The biggest advantage of the most recent version is that
  4948. it now has a functioning PPP capability if your server will support
  4949. it. 
  4950.  
  4951. This latest full release contains  improvements in stability and operability.
  4952. Worth noting: addition of PPP support (but no CHAP or LQP yet) and
  4953. firewall support for SOCKS 4.2  
  4954.  
  4955. This Shareware has a registration cost of $US 25.00. 
  4956.  
  4957. An alternative means of obtaining a SLIP / PPP connection is through
  4958. the Chameleon Sampler listed in the Commercial Demo Packages section
  4959. or through SLIP emulators such as TIA and TwinSock, discussed further
  4960. down.  
  4961.  
  4962. 63.0  POPULAR WINSOCK SOURCE LOCATIONS There are a number of Internet
  4963. sites which carry a fair  amount of  Windows/Winsock software  including
  4964. most of the packages listed above  (but not always the latest  version).
  4965. These sites can be accessed and  the software downloaded through FTP.
  4966. The most significant site is CICA,  the Center for Innovative Computer
  4967. Applications:  
  4968.  
  4969. HOST NAME:  ftp.cica.indiana.edu  (US)  IP NUMBER:  129.79.26.27
  4970. DIRECTORY:  /pub/pc/win3/winsock  GOPHER ACCESS:  gopher.cica.indiana.edu
  4971. WWW URL:  http://www.cica.indiana.edu  COMMENT:.  A major source for
  4972. Windows software in  general, and often  difficult to log into   because
  4973. of its popularity. Downloading the various  README files is   the best
  4974. place to start to identify what's available  and in which directories
  4975. if interested in   other areas.  
  4976.  
  4977. As well, there are a number of other locations which mirror or carry
  4978. a copy of the CICA directories and files.  These are often easier to
  4979. access than CICA which is frequently busy.  
  4980.  
  4981. USA Sites: mrcnext.cso.uiuc.edu  [128.174.201.12]    (new mirror
  4982. site in Illinois,  updated nightly)  wuarchive.wustl.edu      [128.252.135.4]
  4983. (Missouri)  gatekeeper.dec.com       [16.1.0.2]  ftp.cdrom.com     
  4984. [192.153.46.2] (California)  polecat.law.indiana.edu  [129.79.131.170]
  4985. ftp.marcam.com           [198.102.216.30]  
  4986.  
  4987. Non-USA Sites: ftp.cc.monash.edu.au  [130.194.1.106] (Australia) 
  4988. nic.funet.fi             [128.214.6.100] (Finland)  ftp.uni-paderborn.de
  4989. [131.234.2.32]  (Germany)  ftp.uni-stuttgart.de     [129.69.8.13]
  4990. ftp.uni-koeln.de         [134.95.100.208]  ftp.uni-regensburg.de  
  4991. [132.199.1.17]  ftp.iij.ad.jp            [192.244.176.50] (Tokyo) 
  4992. ftp.nectec.or.th         [192.150.251.33] (Thailand)  ftp.technion.ac.il
  4993. [132.68.1.10] (Israel)  nic.switch.ch            [130.59.1.40]
  4994. (Zurich)  src.doc.ic.ac.uk         [146.169.17.5] (London)  ntu.ac.sg
  4995. [155.69.1.5] (Singapore)  nctuccca.edu.tw          [192.83.166.10]
  4996. (Taiwan)  ftp.cyf-kr.edu.pl        [149.156.1.8] (Cracow, Poland)  
  4997.  
  4998. 64.0  SLIP EMULATORS:  TIA and TWINSOCK  
  4999.  
  5000. 64.1 TIA - The Internet Adapter (tm)  As stated in my introduction,
  5001. in order to use Windows packages on the  Internet a special SLIP connection
  5002. from an Internet provider is required.  Many providers charge extra
  5003. for this type of connection, and a few  do not offer it at all. Recently
  5004. an alternative has been offered,  commercial software package developed
  5005. by Cyberspace Development Inc.,  which operates on a users Unix shell
  5006. account and emulates a SLIP account.  This innovative product is called
  5007. TIA, The Internet Adapter, and it  has been very controversial.  
  5008.  
  5009. Major Advantage of TIA:  1. Operates through the basic Unix shell account
  5010. providing the user  with SLIP access without  the need to pay surcharges
  5011. for true SLIP  account. It provides access where SLIP accounts are not
  5012. available or  very expensive.  TIA is a very low cost package to purchase.
  5013. 2. Although there may be some problems setting it up and getting it
  5014. to work initially, it does appear to work well and has generated strong
  5015. support from many of its users.  
  5016.  
  5017. Major Disadvantages of TIA  1. Increases the burden on the providers
  5018. server more than a SLIP or  straight Unix shell account would, although
  5019. to what degree is arguable  (and is being argued). Although this statement
  5020. is used by system administrators  against TIA, supporters of TIA feel
  5021. that the real truth lies is in  the next item.  2. From the providers
  5022. point of view, the use of TIA deprives them  of the incremental revenue
  5023. gained from selling SLIP account upgrades.  3. TIA is currently not
  5024. compatible with some minor Winsock packages  such as Ping and CU-SeeMe,
  5025. nor does it currently support PPP connections  (although this is being
  5026. worked on).  4. To keep costs low, technical support is only available
  5027. for site  licenses, and not individual users, although they do receive
  5028. bug fixes  when issued.  5. Because TIA is not a true SLIP connection,
  5029. when logging on the user  does not receive an IP number and thus it
  5030. will be impossible to operate  a remote server.  (A permanent non-functional
  5031. dummy number is used  to satisfy client applications.) 
  5032.  
  5033. Considerable documentation on TIA, including a FAQ, is available from:
  5034. FTP:       marketplace.com:     /tia/docs  WWW:   http://marketplace.com/0/tia/ti
  5035. ahome.html  
  5036.  
  5037. This location is also accessible by gopher.  TIA operating software
  5038. is available from the same location although a license code is required
  5039. to actually use it. Free evaluation licenses good for 14 days are available.
  5040. If you then decide to buy,  single user licenses are only $US 25. Host
  5041. and site licenses are also available.  It is suggested that as a first
  5042. step you should talk to your Internet service provider to get their
  5043. approval to use TIA. 
  5044.  
  5045. 64.2   (new)TwinSock   (Troy's Windows Sockets)  This Freeware program
  5046. from Troy Rollo is similar to TIA in a number  of ways. It creates a
  5047. pseudo SLIP connection with your UNIX shell account  allowing you to
  5048. run many Winsock programs. You avoid paying the surcharges  many services
  5049. charge for a proper SLIP account. This program is available  from: 
  5050.  
  5051. ftp.oak.oakland.edu             /SimTel/win3/winsock/twnsck13.zip (or
  5052. eates a
  5053. pseudo SLIP connection with your UNIX shell account  allowing you to
  5054. run many Winsock programs. You avoid paying the surcharges  many services
  5055. charge for a proper SLIP account. This program is available  from: 
  5056.  
  5057. ftp.oak.oakland.edu             /SimTel/win3/winsock/twnsck13.zip (or
  5058. tep you should talk to your Internet service provider to get their
  5059. approval to use TIA. 
  5060.  
  5061. 64.2   (new)TwinSock   (Troy's Windows Sockets)  This Freeware program
  5062. from Troy Rollo is similar to TIA in a number  of waihe possibility of running a remote server.  
  5063.  talk to your Internet service provider to get their
  5064. approval to use TIA. 
  5065.  
  5066. 64.2   (new)TwinSock   (Troy's Windows Sockets)  This Freeware program
  5067. from Troy Rollo is similar to TIA in a number  of waihe possibility of running a remote server.  
  5068. our UNIX shell account  allowing you to
  5069. run many Winsock programs. You avoid paying the surcharges  many services
  5070. charge for a proper SLIP account. This program is available  aihe possibility of running a remote server.  
  5071.  services
  5072. charge for a proper SLIP account. This program is available  aihe possibility of running a remote server.  
  5073. he possibility of running a remote server.  
  5074.  talk to your Internet service provider to get their
  5075. approval to use TIA. 
  5076.  
  5077. 64.2   (new)TwinSock   (Troy's Windows Sockets)  This Freeware program
  5078. from Troy Rollo is similar taihe possibility of running a remote server.  
  5079. ility of running a remote server.  
  5080.  services
  5081. charge for a proper SLIP account. This program is available  aihe possibility of running a remote server.  
  5082. he possibility of running a remote server.  
  5083.  talk to your Internet service provider to get their
  5084. appraihe possibility of running a remote server.  
  5085. unning a remote server.  
  5086.  talk to your Internet service provider to get their
  5087. appraihe possibility of running a remote server.  
  5088.  Internet service provider to get their
  5089. appraihe possibility of running a remote server.  
  5090. raihe possibility of running a remote server.  
  5091. unning a remote server.  
  5092.  talk to your Inteaihe possibility of running a remote server.  
  5093.  your Inteaihe possibility of running a remote server.  
  5094.  
  5095. Some files must be transferred to your shell account and then compiled
  5096. there.  There are incompatibilities with a number of Winsock applications,
  5097. but this seems to vary somewhat, and is possibly affected by differences
  5098. between different service providers.  
  5099.  
  5100. 65.0  GROWSTUB ERROR People using the Microsoft mouse with driver
  5101. version 9.01 are experiencing  a "growstub error" message when booting
  5102. up Mosaic. The error is apparently  caused by a conflict between Microsoft's
  5103. Win32s 32 bit software extension  program and the Microsoft mouse driver.
  5104. It's just one of those cases  where the left hand didn't know what the
  5105. right hand was doing. Anyway,  the best solution is to upgrade to the
  5106. version 9.01b mouse driver available  by FTP from:  
  5107.  
  5108. ftp.microsoft.com:    /Softlib/MSLFILES/HD1061.exe  
  5109.  
  5110. This file includes a new pointer.dll which fixes the problem.
  5111.  
  5112. An alternate solution is to remove "pointer.exe" from the load= line
  5113. in the win.ini file and then restart Windows.   Disabling the pointer.dll
  5114. also deactivates the advanced features of the mouse driver: magnify,
  5115. snap-to, screen wrap and locate. Unfortunately this does not always
  5116. appear work , especially with the more recent versions of Mosaic. 
  5117.  
  5118. 66.0  EUDORA DOCUMENTATION Qualcomm Inc's mail package Eudora is one
  5119. of the better and more popular  Internet mail readers currently available.
  5120. Although the registered  version comes with full documentation, the
  5121. basic free version contains  almost nothing. Fortunately, most of the
  5122. features are fairly intuitive.  However, if needed, there are some supplementary
  5123. manuals available  through the Internet.  
  5124.  
  5125. 66.1  NEW! A Windows version of the manual is finally available from
  5126. Qualcomm Inc. by FTP from:  
  5127.  
  5128. ftp.qualcomm.com:    /quest/windows/eudora/documentation/14manual.exe
  5129.  
  5130. It's currently 376,851 bytes.  
  5131.  
  5132. 66.2  A third party HTML version manual for the PC and Mac versions
  5133. is accessible   through the WWW from: http://www.soc.staffs.ac.uk/eudora/contents
  5134. .html  Mark Branigan of the Staffordshire University, School of
  5135. Computing  has done an excellent job of setting this up. The text is
  5136. applicable  to both Windows and Mac versions, but the graphics shots
  5137. are all Windows.  The manual covers versions 1.4.2 and 1.4.3b1.  For
  5138. North Americans, there is a mirror site at:  
  5139.  
  5140. http://www.csos.orst.edu/slip/highway/docs/eudora/contents.html  
  5141.  
  5142. 66.3   A variation of the previous Staffordshire manual  is also available.
  5143. Leopoldo Saggin took an older version of the previous item and revised
  5144. it, bringing it up to date with Eudora version 1.42b16. His version
  5145. is available through the WWW from:  
  5146.  
  5147. http://cribi1.bio.unipd.it/html/eudora/contents.html  
  5148.  
  5149. This Italian site can be difficult to access (slow) from North America.
  5150.  
  5151. 66.4    A mailing list called eudora-forum  can be subscribed to by
  5152. sending an email message to majordomo@qualcomm.com with "subscribe
  5153. eudora_forum" in the body (without the quotes!). This is an unmoderated
  5154. mailing list established to allow Eudora users to communicate with
  5155. one another.
  5156.  
  5157. 66.5    Eudora Freeware Vs Commercial versions.  While we're on the
  5158. subject of Eudora, here's a brief summary of the key incremental features
  5159. of the registered version of Eudora:  
  5160.  
  5161. - Direct Unix dialup access (no Slip/PPP required).  - Supports UUencode.
  5162. - Technical support and on-line help.  - Return receipt notification
  5163. - Message filtering.  - Multiple signatures.  
  5164.  
  5165. 67.0  PENTIUM SERIAL PORT PROBLEMS  There have been the occasional posting
  5166. from people having strange problems  with pentium machines when trying
  5167. to operate communications software.  If you are using a pentium based
  5168. machine with a 16550 UART chip and  Windows For Workgroups installed
  5169. and you are experiencing problems  with the system hanging when using
  5170. the serial communications port then  consult  Microsoft Product Support
  5171. Applications Note "WG101: Updated  serial.386 driver for Windows For
  5172. Workgroups." which provides a replacement  serial driver for WFW. The
  5173. product note and new driver are available  from:  
  5174.  
  5175. ftp.microsoft.com:    /Softlib/MSLFILES/WG1001.EXE  
  5176.  
  5177. The product note was dated March of 1994 and so the problem is only
  5178. likely for those running older versions of WFW.  
  5179.  
  5180. 68.0SLIP Vs PPP  The most recent  version 2.0 of Trumpet Winsock
  5181. which was just released  has added support for the PPP protocol. As
  5182. well, Microsoft in announcing  its future plans has indicated stronger
  5183. support for PPP rather than  SLIP.  These events are generated widespread
  5184. interest in the PPP protocol.  What is it? Why is it better than SLIP?
  5185. Or is it? There are some unrealistic  expectations that it must surely
  5186. be faster than SLIP to have picked  up this support. It is important
  5187. to begin with the understanding that  both SLIP and PPP are protocols
  5188. for handling the transmission of packetized  data through a serial connection
  5189. between two devices. To answer some  of the questions about the differences
  5190. between the two I have put together  a little chart summarizing these.
  5191.  
  5192. CSLIP = Compressed SLIP (also known as header compression and Van Jacobson
  5193. compression)  IP = Internet Protocol  IPX = Internetwork Packet Exchange
  5194. (Novell networking stack)  PPP = Point to Point Protocol  SLIP = Serial
  5195. Line Internet Protocol  
  5196.  
  5197. SLIP PPP  Compression None originally. Compressed SLIP (CSLIP) added
  5198. later as an option which must be supported by both the client and host.
  5199. Use of CSLIP requires manual intervention and configuration, although
  5200. for the same client/host it need only be done once.  Yes. Automatically
  5201. negotiated as part of the connection process.      Connection Configuration
  5202. Manu  al  effort required for IP settings, or separate programs running
  5203. to configure  these (such as in a dialer log-in script). This is mostly
  5204. a problem  with servers using dynamic IP allocation. Automatic. IP configuration
  5205. part of the connection process and is transparent to the user. PPP
  5206. software will be more complex than SLIP.      Error Detection None.
  5207. SLIP is vulnerable to noisy lines, although error correcting modems
  5208. on each end of a connection will usually cover for this deficiency
  5209. and the user will not be affected. Built in error detection.      Industry
  5210. Support  Although Microsoft out of necessity plans to support both
  5211. clients in upcoming releases, only a PPP server has being implemented
  5212. in Windows NT 3.5 (Daytona).      Protocol handling IP only. Multi
  5213. protocol handling, including IP and IPX      Speed  In the few actual
  5214. tests reported comparing SLIP and PPP, there was no significant difference
  5215. either way. A PPP frame does contain additional protocol overhead (some
  5216. for error correction) which might theoretically result in very slightly
  5217. slower transmission.       Standards A "de facto" standard only. It
  5218. is not an Internet standard - i.e. not controlled or reviewed by any
  5219. standards group. In the early 1980's someone used it, and then other
  5220. people used it and now today many people use it. PPP is an official
  5221. Internet standard protocol.       Transmission circuit Asynchronous
  5222. lines. Asynchronous and synchronous lines.        One point to
  5223. keep in mind is that the connection choice of either SLIP  or PPP will
  5224. have no effect on your Winsock applications. Your current  Winsock programs
  5225. will all function normally no matter which method  you use. 
  5226.  
  5227. THE WORLD WIDE WEB  
  5228.  
  5229. 80.0WINDOWS WWW BROWSER COMPARISON - IMAGES  
  5230.  
  5231. Inline Image Internal Support    Supports Default  BROWSER & GIF87a
  5232. GIF89a  Int  erlaced Background  VERSION Normal Transparency JPEG Images
  5233. (GIF) Colors (RGB)         Air Mosaic demo       1.1 Oct/94 yes yes
  5234. no no Gray  192,192,192         InternetWorks Lite       Beta 4  Dec/94
  5235. yes yes yes  * no White 255,255,255 **  Beta 7  Feb/95 yes yes yes*
  5236. no Gray 192,192,192      NCSA  Mosaic32        2.0a7 Sept/94 yes
  5237. no no no Gray 192,192,192  2.0a8  Dec/94 yes yes no no Gray 192,192,192
  5238. Netscape        1.0 Dec/94 yes yes  yes yes Gray  198,198,198
  5239. SlipKnot 1.0        1.0 Nov/94 yes no no no Gray  192,192,192
  5240. WinWeb        1.0a2.1.1  Oct/94 yes no no no Gray  192,192,192
  5241. *  JPEG image appeared "dirty" when viewed  on my system.
  5242. ** Background color is default color of Windows  desktop - not
  5243. separately adjustable.            
  5244.  
  5245. ISSUES  
  5246.  
  5247. 90.0The Unisys / CompuServe / GIF Mess  
  5248.  
  5249. A story.  
  5250.  
  5251. In 1987 CompuServe first introduced the GIF format as an efficient 
  5252. means of storing and downloading graphics files from their on-line 
  5253. service. They continued to develop GIF and although they retained control
  5254. over the standards they allowed universal free use of the format. In
  5255. subsequent years independent developers were attracted to GIF and wrote
  5256. many programs to create and display it. It became widely accepted and
  5257. was used elsewhere such as on the Internet where it is the prime image
  5258. format for Web pages and browsers. 
  5259.  
  5260. Unfortunately, a key component of the GIF format was the Lempel-Ziv
  5261. Welch (LZW) compression algorithm which CompuServe had used mistakenly
  5262. thinking that it was in the public domain. In reality Unisys had applied
  5263. for, and received a patent on it in 1985, which according to Unisys
  5264. covers both compression and decompression applications. CompuServe
  5265. had based GIF development on technical information from a magazine
  5266. article which had failed to mention the patent. During a  6 year interval
  5267. Unisys claims they were not aware that LZW was a component of the GIF
  5268. format and CompuServe claims that they did not know that LZW was patented.
  5269.  
  5270. It was not until GIF had essentially become a world wide standard that
  5271. Unisys contacted CompuServe, with negotiations over the patent issue
  5272. beginning in January 1993. Some time later, in June of 1994 CompuServe
  5273. settled with Unisys to avoid being sued, and signed a licensing agreement
  5274. allowing it to continue using the algorithm in the GIF format on their
  5275. network, paying an undisclosed sum for that right. Since Unisys had
  5276. a valid patent and was protecting its property which it had a right
  5277. to do, CompuServe's options in this matter were limited. The Unisys
  5278. patent had already apparently been challenged once, and upheld by the
  5279. US Patent and Trademark Office.  
  5280.  
  5281. In late December 1994 CompuServe announced that effective almost immediately,
  5282. under terms of its agreement with Unisys, it would in turn begin issuing
  5283. sub-licenses and collecting royalties from software developers on the
  5284. CompuServe network who were using the GIF format in their programs.
  5285. By promptly obtaining a license from CompuServe developers did not
  5286. need a further license from Unisys. A subsequent statement issued by
  5287. Unisys indicated that there would be no attempt to collect back royalties
  5288. for the years of past use prior to 1995 from any developers since usage
  5289. had been unintentional (an "all is forgiven" grandfather statement).
  5290. This licensing and royalty agreement is only enforceable by CompuServe
  5291. against developers of GIF programs which are primarily used in connection
  5292. with the CompuServe network. 
  5293.  
  5294. Developers of GIF software elsewhere (not tied to CompuServe) are not
  5295. affected. They can however expect to be approached by other on-line
  5296. networks they are involved with, or Unisys directly. Unisys has clearly
  5297. indicated that in enforcing its patent rights against CompuServe and
  5298. associates that it intends to vigorously enforce its patent rights
  5299. against other users of the LZW algorithm.  The patent is both technically
  5300. important and financially valuable, and has in fact been licensed out
  5301. to over 100 other companies to date for other non GIF applications.
  5302.  
  5303. Unisys has publicly stated that licensing and royalty fees are not 
  5304. required for non-commercial non-profit GIF applications (e.g. Freeware),
  5305. whether used for on-line services or not. As well, they have clarified
  5306. the licensing requirement to include only new products or product enhancements
  5307. introduced beginning 1995. The licensing/royalty does not apply to
  5308. end users since such users are paying indirectly when they buy a commercial
  5309. software package or pay registration fees for Shareware. The developers
  5310. and sellers of such software will be licensed and will pay the appropriate
  5311. royalties on each copy sold.  
  5312.  
  5313. Although the royalties payable to CompuServe/Unisys are not significant
  5314. (typically 1 - 1.5 %) they are an aggravation for developers, as is
  5315. the bookkeeping and paperwork required to track sales on which royalties
  5316. are based.  For those not being licensed through CompuServe the alternative
  5317. is a license directly from Unisys where fees are negotiable - and may
  5318. be better or worse. 
  5319.  
  5320. It is likely that the GIF format has no future now and will  be replaced
  5321. with a non-proprietary equivalent on the Internet, although there is
  5322. no obvious candidate at the moment. CompuServe has already announced
  5323. its intention to work with graphics developers to develop a "free and
  5324. open" replacement standard to succeed GIF. The new format would be
  5325. a 24 bit (16 million colors) lossless standard replacing the 8 bit
  5326. (256 color) GIF.  CompuServe has rejected the use of JPEG as an option
  5327. because it is a lossy standard and this is unacceptable in a number
  5328. of applications.  
  5329.  
  5330. End story (?).  
  5331.  
  5332. 91.0DICS: DOES THE END JUSTIFY THE MEANS?  Today's case study. 
  5333.  
  5334. One of the more popular mail and news programs in the UK has been DICS
  5335. (Dialup Internet Connection Services).  It is a batch mail and  news
  5336. transporter intended for use with a separate offline reader program.
  5337. It has many features including MAPI capabilities and a Time client,
  5338. works well, and has developed an enthusiastic following in that country.
  5339. DICS officially became Shareware as of October 1994 and has a fairly
  5340. standard 30 day evaluation period with single user registration starting
  5341. at UKP 19.95.  
  5342.  
  5343. In late 1994 allegations were made that the developer of this program
  5344. had built in a back door to the program unknown to its users and not
  5345. mentioned in any of the documentation. Specifically it was alleged
  5346. that the program was sending unauthorized email to the developer of
  5347. the program, unknown to the users of the program who had installed
  5348. it on their machines. Furthermore, it was alleged that the developer
  5349. was also subsequently sending email commands to prompt the program
  5350. for additional information and that it was responding with more email
  5351. information back to him. After an initial silence when these allegations
  5352. were made public in local Demon newsgroups, the program's developer
  5353. Mark Gibbons publicly responded with the following information (summarized):
  5354.  
  5355. When DICS is installed for the first time or upgraded to a new version,
  5356. the first thing it does is to register itself by email with the developer,
  5357. supplying basic site information only. This information is fed into
  5358. a database and tracked for two purposes:  
  5359.  
  5360. 1. The information is useful in providing technical support for users
  5361. who sometimes neglect to identify or to properly identify the version
  5362. of the program they have installed and are having problems with. Some
  5363. problems are very version specific.  
  5364.  
  5365. 2. Most importantly, the database is used as a means of tracking abuses
  5366. of the Shareware license under which the program is made available.
  5367. The database is used to identify particular sites which are repeatedly
  5368. installing newer versions of DICS but never registering them over 
  5369. cumulative period of time greater than the 30 day evaluation period.
  5370. In such cases a message is sent to the DICS program at that site, which,
  5371. if it is still active, will be prompted to return a status report.
  5372. This communication takes place between the program on the user's machine
  5373. and the developer without the user's awareness. This response is confirmation
  5374. that the site is in fact still using the program and is violating the
  5375. Shareware agreement. In other words, a software piracy has been confirmed.
  5376. A letter is now sent to the user at that site clearly identifying that
  5377. the developer is aware that the program is active at the site and requesting
  5378. that the program be immediately registered and the Shareware fee forwarded.
  5379. The method by which the information has been obtained is not identified
  5380. in the letter.  
  5381.  
  5382. A storm has erupted over the issues raised.  There are two areas of
  5383. concern:  
  5384.  
  5385. 1. All communication between the program and its developer, including
  5386. the initial installation notification, is done without the user's knowledge.
  5387. Nothing of this is mentio 
  5388.  
  5389. !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmno
  5390. pqstuvwxyz{|}~ned  in any program documentation.  The information has
  5391. been withheld. Awareness  of these capabilities might have allowed a
  5392. user to decide not to install  the program. The stealth which was used
  5393. to secretly monitor the program's  users has left a bad taste.  
  5394.  
  5395. 2. The potential for abuse is enormous since there is nothing to prevent
  5396. such a program from stealing confidential information including passwords
  5397. from a user's PC and sending this to outsiders. Can such a program
  5398. be considered a virus? In this particular case there has been no indication
  5399. that any such thing has happened. There is nothing to indicate that
  5400. the developer used the program other than has been stated  - to protect
  5401. his rights from software piracy. The issue is more along the lines
  5402. that allowing such an undocumented "feature" in a program offers an
  5403. enormous potential opportunity for abuse from someone unscrupulous
  5404. and in general ought not to be allowed for this reason. A user has
  5405. been given no knowledge of this back door and no defense against it
  5406. if improperly used.  
  5407.  
  5408. The controversy continues in the UK in local newsgroups. The developer
  5409. steadfastly maintains that his actions were essential to prevent the
  5410. piracy of the program. His delay in publicly responding to the initial
  5411. allegations in the first few weeks has somewhat damaged his credibility.
  5412. On the other hand some of the critical outrage is being offset by admissions
  5413. from people that they were in fact illegally using the program.  
  5414.  
  5415. While insisting that his actions are justifiable and that he has done
  5416. nothing wrong Mark Gibbons has agreed to add the necessary information
  5417. to the program's documentation so that users will at least be informed
  5418. of what is happening and will have the up front option now of not installing
  5419. the program if this is unacceptable to them. This should satisfy some
  5420. of his critics. He has however no intention of making any other changes.
  5421.  
  5422. The back door as it currently exists is very limited in capabilities
  5423. and cannot apparently be used by hackers seeking entry into a system.
  5424. There is the issue of whether or not what has been done violates any
  5425. British laws or regulations, and this has not been clearly resolved
  5426. yet. The service provider, Demon, which makes this program available
  5427. on their FTP server intends to continue offering it and will remove
  5428. it only if it is found to be illegal.  
  5429.  
  5430. Questions  1. Could the developers intent not have been equally well
  5431. accomplished  through the normal nonintrusive methods employed in other
  5432. Shareware  programs without opening this can of worms? These methods
  5433. have typically  consisted of time limit or feature crippling to encourage
  5434. registration.  How far can a developer go to protect his property rights?
  5435.  
  5436. 2. Would you consider what has been done with DICS to be an acceptable
  5437. and necessary practice to fight piracy? Would you be in favor of it
  5438. being implemented by other software companies, including commercial
  5439. software companies?  
  5440.  
  5441. 3. Knowing what you now know about this program, would you be prepared
  5442. to install DICS on your PC? 
  5443.  
  5444. End case study. 
  5445.  
  5446. 92.0FTP SERV-U:  ONCE UPON A TIME IN AMERICA  In January 1995 a
  5447. new program called FTP Serv-U was released by Rob  Beckers.  An FTP
  5448. server/daemon it was well written with good security  features and an
  5449. easy to use interface. It was very well received and  was generated
  5450. some very positive reviews on newsgroups within days.  Unfortunately,
  5451. within days it was revealed that FTP Serv-U also suffered  from the
  5452. dreaded DICS disease - the author had built in undocumented  communications
  5453. capabilities into the program for the purpose of copy  protection. Specifically
  5454. (summarized from the authors explanations):  
  5455.  
  5456. Whenever started, Serv-U will contact the authors home server and  request
  5457. permission to work. Basic information such as the version number  of
  5458. the program and the requestors IP number is included with the request.
  5459. The IP number of the requesting location is automatically logged and
  5460. subsequent requests checked to see if that location has exceeded the
  5461. 30 day try out time period. A go or no-go flag is sent back to the
  5462. requesting location which will either enable or disable the software.
  5463. Once the software is registered the checks will of course no longer
  5464. be made. (For backup purposes there is also a hard wired expiry date
  5465. which will terminate the program in October 1995 in the current version.
  5466. This date will be extended out with new releases.)  
  5467.  
  5468. The information that the program is sending a message to the author
  5469. at start up was not documented. When the function was identified and
  5470. the author questioned about it he was very open and forthcoming.  He
  5471. has apologized to anyone who may have been offended by it and acknowledged
  5472. that he did not expect such a hostile reaction to this secretive protection
  5473. method.  An interim release, version 1.03 has been quickly distributed
  5474. to replace the original release. The new version clearly identifies
  5475. the method by which the 30 day try out period is enforced.  As in the
  5476. case of DICS, other than changing the documentation the author strongly
  5477. feels that this is a good method of protecting his property from piracy
  5478. and has no intention of abandoning it.  
  5479.  
  5480. As in the case of DICS, the same questions and concerns apply. Since
  5481. the author has demonstrated the ability to code in an expiry date to
  5482. prevent permanent use of the unregistered version it is again hard
  5483. to understand why it was (and is) so necessary to also resort to such
  5484. an intrusive method of property protection.  
  5485.  
  5486. DAEMONS AND SERVERS  
  5487.  
  5488. 100.1 (new)  NAME.........................  CLS-Syslogdaemon [For Windows
  5489. 3.1, WFW  3.11, Windows NT]  PRIME PURPOSE......  Syslog daemon  FILE
  5490. NAME.................  syslogd.zip  FILE SIZE...................  262,784
  5491. bytes  LATEST VERSION.....  1.0  AVAILABLE FROM.....  ftp.cica.indiana.edu:
  5492. /pub/pc/win3/winsock (or mirrors).  STATUS.....................
  5493. Freeware  DOCUMENTATION....  Basic start up instructions.  FEATURES..............
  5494. ..  Automated installation.  COMMENTS...............
  5495.  
  5496. 100.2 (new)  NAME.........................  InterAccess Telnetd   [Windows
  5497. NT]  PRIME PURPOSE......  Inet daemon and Telnet daemon.  FILE NAME..............
  5498. ...  interact.exe  FILE SIZE...................  620,474 bytes  LATEST
  5499. VERSION.....  beta 2.3 released February 14,1995. AVAILABLE FROM.....
  5500. ftp.ccsi.com:     /pub/pragma  STATUS.....................  Demo. Expires
  5501. April 15, 1995.  DOCUMENTATION....  Installation instructions.  FEATURES.........
  5502. .......  ANSI and VT100 emulation. COMMENTS...............  Windows95
  5503. will be supported in a future release.  Released by Pragma Systems Inc.
  5504.  
  5505. 100.3 (new)  NAME.........................  Serv-U  PRIME PURPOSE......
  5506. FTP server  FILE NAME.................  ftpsrv10.zip  FILE SIZE..................
  5507. .  173,969  bytes  LATEST VERSION.....  1.0 February 1995  AVAILABLE
  5508. FROM.....  oak.oakland.edu:     /SimTel/win3/winsock  STATUS.....................
  5509. Full function demo.  Program stops working  30 days after it is first
  5510. used. Shareware $US 20.  DOCUMENTATION....  Fairly complete start up
  5511. and use instructions.  FEATURES................  Supports multiple simultaneous
  5512. access and  anonymous users. Lots of security options.  COMMENTS...............
  5513. See the comments on this program elsewhere  in this listing in section
  5514. 92.0.  
  5515.  
  5516. 100.4 (new)  NAME.........................  SerWeb  PRIME PURPOSE......
  5517. WWW server.  FILE NAME.................  serweb03.zip  FILE SIZE.................
  5518. ..  277,504  bytes  LATEST VERSION.....  .3   November 1993  AVAILABLE
  5519. FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock (or mirrors).
  5520. STATUS.....................  Free for non commercial use.  DOCUMENTATION....
  5521. Basic start up instructions.  FEATURES................  Can run in
  5522. the background while other tasks  are being performed.  COMMENTS...............
  5523. Functional, but no longer being developed by  its author.  
  5524.  
  5525. 100.5 (new)  NAME.........................  Telnet Daemon  for Borland
  5526. Pascal 7 PRIME PURPOSE......  Telnet daemon.  FILE NAME.................
  5527. pastel10.zip  FILE SIZE...................  26,478  LATEST VERSION.....
  5528. 1.0  AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock
  5529. (or mirrors).  STATUS.....................  Public Domain.  DOCUMENTATION....
  5530. Introductory comments.  FEATURES................COMMENTS...............
  5531. A demo based on Borland Pascal 7 from Mike  Caughran. This is not really
  5532. a finished product, but is more suitable  for someone with the capability
  5533. to put a little work into it.  
  5534.  
  5535. 100.6 (new)  NAME.........................  WFTPD  (Winsock FTP Daemon
  5536. for Windows  3.1 and NT)  PRIME PURPOSE......  FTP daemon.  FILE NAME............
  5537. .....  wftpd196.zip  FILE SIZE...................  165,232  bytes  LATEST
  5538. VERSION.....  1.96  January 1995  AVAILABLE FROM.....  ftp.cica.indiana.edu:
  5539. /pub/pc/win3/winsock (or mirrors).  STATUS.....................
  5540. Shareware   $US 15.  DOCUMENTATION....  Start up instructions and on-line
  5541. help.  FEATURES................  Supports multiple simultaneous access
  5542. and  anonymous users.  COMMENTS...............  Some features crippled
  5543. in unregistered version  and a message that this is unregistered is
  5544. displayed to users logging  on. A fairly stable program which continues
  5545. to be developed by its  author Alun Jones.  
  5546.  
  5547. 100.7 (new)  NAME.........................  Windows Finger Daemon for
  5548. Windows Sockets  PRIME PURPOSE......  Finger daemon  FILE NAME.................
  5549. fingd100.zip  FILE SIZE...................  116,031  LATEST VERSION.....
  5550. 1.0    August 1994  AVAILABLE FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/wi
  5551. nsock (or mirrors).  STATUS.....................  Public Domain (limited),
  5552. source code included  with program.  DOCUMENTATION....  On-line help
  5553. with installation and use instructions.  FEATURES................COMMENTS........
  5554. .......  Not supported. Released by Frederick Bent.  
  5555.  
  5556. 100.8 (new)  NAME.........................  Windows httpd  PRIME PURPOSE......
  5557. WWW Server  FILE NAME.................  whttpd.zip  FILE SIZE...................
  5558. 664,684  bytes  LATEST VERSION.....  1.4a    January 1995  AVAILABLE
  5559. FROM.....  http://www.alisa.com/win-httpd/    ftp.alisa.com:     /pub/win-httpd
  5560. STATUS.....................  Free for personal and educational use.
  5561. DOCUMENTATION....  Start up and operating instructions spread out in
  5562. a number of text and HTML documents.  FEATURES................  Support
  5563. for forms and image mapping. Handles  up to 16 simultaneous users. Basic
  5564. security features.  COMMENTS...............  An easy to get up and running
  5565. package. If unzipping  with pkunzip, use the -d option to properly create
  5566. all of the subdirectories.  There are some problems with Trumpet 2.0b
  5567. when running this in full  multithreading mode.  
  5568.  
  5569. 100.9 (new)  NAME.........................  WinSmtp  PRIME PURPOSE......
  5570. Mail Daemon  FILE NAME.................  ssmtp105.zip  FILE SIZE.................
  5571. ..  220,607   bytes  LATEST VERSION.....  1.05  February 1995  AVAILABLE
  5572. FROM.....  ftp.cica.indiana.edu:    /pub/pc/win3/winsock (or mirrors)
  5573. ftp.metrics.com:     /smtp  STATUS.....................  Shareware
  5574. $CDN 50 within Canada, $US 50  USA and elsewhere.  DOCUMENTATION....
  5575. Minimal in this unregistered version. FEATURES................  SMTP
  5576. and POP3 support for sending and receiving  mail. Support for MAPI in
  5577. a future release. UUencode support only at  present, MIME and BinHex
  5578. in the next release. Automated installation.  COMMENTS...............
  5579. Some features are crippled in unregistered  version. From Jack De Winter.
  5580. As more features are added this program  may go commercial.  
  5581.  
  5582. EMBED CDraw  File Name:  winter10.doc  Release date: February 27, 1995
  5583.  
  5584. Errors and Omissions: Every effort is made to ensure completeness and
  5585. accuracy of the above information. Corrections are appreciated, and
  5586. will be incorporated into a subsequent update. This file has been
  5587. uploaded to the prime sites: 
  5588.  
  5589. ftp.cica.indiana.edu:    /pub/pc/win3/winsock  oak.oakland.edu:   /SimTel/win3/wi
  5590. nsock  
  5591.  
  5592. The Winsock Client List may be freely distributed to all mirror FTP
  5593. sites provided that this is done with the contents unchanged and in
  5594. its current format (zip file) only.  It may be included in authorized
  5595. SimTel and CICA CD-ROM collections with contents unchanged and in its
  5596. current format only. All other use, including all other CD-ROM collections,
  5597. requires written permission. This document is Copyright  1995 by Ed
  5598. Sinkovits.  It is intended for your personal use only.      Ed
  5599. Sinkovits      Internet: edsink@mail.mbnet.mb.ca      CompuServe:  
  5600. 73003,3065  EMBED CDraw
  5601.  
  5602. PAGE
  5603.  
  5604. PAGE  93  
  5605.  
  5606. @>:X="  ~   on  
  5607.  
  5608. nC (x$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$
  5609. U$U$U$UIUI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU
  5610. $UIUmUUUU$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImI
  5611. IIImm$mImmmmmm$Im$Im$Im$Imq(1(((q(1(q(1(((1(((1(1(q(q(1(q(1(q((()((((()((((((()
  5612. ()q(1(q(1(1(((1(((1(1(((1((1(((1((q(1(q(q(q(q(q(q(1(1(q(q((q(q((((((((((((((((((
  5613. ((((((((((((((((((((((((((q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(q
  5614. (1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q((((1(((1(((1(((1(1(((1(((1(((1(((1(((1(((
  5615. 1(((1(((1(((((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1)((((
  5616. ((()((((((()((((()((((((()((((((()((((((()((((((()((((((()((((((((((()((((((()((
  5617. (()((((((()((((((()((((((()((((((()((((((()((((((()((((((()((((q(1(q(1(q(1(q(1(q
  5618. (1(q(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(q(1q(1(q(1(1(q(1(q(1(q(1(1(q(1(q(
  5619. 1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(((1(((1(((1(((1(((1(((1
  5620. (1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((1(((1(((1(((1((1(((1(((1((((
  5621. 1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((q(1(q(q(q(1(q(q(q(1(
  5622. q(q(1(q(q(q(1(q(q(q(1(q(q(qq(q(q(1(q(q(q(1(q(q(q(1(q(q((1(q(q(q(1(q(q(q(q(q(1((q
  5623. ((q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(qq((((((((((((((((
  5624. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5625. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((q(1(q(1(q(1(
  5626. q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q1(q(1(q(1
  5627. (q(1(q((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((q1(((1(((1(((1(((
  5628. 1(((1(((1(((1(1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(
  5629. (1(((1(((1(((1(((1(((1(((1(((1(((1(((1((((1(((1(((1(((1(((1(((1(((1((((1q(1(q(1(
  5630. q(1(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1
  5631. (q(1(q(1(q((q(1(q(1(q(1(q(1(q(1(q(1(q(1(qq(1(q(1(q(1(q(1(q(1(q(1(q(1(qq(1(q()(((
  5632. (((()((((((()((((((()((((((()((((()((((((()((((((()((((((()((((()((((((()(((((((
  5633. )((((((()(((((()((((((()((((((()((((((()(((((()(((((((((q(1(q(1(q(1(q(1(q(1(q(1(
  5634. q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(11(q(1(q(1(q(1(q(1(q(1(q(1(q(1q(
  5635. 1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1q(11(((1(((1(((1(((1(((1(((1(((1(((1(
  5636. ((1(((1(((1(((((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((((((1(((1
  5637. (((1(((1(((1(((1(((1(1(((1(((1(((1(((1(((1(((1(((1(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q
  5638. (q(1(q(q(q(1(q(q(q(1(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1
  5639. (qq(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q((q((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(
  5640. q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(
  5641. q(1(q(1(q((q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(qq(1q(1(q(1(q(11(((1(((1(1(((1(((1(((
  5642. 1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((((1(((1(((1(((1(((1(((1((1(((1(((1((
  5643. (1(((1(((1(((1(((1(((1((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((((((((1(((1(((1((
  5644. (1((q(1(q(1(qq(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(1(q((q(1(q(
  5645. 1(q(1(q(1(q(1(q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q((q1(q
  5646. (1(q(1(q(1((((()((((((()(((()((((((()((((((()((((((()((((((()((((((()((((((((()(
  5647. (((((()((((((()((((((()(((((()((((((()((((((()((((((()((((((()((((((()((((((((((
  5648. ((((((((q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(
  5649. q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q((11((((
  5650. 1(((1((((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((1(((
  5651. 1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((1(((1(((1(((1(((1(((1(((1(((1(((1(((1
  5652. (((1(((1(((1((1(((1((((1(((1(q(q(q(1(q(q((q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(
  5653. 1(q(q(q(1(q((q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q((q(q(q(1(q(q(q(1(
  5654. q(q(q(1(q(q(q(1(q(q(q(1(q((1(q(q(q(1((q(1(q(q(q(1(q(((((((((((((((((((((((((((((
  5655. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5656. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5657. (q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q1(q(1(q(1(
  5658. q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q1(q(
  5659. 1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q((1(((1(1(((1(1(((1(((1(((1(((1(((1(((1(((1(((1
  5660. (((1((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((1(((1(((1(((1(((1(((1(((1((
  5661. (1(((1(1(((1((1(((1((((((1(((1(((1(((((1(((1(((1(((1(((1(((1(((1((1(((()((((((((
  5662. (((((()((((((()((((((()((((((()((((((()(((((()((((((()((((((()((((((()((((((()((
  5663. ((((()(((((()((((((()((((((()(((((((((((()((((()((((((()((((((()((((((((()((((((
  5664. ()((((((()((((()((((((()((((((()((((((()((((((()1(q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1
  5665. (q(1(q(1(q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q1(q(1(q(1(q
  5666. (1(q(1(q(1(q(1(q(1q(1(q(1(q1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q((q(1(q(1(q(1(q(1(q(1(
  5667. q(1(q(1(q(1(q(11(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(11(q(1(q(1(q(q(((1(((1(((
  5668. 1(((1(((1(((1(((11(((1(((1(((1(((1(((1(((1(((1(((1(((1((((((1(((1(((1(((1(((1(((
  5669. 1(((1(((1(((1(((1(((1((1(((1(((1(((1(((1(((1(((1((1(((1(((1((1(((1(((1(((1(((1((
  5670. (1(((1((((1(((1(((1(((1(((1(((1(((1(((1(((1((((1(((1(((1(((1(((1(((1(((1(((1(((1
  5671. (((1(((1(((1(((1(((1(((1(((1(((q(q(1(q(q((1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(
  5672. q1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(qq(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(
  5673. 1(qq(q(1(q(q(q((q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q((q(q(q(1(q(q(q(1(q(q(q(1(q(q(q
  5674. (1(q(q(q(1(q((1(q(q(q(1(q(q(q(1(q(q(q(1(((((((((((((((((((((((((((((((((((((((((
  5675. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5676. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5677. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5678. ((((((((((((((q((1(q(1(q(1(q(1(q(1(q(q1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q
  5679. (1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q1(q(1(q
  5680. (1(qq(1(q(1(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(
  5681. q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(qq(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(1((((1(
  5682. ((1(((1(((1(((1(((1((((1(((((1(((1(((1(((1(((1(((1(((1((1(((1(((1(((1(((1(((1(((
  5683. 1(((1(((1(((1((((((1(((1(((1(((((1(((1(((1(((1(((((1(((1(((1(((1(((1(((1(((1(((1
  5684. (((1(((1(((((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((((1(((1(((1(((1(((1(((1(((1(
  5685. ((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(q((1(q(1(q(1(q(1(q(1(q(1(q(1(q1(
  5686. q((1(q(1(q(1(q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1(q(1(q(1(q(1(1(q1(1(q(1(q(1(q(1((1(q(
  5687. 1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(qq(1
  5688. (q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(
  5689. (1(qq(1(q(1((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q
  5690. (1(1(q((q(1(q(1(q(1(q(1q(1(q(1(q(1((1(q(1(q(1(q(1(q(1(qq(1(q(1(q(1(1(q(1(q(1(q(1
  5691. (q(1(q(1(q(1(q(1(q(1(q(1(q((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(
  5692. 1(q(1(q(1(q(1(q(1(q(1(q(1(1(((1(((1(((1((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((
  5693. (1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((((((1(((1(((1(((1(((1(((1((((((1(((1(((
  5694. 1(((1(((1((1(((1(((((1(((1(((1(((1(((1(((1(((1(((1(((1((((1(((1(((1(((1(((1(((1(
  5695. ((1(((1(((1(((11(((1(((1(((1(((1(((1(((1(((1(((1(((1(((11(((1(((1(((1(((((q(q(q(
  5696. 1(q(q(q(1(q(q((q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1
  5697. (q(q(1(q(q(q(1(q(q((q(q(1(q(q(q(1(q(q(q(1(q(q(q(q(1(q(q(q(1(q(q(q(q(1(q(q(q(q(q(
  5698. q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(q(q(1(q(
  5699. q(q(1(q(q(q(1(q(q(q(1(q(q(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1((q((((((((((((((((((((
  5700. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5701. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5702. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5703. ((((((((((((((((((((((((((((((((((((((((((((((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(
  5704. (1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(q(1(q1(q(1(q(1q(1
  5705. (1(q(1(q(1(q1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q1(q1(q(1(q(1(q(1(q(1(q(1(q(
  5706. 1(q(11(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q
  5707. (1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((1(q(1(1(((1(((1(((1(((1(((1(((1(((1(((1((1(((1((
  5708. (1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((((1(((1((1(((1(((1(((1(((1((((1(((1
  5709. (((1((1(((1(((1(((1((((1(((((1(((1(((1(((1(((1((((1(((((1(1(((1(((1(((1(((1(((1(
  5710. ((1(1(((1(((1(((1(((1(((1(((1(((1(((1((((1(((1(((1(((1(((1(((1(((1(((1((((((1(((
  5711. 1(((1(((1(((1(((1(((1(((1((((((1(((1(((1((((((q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(
  5712. q(1((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(q(1(q(1(q(1(q(1(q(1((11(q(1(q(1(q((q(1(q(
  5713. 1(q(1(q(1(q(1(q(1(q(1(q(1(q((q(1(q(1(q(1(q(1(q(1(1(q(1(qq(1(q(1(q(1(q(1(q(1(q(1(
  5714. q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(
  5715. q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q
  5716. (1(q(1(q1(((((()((((((((()((((((()((((((()((((((()(()((((((()((((((()(((()((((((
  5717. ()((((((()((((((()((()(((((()(((((((((((((()((((((()((((((()((((((()(((((()(((((
  5718. (()((((((()((((((()(((((()((((((()((((((()((((((()((((((()((((()((((((()((((((()
  5719. ((((((()(((((((((((()((((((()((((((()((((((()(((()((((((()((((((()((((((()(((((
  5720. (((((()((((((()((((((()((((((()(((((((((()((((((()((((((()((q(1(q(1(q(1(q(1(1(q(
  5721. 1(q(1(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1
  5722. (1(1(q1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1q(1(q(
  5723. 1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(
  5724. 1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((1
  5725. (q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(qq(1(q(q(q(1(q(q(q(1(q(q(q(1(1(q(q(q(1(q(q(q(1(q(
  5726. q(q(1(q(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q1(q(q(q(1(
  5727. q(q(1((q(q((q(q(q(1(q(q(q((1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1q(q(q(1(q(q(q(1(q(q(
  5728. q(1(q(q(q(1(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(qq(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q1(q(q(
  5729. q(1(q(q(q(1(q(q(q(1(q(q((q(q(1(q(q(q(1(q(q(q(1(q(q(q(1((1(q(q(q(1(q(q(q(1(q(q(1
  5730. 1(q(q(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5731. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5732. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5733. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5734. ((((((((((((((((((((((((((1(q(11(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q
  5735. (1(q(1((1(q(1(q(1(q((q((q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q1(q(1(q(1(q(1(q
  5736. (1(q(1(q(1(q((q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q((1(q(1
  5737. (q(1(q(1(q(1(q(1(q(1(q((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(
  5738. 1((1(q(1(q(1(q(1(q(1(q(1(q(1(1(q(1(q((11(((1(((1(((1(((((1(((1(((1(((1(((1(((1((
  5739. (1(1(((1(((1(((1(((1(((1(((1((((1(((1(((1(((1(((1(((1(((1(1(((1(((1(((1(((1(((1(
  5740. ((1(((1((1(((1(((1(((1(((1(((1(((1(((((1(((1(((1(((1(((1(((1(((1((((1(((1(((1(((
  5741. 1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((((((1(((1
  5742. (((1(((1(((1(((1((((((1(((1(((1(((1(1(1(((1((((1((((1(q(1(q(1(q(1(q(1(q(1(q(1(q(
  5743. (1(q(1(q(1(q(1(q(11(q(1(1(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q
  5744. (1(q(1(q(11(q(1(q(1(q((q(1(q(1(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q(1(q(1(q(1(q(1(q(
  5745. 1(1(q(1(q(1(q(1(q(1(q(1(q(1(qq(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1
  5746. (q(1((1(q(1(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(q(1((q(1(q(1(q(1(q(1q(1(q(
  5747. 1(q(1(q(1(q((((()((((((()((((((()((((((()(((((((()((((((((((()((((((((()(((()(((
  5748. (((()((((((()((((((()((((((()((((((()((((((()((((((()((((((()(((((()((((((()((((
  5749. ((()((((((()((((()((((((()((((((()((((((()(((()((((((()((((((()((((((((((()(((((
  5750. (()((((((()(((((((((()((((((()((((((()(((((((((()((((((()((((((()()((((((()(((((
  5751. (()((((((()(((((((()((((((()((((((()(((((((()((((((()((((((()((((((()(1(((1(((1(
  5752. ((1(((1(((1((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((1(((1(((1(((1(((1(((
  5753. 1(((((1(((1((1((1(((1(((1(((1(((1((((1(((((1(((1(((11(((1(((1(((1(((1(1((1(((1((
  5754. (1(1(((1(((1(((1(((1(((1(((1(1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(
  5755. ((1(((1(((1(((1(((1(((1((((((1(((1(((1(((1(((1(((((1(((1(((1(((1(((1(((1(((((1((
  5756. (1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1(((1((((((1(((1(((1(((1(q(q(q(1(q(
  5757. q(q(1(q(q(q(1((q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(qq(q(q(1(q(
  5758. q(q(1(q(q(q(1(1(q(q(q((q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q((q(1(q(q(q(q(1(qq(q((q(q(
  5759. q(1(q(q(qq(q(1(q(q(1(q(q(q(1(q(q(q(1(q(q((q(q(q(1(q(q(q(1(q(q(q(1q(q(1(q(q(q(1(q
  5760. (q(q(1(q(q(q(q(q(1(q(q(q(1(q(q(q(1((1(q(q(q(1(q(q(q(1(q(q(q(q(1(q(q(q(1(q(q(q(1(
  5761. qq(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1(q(q(q(1((q(q(((((((((((((((((((
  5762. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5763. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5764. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5765. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((
  5766. ((((((((((((((((((((((((((((((((((((((((((((((((((((((((1(q(111(q(1(q(1(q(1(q(1(
  5767. q(1(q(1(q(1(q1(q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q
  5768. (q(1(1(q(1(q(1(qq(1(q(1(q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q((q(1(q(1(q(1(q(1(q(1
  5769. (q(1(q1(q(1(q1(q(q(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1((1(q(1(q(1(q(1(q(1(q(1((1(q
  5770. (1(q(1(q(1(q(1(q((q(1(q(1(q(1(q(1(q(1(q(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q1(q(1(q
  5771. (1(q(1(q(1(q(1(q(1q(1(q((q((1(q(1(1(q(1(q(1(q1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q
  5772. q(1(q(1(q(1(q(1(q(11(q(1(q(1(q(1(q(1(q(1(q(1q(1(q(1(q(1(q(1(q(1(1(q(1(q(1(q(1(q(
  5773. (((()((((((((((((()((((()((()((()()((((((()((((((((()((((((()(((()((((((()((((((
  5774. ()((((()((((((()((((((()(((((()((((((()(()((((((()((((((()(((q(1(q(1(q(q(1(1(q(q
  5775. 1((1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1((q(1(q(1(q(1(q(1((1((1(q(1(q(q(1(q(1(((
  5776. 1(((1(((1(((1(((1(((1((((1(((1(((1(((1((((1(((1(((1(((1((((1(((1((((((((((((((((
  5777. (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((q(1
  5778. (1(q(1(q(1(q(1(q(1(q1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(1(q(11(q(1(q(1(q
  5779. (q(1(q(1q(1((1(q((q1(q(1(q((1(q(1(q(1(q((1(q(1q(1(q(1(q(1(q1(q(1(q(1(q(1((1(q(1(
  5780. q(1(q(1((q(1(q(1(q(1(q((1(q(1HHHHHHHHHHHHHHHH??????????????????????????????????
  5781. ????????????????H???????????????????HHHHHHHHHHHHHHH???????????????@HHHH????????
  5782. ????????HHHHHHHHHHH???????????????????????????????????????????????????????????@H
  5783. ???????????????????????HH?????????????H@??????HHHHHHHHHHHHHHHHHH????HHHH???????
  5784. ?????????????????HHHH?????????????????????????????????????????????????????????H
  5785. H??????????????????????????????HHHHHHHHHHHHH??????????????????HH?????????HH????
  5786. ???????????????????@HHHHHHHH@???????????HHHHHHHHHHHHHHHHHHHHHHHHHHH@
  5787.  
  5788. !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmno
  5789. qrstuvwxyz{|}~HHHHHHHHHHHHHRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRR
  5790. RRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRR[[R[R[R[R[
  5791. R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[RR[R[R[R[R
  5792. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[RRRRRRRRRR
  5793. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5794. [R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5795. RRR[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRR
  5796. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[[R[
  5797. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRR
  5798. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R
  5799. [RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5800. R[R[R[[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5801. R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRR
  5802. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5803. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5804. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5805. R[R[R[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRHHHRRRRRRRRRR
  5806. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5807. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R
  5808. [R[RR[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5809. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5810. R[R[R[R[R[[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5811. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5812. RRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[RR[R[
  5813. RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5814. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[
  5815. R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5816. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5817. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5818. RRRRRRRRRRRRRRRR[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[R[R[R
  5819. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5820. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R
  5821. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5822. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5823. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5824. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5825. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5826. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5827. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5828. R[R[R[R[R[R[R[R[R[R[R[R[RR[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5829. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5830. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRR
  5831. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5832. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5833. RRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[
  5834. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R
  5835. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5836. [R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5837. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5838. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5839. RRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[H
  5840. HHR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5841. [R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5842. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5843. RRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R
  5844. [R[R[[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5845. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5846. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5847. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5848. [R[R[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[
  5849. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[RRRRRRRRRRRRRRRRRRRRR
  5850. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5851. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5852. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5853. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5854. RRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[
  5855. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[R
  5856. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRR
  5857. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5858. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[
  5859. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[R[R[R[R[R[R[R[R[R[R[R
  5860. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[
  5861. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5862. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5863. RRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R
  5864. [R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[RRRRRRRR
  5865. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[
  5866. R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[RR[R[R[
  5867. R[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
  5868. RRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R
  5869. [RR[R[R[R[R[R[R[R[R[RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR[R[R[R[R[RRRz:!1D;
  5870.  
  5871.  
  5872. (
  5873. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5874. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5875. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5876. mmmmmm$Im$Im$Im$Imz:!1D;   
  5877.  
  5878.  
  5879. (
  5880. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5881. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5882. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5883. mmmmmm$Im$Im$Im$Imz:!1D;   
  5884.  
  5885.  
  5886. (
  5887. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5888. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5889. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5890. mmmmmm$Im$Im$Im$Imz:!1D;   
  5891.  
  5892.  
  5893. (
  5894. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5895. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5896. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5897. mmmmmm$Im$Im$Im$Imz:!1D;   
  5898.  
  5899.  
  5900. (
  5901. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5902. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5903. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5904. mmmmmm$Im$Im$Im$Imz:!1D;   
  5905.  
  5906.  
  5907. (
  5908. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5909. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5910. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5911. mmmmmm$Im$Im$Im$Imz:!1D;   
  5912.  
  5913.  
  5914. (
  5915. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5916. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5917. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5918. mmmmmm$Im$Im$Im$Imz:!1D;   
  5919.  
  5920.  
  5921. (
  5922. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5923. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5924. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5925. mmmmmm$Im$Im$Im$Imz:!1D;   
  5926.  
  5927.  
  5928. (
  5929. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5930. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5931. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5932. mmmmmm$Im$Im$Im$Imz:!1D;   
  5933.  
  5934.  
  5935. (
  5936. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5937. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5938. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5939. mmmmmm$Im$Im$Im$Imz:!1D;   
  5940.  
  5941.  
  5942. (
  5943. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5944. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUm 
  5945.  
  5946. !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPVST\U]WXYZ[a^_`bcdefghijklmnopq
  5947. rstuvwxyz|}~UUUUUU$UIUmUUUUUU$UIUmUUUU$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$I
  5948. m$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Imz:!1D;   
  5949.  
  5950.  
  5951. (
  5952. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5953. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5954. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5955. mmmmmm$Im$Im$Im$Imz:!1D;   
  5956.  
  5957.  
  5958. (
  5959. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5960. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5961. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5962. mmmmmm$Im$Im$Im$Imz:!1D;   
  5963.  
  5964.  
  5965. (
  5966. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5967. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5968. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5969. mmmmmm$Im$Im$Im$Imz:!1D;   
  5970.  
  5971.  
  5972. (
  5973. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5974. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5975. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5976. mmmmmm$Im$Im$Im$Imz:!1D;   
  5977.  
  5978.  
  5979. (
  5980. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5981. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5982. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5983. mmmmmm$Im$Im$Im$Imz:!1D;   
  5984.  
  5985.  
  5986. (
  5987. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5988. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5989. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5990. mmmmmm$Im$Im$Im$Imz:!1D;   
  5991.  
  5992.  
  5993. (
  5994. $Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$ImUU$UIUmUUUUU$U$$U$IU$mU$U$U$U$UI
  5995. UI$UIIUImUIUIUIUIUmUm$UmIUmmUmUmUmUmUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUUUUU$UIUmUUU
  5996. U$Im$$$$I$m$$$$II$IIImIIIImm$mImmmmmm$Im$Im$Im$Im$Im$$$$I$m$$$$II$IIImIIIImm$mI
  5997. mmmmmm$Im$Im$Im$Im_846074005  FP71b-1bOle  PIC  LMETA  
  5998.  
  5999. -Z~  D>  FCorelDRAW! GraphicCDrawCDraw>    >    RIFFlCDR  vrsn,LISTINFOtxthLISTpa
  6000. geid  CompObj 
  6001.  
  6002. K ObjInfo&'()*+,-./056789  @Ole10NativeHIJKLMNOPUVWXY  `Ole10ItemNameijklmnopuvwx
  6003. y  LISTgobjLIST  layrflgslobj!!  ! dLayer 1LISTobj flgs*lobj  Vh  d"1Ddd<oddd<LIS
  6004. T6layrflgs  lobj
  6005.  
  6006. ddGuidesLIST4layrflgslobj  
  6007.  
  6008. ddGridmcfgf|fhBhB2d2ddd>    Item1>    >  LH9)>    >    vtrp_846074094
  6009. Fc1b@eu1b  Ole  PIC  
  6010.  
  6011. LMETA  H
  6012. k h
  6013. --  - -$_  1_  hh_  _  1 -Z~  D>  FCorelDRAW! GraphicCDrawCDraw>
  6014. >    CompObj 
  6015.  
  6016. %K  ObjInfo&'()*+,-./056789'@Ole10NativeHIJKLMNOPUVWXY(`Ole10ItemNameijklmnopvwxy
  6017. 7  RIFFlCDR vrsn,LISTINFOtxthLISTpageid  LISTgobjLIST  layrflgslobj!!
  6018. ! dLayer 1LISTobj flgs*lobj  Vh  d"1Ddd<oddd<LIST6layrflgs  lobj
  6019.  
  6020. ddGuidesLIST4layrflgslobj  
  6021.  
  6022. ddGridmcfgf|fhBhB2d2ddd>    Item1>  
  6023.  
  6024. -
  6025. .
  6026. H
  6027. V
  6028. `
  6029.  
  6030. &
  6031. $  opq  
  6032.  
  6033. or=F%     uD,D ]c  uD  ]c  U]b  c
  6034. U]^c  uD4 ]c  U]b  c$  uD ]cV]cU]c]^c  U]^b  c$  U]^bc]c]  uDx"]@ 
  6035. ##$$)))))*****  *8*9*:***+  +W+]+w+}+++h,n,-  -"-#-:-K-W-0001   1123
  6036. 4(445057555555555  uD ]c  uD ]c  uD$q ]c  U]b  c$  uDZ ]c  U]b  c]^c
  6037. U]^b  c]bcU]c  U]bc  U]^bc  U]^b  c
  6038. U]^c]c  U]^bc<555J7M7N7l7z7{7=====>+>,>hDsDtDvDDDlFmFuFFFF  L  LLL0LMLNLAOBOEOFOd
  6039. OxO[S\S_S`S~SSUUUV$V%VXXXXXX\\\\\\0a1a4a5aSa]bc  U]^bc  U]bc]bc  U]^b
  6040. c]  U]b  c]bc  U]^bcU]c  U]bc]c]b   U]^b  c$FSaZa[aIdJdSdrd{d|dRg\g^g_gcgggllymmm
  6041. mmmbncnfngnnnnpppppprrs  s.s/siuuuuuz5z{  {~~~~$~+~8>?&]bcU]c]b  
  6042. U]^b  c$]bc  U]^b  cU]c  U]bc  U]b  c
  6043. U]^bc  U]bc]]c]bc  U]^bcD&  ~&/8Bep  !"#&'Ekl]bc]b   U]^bc  U]bcU]c
  6044. U]^b  c$]bc  U]b  cU]c  U]^bc  U]bc]]bc  U]^b  c]cD ?GLMWab8>IJMl 
  6045. )*&'*IP )/3  U]^c]c]bcU]c  U]^b  c$]b   U]b  c]bc  U]bc]  U]^bc]cL
  6046.  
  6047. XY\{  <IJ=GHIXi=>A`il]b347Vab *1"57]bcU]c  U]b  c]bc  U]bc]b  
  6048. U]^b  c$U]c]]bc  U]^bc]c]c  U]bcH!()pqtu  
  6049.  
  6050. 256@AB  . 
  6051.  
  6052. *2@AEFdklU]c]bc  U]bcU]c]b   U]^b  c$]bc  U]^b  c
  6053. U]b  c
  6054. U]^c]  U]^bc]c]bc  U]bcEZawx|}  (   
  6055.  
  6056. n
  6057. x
  6058. %&)*7Z[_`~]bc]bc  U]^b  c
  6059. U]b  c]bc  U]bc]  U]^bc  U]^bc  U]bcU]cV]c  U]^cU]c]cEDEIJhPQUVt{ 
  6060. 1 7 8 !!!!" "!"%%%%%%%)))S  W-X-v--2222222  3  33444444477777888);*;.;/;M;e;
  6061. U]b  c]bc  U]^bc  U]bc  U]^b   U]^b  c$]bc  U]^c  U]^bc]bc  U]bc]]cHe;>>>>>>+A6A7
  6062. A8A<A=A[AaAbAAAAAAADDDDEE|I}IIIIIIJJOOOOOOePrPRRRRRSSSS4S9S  VVVVVW
  6063. WZZZZ  [[]]^^  ^(^)^abbU]c  U]^b  c$  U]b  c]bc]bc  U]^b  c
  6064. U]^bc]bc  U]bc]]cNbb#b6b7bMcNceeeeeeehhh$h:h@h'i7i8iTkUkYkZkxkkkooooooopp1r@rssss
  6065. 9s>s@s?t  @tuuuwwwwwyyy~~~~5~R~S~28  U]^bc  U]bcV]cU]c]b   U]^b  c$
  6066. U]b  c
  6067. U]bc]]bc]bc  U]^bc]c]bcG  cdhiJKOPnvw %,{|#BHJ '(*EFGlmqr+,  U]b  c$
  6068. U]^bc  U]bc]bc]  U]b  c]bcU]c]b   U]^b  c$  U]^bc]c]bc  U]bcG,01O|}tuyzyz~RSWXv|~
  6069. %0  U]bc  U]^cU]c]b   U]b  c$  U]^b  c$]bc]]bc  U]^bc]c]bc  U]bcI
  6070. #$()GTWX\]{)*/0NTU+19FPQS`a%&*+I}U]c  U]^b  c$]b   U]^c]bcU]c]bc 
  6071. U]bc]]c  U]^bc  U]^bcL"#AIJ    7HI#$Blmetu<CDtu~'$  U]b  c]bc  U]b 
  6072. c$U]c  U]^b  c$]bc  U]^bc  U]bc]  U]^c  U]^bc]bc  U]bc]c]b  cD$%{| $%CVWYZ^_}T^
  6073.  
  6074. ;
  6075. G
  6076. (  4  045S]^:E1267U]`=>Calqr|:D  ]bcU]c  U]^b  c$  U]b
  6077. c
  6078. U]^bc]bc  U]bc]]c  U]^cP""""""""5'6':';'Y'^'*******L/M/W/X/v/////@4E4555555T8U8Y8
  6079. Z8x8888888  <3<<<==>>0@5@bAcAgAhA]cU]c  U]^bc]bc  U]bc]]bc  U]^bc]bc
  6080. U]bcU]c  U]^c  U]b  c]cV]cFhAAAAB  BBBCCqJvJL$LNNjPuPvPwPPPPPPHUIUMUNUlUrUZZZZZZZ
  6081. ``aab&bccccdddgggiiiiiiikkkkkkU]c  ]b   U]^b  c$]bc  U]bc  U]^bc]bc
  6082. U]bc]]bc  U]^b  cU]c  U]b  c]bc  U]^bc]cBkkkkGmHmLmMmkmqmrm7o8o<o=o\ooGqIqJqKqaqb
  6083. q  r
  6084. r4r5rvvww"w+w.wxxxxyy!y"y}}}}}}}!  
  6085.  
  6086. )01YZcks  U]^c]bcU]c]b   U]^b  c$  U]^b  c  uD ]c  U]b  c$  uD ]c]bc
  6087. U]bc]]bc  U]^bc]cCsFGLjopuz{0156TZ[#$BXYuNOPTUsy}1267U  U]b  c]bc]bc
  6088. U]^bc]bc  U]bcU]c  U]^b  c$]]c]b  cNUY[\ehefjkFGKLjmq/1H<DE!'(  "#
  6089. U]^bc  U]bcV]c]b  cU]c  U]^b  c$  U]^b  c]bc  U]bc]]c]bc]bc  U]^bcG~v~
  6090. -.9A1267U`aEJstxy"#$()GU]c  U]^b  c]bc]bc]bc  U]bc]  U]^bc  U]^bc 
  6091. U]bcV]c  U]^c]c]b   U]^b  c$DGRNPst#):?I  3
  6092. !"9:  )
  6093.  
  6094. wx|}@A  U]^cV]c]U]c]bc  U]bcU]c  U]b  c]b   U]^b  c$]bc]c  U]^bcJAEFduNOSTrxystxy
  6095. 3.4.8.9.W.].^.]/^/66666667(<.<><H<<<<<=="=*=@@@@@@@CCCCCCEEEEFFFHHHMM
  6096. M
  6097. M
  6098. U]b  c
  6099. U]^b  c]bcU]c]b   U]^b  c$]bc]  U]^bc]c]bc  U]bcL  M)M1M2MNNFPGPKPLPjPrPsPRRRRR
  6100. S SVVVVVVVVYYYY$Y*Y+Y,Ya\b\k\s\{\\\\\\^"^^^@_J___1`:`Q`W```  a7aaaaaaaaa~cc$d
  6101. U]^c  U]^b  cU]c  U]b  c
  6102. U]^b  c$]b  c]bc  U]bc]]bc]bc  U]^bc]cH$d*deeTfYfff?gEgNgOggggghhxhyhhhhhhh
  6103. l&llllmmmooooooppprrrrstttuQwRwWwwxx9yDy{{{{_~e~y~~~~~  U]^cU]c  U]^bc]bc
  6104. uD  ]c  U]b  c$  uD ]c]bc  U]bc]U]c  U]b  c]cV]cF~~wx}!23pq67<ywx}~UV[wJKrsxN`rIJ
  6105. Oq./4W]|Wr  U]bc]bc  U]^b  c
  6106. U]b  cU]c  U]^bc]b  c
  6107. U]bc]U]c]c  U]^cKtuz/_cg34:;>W"347I  U]b  c]bc  U]bc  U]^cU]c]bc
  6108. U]^bc  U]bc]]c  U]^bcN'(+  STZh3=$q r s     U]^bc  U]bc  uD~]c
  6109. uDxh]c]^c]]b  c  uDQ]c  uD;]c]b U]b  U]^bc  U]bc]bc  uD%]c  U]b  c$
  6110. uD  ]cU]c]c8    j  k  v               e
  6111.  
  6112. B  C  N  m  s  t  st+,:;Felmvz{!!!!5"6"D"  U]b  c]b  c
  6113. uDn2]KuDn2]vK  uD]  U]^bc  U]^b  c]b  c
  6114. U]^bc  U]bc]  U]b  c]c]bcED"E"F"G"H"J"K"Q"R"S"U"V"\"]"_"`"a"d"e"uuP
  6115. uDP]c]  uD]  uDn2]KuDn2]vKno      
  6116.  
  6117. 7
  6118. mnoqno @~    @~  @~  @~   ##$$9%:%%&&&'')(M(s(((((())9)@P  @`  ~
  6119. P@~  P @~  @~  %9)P)j)))**"  #----.T.U....^0_0000000001  1
  6120. 11 @~  @F@~  @~  P@P1&1K1\11111111111222!212I2P2X22222222223@~  @'
  6121.  
  6122. @P  4.3  343J3\3j3333334  4
  6123. 4(484O4_44444zz%  
  6124.  
  6125. @P  4<.~   
  6126.  
  6127. @P  4<.~   @~  @'  
  6128.  
  6129. @P  4(.44445/50575[555555555555I7J7N7 @~   
  6130.  
  6131. @h  4Zh.~   
  6132.  
  6133. @h  4Ph.~  @~   
  6134.  
  6135. @P  4<.~  N7}77M88889+99===.>>>>?@???@sAgDtDuDvDDlFmFvFFFG2GTGGGYIII\KK(`(
  6136. (
  6137. (
  6138. (
  6139. (
  6140. (
  6141. (
  6142. (
  6143.  
  6144. (
  6145. (
  6146. (
  6147. (
  6148. (
  6149. (((  (
  6150. (
  6151. (
  6152. (
  6153. (
  6154. (
  6155. (
  6156. (
  6157. (  @~  ~  @~  *K  L  LLNLLM<MxMMMNUNoNAOBOFOxOOOP,P|PPPsQ[S\S`SSSST?TTT7UPUUUU%V@
  6158. ~  x@~  (  @~  ~  )%VaVVVV%WTWWWXXXX$YLYyYYYZZZtZ[\\\\\\j]]]]I^``0a1a5a[aaaa
  6159. b=b(  @~  ~  @~  *=bbb6cIdJdTd|ddd  e4eeefwf^g_gdgggg  h5hshh=iijjllmJmxmmmmmbncn
  6160. gnn@~  (  @~  ~  *nnn  o1oqooooppppqAqkqqqrr7rrrs/snsssst]tttguhuiuuzz|||@~
  6161. z(  @~  ~  @~  )||~~~+~[~  ~~~'LSl?i(_&V'fT(  @~  ~  @~  *<c  -*Ht(*R~bcdep(
  6162. @~  ~  ~  @~  )!Z@~"#'lT0Z!bC(  @~  ~  @~  *CIJN.O,Nv05&'+Qp@(  @~
  6163. ~  @~  )7  
  6164.  
  6165. HgB!;  7a2L+S~ 7(  (  @~    @~  ~  (%P$>  +S),KsRp@~  (  @~  ~@~
  6166. ~  (XY]*S  _GJn;k;<=(  @~  ~  @~  *=I=>B'k348bj  HoFj4c|(  @~  ~  @~
  6167. *V}  k=)PxB{pqu@yC  ~  (~  (  @~  ~  @~   BS .b:b$= 3Y6q(N(  @~
  6168. ~  @~  @~  )Nv@AFl  'Sf\]tu  TU@~    @~  ~  @~  ),[7wx}D  
  6169.  
  6170. (
  6171. T
  6172.  
  6173. G          ~  ~  (  @~  ~  @~  )  8e  0f^Z[`Hs.aFDEJ6xPQV|(  @~  ~ 
  6174. @~  *%N  
  6175.  
  6176. 8 \    ,!z!!!!!!!"T"|""""#,#E#%%%%3&&&&?'}''(  @~  ~  @~  *''w()))),,R
  6177. S-X----.;...j/r02223K3o3333464P44444  525g5555(  @~  ~  @~  *5667778N8v8889L999);
  6178. *;/;f;;;;<`<<<  =>>>>>$?N????J@b@@*A@~   @~  ~  !  @~  ~  (*A7A8A=AbAAAA0BXBBBB_C
  6179. CC  DADDDDDEaEEEEFFFH|I}III6J*KVKKKKLL@~  (  @~  ~  *LNOOOO  PKPrPPPQIQQERRRRRSSS
  6180. <SSSSS,TeTU  UVVV W$WLWpWWWXX1X@~  (  @~  ~  *1XZZZ[S[z[[[1\~\\\]]^)^e^^^__!```za
  6181. abb7bbbbcMc  ccc/dHdeee(  (
  6182. (
  6183. (
  6184. (
  6185. (
  6186. (
  6187. (
  6188. (
  6189. (
  6190. (
  6191. (
  6192. (
  6193. (
  6194. (
  6195. (
  6196. (
  6197. (
  6198. @~  (  @~  ~  *eeef;fgfff  gg%i&i'i8iTkUkZkkk!lFlmllgmmmooooop@pjpppLquqqs(
  6199. (
  6200. (
  6201. (
  6202. (
  6203. (
  6204. (
  6205. (
  6206. (
  6207. (  @~  ~  (@  @~  ~  @~  'sssIshsssst@tttuuuuwwwwx5x^xvxxxy7yyyy~~~S~~~~~Ch@
  6208. @ ~  ~  @~    @~  ~  ((h=dP}#=cdi.Xz"JKPw'o@~  (  @~  ~  @~  ) Ll@_x:y&V
  6209. {|5^ |~  @~  (  @~  ~  )$Jo:'()*Glmr:}+,1}&a@(  @~  ~  @~   tuz"J'Ry5*W}
  6210. :@~  (  @~  ~  *=i0yz  Un$e~!0w~WRSX  (~    @~  ~  @~   6a!Iv  wM
  6211. 1`0`  Ot=(  @~  ~  @~  *={#$)U>b!XZWX]&w  )M~0(@~    @~  ~  *=d/\"k
  6212. 8<_s)*0U  @~  ~  @~  (*OPQRSa=d%&+~  5  (  @~  ~  @~  )#JXz%    I|0$m&vefu(
  6213. @~  p~  @~  x  @~  ~  @~  &DvMFi,\utu2X!Q{(  @~  ~  @~  *{%KsZ{|!H
  6214. %W~J}YZ_@~  (  @~  ~  *_):}~%  M  z    
  6215.  
  6216. g
  6217.  
  6218. q
  6219.  
  6220. B
  6221. c
  6222.  
  6223. j
  6224. 5  (  @~  ~  @~  *5  \        W.05^  1t89:E127`W$=>(  @~  ~
  6225. @~  *>C1  """";#c####.$]$v%5'6';'_''%(P(z(((<)(  (
  6226. (
  6227. (
  6228. (
  6229. @(  @~  ~  @~  )<)U)***** +5+b++b,,0  L/M/X//0;0b0{00:1l11?45555  666a6667'7@7T8U
  6230. 8Z8(  (
  6231. (
  6232. (
  6233. (
  6234. (
  6235. (
  6236. (
  6237. (
  6238. (
  6239. (
  6240. (
  6241. (
  6242. (
  6243. (
  6244. (
  6245. (
  6246. (
  6247. (
  6248. (
  6249. (
  6250. (
  6251. (
  6252. (
  6253. @~  @~  (  @~  ~  )Z8889B9r999:;=/@bAcAhAAAA  BHBBB  CLCC~DDFpJLNKNcNNiPvPwPPPPPQ
  6254. (  (
  6255. (
  6256. (
  6257. ( (
  6258. (
  6259. (
  6260. (
  6261. (
  6262. (
  6263. (
  6264. (
  6265. (
  6266.  
  6267. (
  6268. (
  6269. (
  6270. (
  6271. (
  6272. (
  6273. (
  6274. (
  6275. (
  6276. (
  6277. (
  6278. (
  6279. (@~    @~  ~  @~  )QTQQ%R^RSHUIUNUsUUU!WQWWWW  XZZZZ[;[j[[[j\\  _acccdLdsdddd;eef
  6280. (  (
  6281. (
  6282. (
  6283. (
  6284. (
  6285. (
  6286. (
  6287. ( (
  6288. (
  6289. (
  6290. (
  6291. (
  6292. (
  6293. (
  6294. (
  6295. ( (
  6296. (
  6297. (
  6298. (
  6299. (
  6300. (
  6301. (
  6302. (  @~  ~  @~  *fgggiiiijCjhjjjk@kYkkkkkklJlslllm.mGmHmMmrmmmm'nhnnnn7o8o=o((
  6303. (((  (
  6304. (
  6305. (
  6306. (
  6307. (
  6308. (
  6309. (
  6310. (
  6311. (
  6312. (
  6313. (
  6314. (
  6315. (
  6316. (
  6317. (
  6318. (
  6319. (
  6320. (
  6321. (
  6322. (
  6323. (
  6324. (
  6325. (
  6326. (@~    @~  ~  *=oooo  p9ptppp.qGqHqIqKqaqcq  r
  6327. r5rvvw4w`wwwwx=xbx|xxxx"yByfyyzLzqz(  (
  6328. (
  6329. (
  6330. (
  6331. (
  6332. (
  6333. (
  6334. (
  6335. (
  6336. (
  6337. (((  (
  6338. (
  6339. (
  6340. (
  6341. (
  6342. (
  6343. (
  6344. (
  6345. (
  6346. (
  6347. (
  6348. ( @~    @~  ~  @~  ~  (qzzz}}}}!~I~n~~~4n3})N|  1V~YZ  (
  6349. (
  6350. (
  6351. (
  6352. (
  6353. (
  6354. (
  6355. (
  6356. (
  6357. (
  6358. (
  6359. (
  6360. (
  6361. (
  6362. (
  6363. (
  6364. (
  6365. (
  6366. (
  6367. (
  6368. (
  6369. (
  6370. (
  6371. (
  6372. (
  6373. (
  6374. (
  6375. (
  6376. (  @~  ~  @~  *)P{:FGL{_}016[}'X$Y((  (((  (
  6377. (
  6378. (
  6379. (
  6380. (
  6381. (
  6382. (
  6383. (
  6384. (
  6385. (
  6386. (
  6387. (
  6388. (
  6389. (
  6390. (
  6391. (
  6392. (
  6393. (
  6394. (
  6395. (
  6396. (
  6397. (
  6398. ( (
  6399. (
  6400. (  @~  ~  @~  *Y|>q\uv*T| Tn:fKJ(  (
  6401. (
  6402. (
  6403. (
  6404. (
  6405. (((  (
  6406. ((  (
  6407. (
  6408. (
  6409. (
  6410. (
  6411. (
  6412. (
  6413. (
  6414. (
  6415. (
  6416. (
  6417. (
  6418. (
  6419. (
  6420. (
  6421. (
  6422. (
  6423. (
  6424. (  @~  ~  @~  *Jr6OPU &f127n\efkB  (
  6425. (
  6426. (
  6427. (
  6428. (
  6429. (
  6430. (
  6431. (
  6432. (
  6433. (
  6434. (
  6435. (
  6436. (
  6437. (
  6438. (
  6439. (
  6440. (
  6441. (
  6442. (
  6443. (
  6444. (
  6445. (
  6446. (
  6447. (
  6448. (
  6449. (  @~  ~  @~  *-FGLwd/01HJ0Eo+\Q](  (
  6450. (
  6451. (
  6452. (
  6453. (
  6454. (
  6455. (
  6456. ((  (((  (
  6457. (
  6458. (
  6459. (
  6460. (
  6461. (
  6462. (
  6463. (
  6464. (
  6465. (
  6466. (
  6467. (
  6468. (
  6469. (
  6470. (
  6471. (
  6472. (
  6473. (
  6474. @~  ~  (@~  *Dj3(TzX#ePx(  (
  6475. (
  6476. (
  6477. (
  6478. (
  6479. (
  6480. (
  6481. (
  6482. ((  (((  (
  6483. (
  6484. (
  6485. (
  6486. (
  6487. (
  6488. (
  6489. (
  6490. (
  6491. (
  6492. (
  6493. (
  6494. (
  6495. (
  6496. (
  6497. (
  6498. (
  6499. ~  ~    @~  ~  @~  ()Fs(e}~uv .y4xB(  (
  6500. (
  6501. (
  6502. (
  6503. (
  6504. (
  6505. (
  6506. (
  6507. (
  6508. ((  (
  6509. ( (
  6510. (
  6511. (
  6512. ( (
  6513. (
  6514. (((  (
  6515. (
  6516. (
  6517. (
  6518. (
  6519. (
  6520. (
  6521. (
  6522. (
  6523. (
  6524. (
  6525. (  @~  ~  @~  *V  9a"z127aY<^(  (
  6526. (
  6527. (
  6528. (
  6529. (
  6530. (
  6531. (
  6532. (
  6533. (
  6534. ( (
  6535. (
  6536. (
  6537. (
  6538. (
  6539. (
  6540. (
  6541. (
  6542. (
  6543. (
  6544. ((  (((  (
  6545. (
  6546. (
  6547. (
  6548. (
  6549. (@~    @~  ~  *%[styL  Fr@p#$)Sx:ZNO(  (
  6550. (
  6551. (
  6552. (
  6553. (
  6554.  
  6555. (
  6556. (
  6557. (
  6558. (
  6559. (
  6560. (
  6561. (
  6562. (
  6563. ( (
  6564. (
  6565. (
  6566. (
  6567. (
  6568. (
  6569. (
  6570. (
  6571. (
  6572. (
  6573. (  @~  ~  @~  *OPtKgTFWU~l"b8r:(  (((  (
  6574. (
  6575. (
  6576. (
  6577. (
  6578. (
  6579. (
  6580. (
  6581. (
  6582. (
  6583. (
  6584. (
  6585. (
  6586. (
  6587. (
  6588. (
  6589. (
  6590. (
  6591. (
  6592. ((  @~  ~  @~  @~  ):  
  6593.  
  6594. 2  Y      %>c6Pwx}@^(  (
  6595. (
  6596. (
  6597. (
  6598. ((  (
  6599. (
  6600. (
  6601. (
  6602. (
  6603. (
  6604. (
  6605. (
  6606. (
  6607. (
  6608. (
  6609. (
  6610. (
  6611. (
  6612. (
  6613. (
  6614. (
  6615. (
  6616. (
  6617. (
  6618. (
  6619. (
  6620. (
  6621. (  @~  ~  @@~  *SummaryInformation(82Oh+'0i   "*2  M  Uavtrp{C:\WINWORD\TEMPLATE\
  6622. NORMAL.DOT  The Winsock Client Listing  -- February 1995  The Empire
  6623. Ed SinkovitsZldMicrosoft Word 6.0]225>@AFvOlNOTy(p  sty>/  U o
  6624. $$&(  (
  6625. (
  6626. (
  6627. (
  6628. (
  6629. (
  6630. (
  6631. (
  6632. (
  6633. (
  6634. (
  6635. (
  6636. (
  6637. (
  6638. (
  6639. (
  6640. (
  6641. (
  6642. (
  6643. (((  (
  6644. @@~  (  @~  ~  *&&f,g,-  3.4.9.^..../^///J166667277778D8q889:<<<=+=k===
  6645. ( (
  6646. (
  6647. (
  6648. (
  6649. ((  (
  6650. (
  6651. (
  6652. (
  6653. (
  6654. (
  6655. (
  6656. (
  6657. (
  6658. (
  6659. (
  6660. (
  6661. (
  6662. (
  6663. (
  6664. (
  6665. (
  6666. (
  6667. (
  6668. (
  6669. (
  6670. @~  ~  (  @~  ~  @~  @(==9>>>?@@@@@  A7A]AA+BdBBCCCCD0DTD{DDDE^EEEEFDFlFFF
  6671. GGGGHH(  (
  6672. (
  6673. (
  6674. (
  6675. (
  6676. (
  6677. (
  6678. (
  6679. (
  6680. (
  6681. (
  6682. (
  6683. (
  6684. (
  6685. (
  6686. (
  6687. (
  6688. (
  6689. (
  6690. (
  6691. (
  6692. (
  6693. (
  6694. (
  6695. (
  6696. (
  6697. (  @~  ~  @~  *HHHKKKKKKKL/LLLMM  M2MfMMMMNINNOFPGPLPsPPPPPKQQQ  RRRR
  6698. SES(  (
  6699. (
  6700. (
  6701. (
  6702. (
  6703. (
  6704. (
  6705. (
  6706. (
  6707. (
  6708. (
  6709. (((  (
  6710. (
  6711. (
  6712. (
  6713. (
  6714. (
  6715. (
  6716. (
  6717. (
  6718. (
  6719. (
  6720. (
  6721. (
  6722. (
  6723. (
  6724. (
  6725. (
  6726. (
  6727. (
  6728. (  @~  ~  @~  *ESjSSSSTITcTVVVVW,WQWyWWX;XXYYYDYfYYYY/ZZZZ%[a\b\\\\\\aaaa(
  6729. (
  6730. (
  6731. (
  6732. (
  6733. (
  6734. (
  6735. (
  6736. (
  6737. (
  6738. (
  6739. (
  6740. (
  6741. (
  6742. (
  6743. (
  6744. (
  6745. (
  6746. (
  6747. (
  6748. (
  6749. (
  6750. (
  6751. (
  6752. (
  6753. (
  6754. (
  6755. (((  (  @~  ~  @~  *ab*bRbzbb$c>cWcSf>gg  hohhhhi<iciii jjckkknoooooopppr(
  6756. (
  6757. (
  6758. (
  6759. (
  6760. (
  6761.  
  6762. (
  6763. (
  6764. (
  6765. (
  6766. (
  6767. (
  6768. (
  6769. (
  6770. (
  6771. (
  6772. (
  6773.  
  6774. (
  6775. (
  6776. (
  6777. (
  6778. (
  6779. (Z@~   @~   @~  ~    @~  ~  @~  %rrrrsttttttuvvvvwwPwQwRwWwwxxxxzz{{{{{~
  6780. ~:~<~~~~~~(  (
  6781. (
  6782. (
  6783. (
  6784. (
  6785. (
  6786. (
  6787. (
  6788. (
  6789. (
  6790. (
  6791. (
  6792. (
  6793. (
  6794. (
  6795. (
  6796. (
  6797. (
  6798. (
  6799. (
  6800. (
  6801. (
  6802. (
  6803. (
  6804. (
  6805. (
  6806. (
  6807. (
  6808. (
  6809. (
  6810. @p(@~  +vwx}GH!s457<y1(  (
  6811. (
  6812. (
  6813. (
  6814. (
  6815. (
  6816. (
  6817. ( (
  6818. (
  6819. (
  6820. (
  6821. (
  6822. (
  6823. (
  6824. (Z(  (
  6825. (
  6826. (
  6827. (
  6828. (
  6829. (
  6830. (
  6831. (
  6832. (
  6833. p@~  @~  (@p(12Mwx}&'pUV[y78TJKrsx  
  6834.  
  6835. Iij(  (
  6836. (
  6837. (
  6838. (
  6839. (
  6840. (
  6841. (
  6842. (
  6843. (
  6844. (
  6845. (
  6846. (
  6847. (
  6848. (
  6849. (
  6850. (
  6851. (Z(  (
  6852. (
  6853. (
  6854. (
  6855. @0~  @x@~  x@~  (&LNOlm:;qrHIJOq@est+,;#(  (
  6856. (
  6857. (
  6858. (
  6859. (
  6860. (
  6861. (
  6862. (
  6863. (
  6864. (Z(  (
  6865. (
  6866. (
  6867. (
  6868. (
  6869. (
  6870. (
  6871. (
  6872. @@  ~  @p@~  (@  @0~  @~  %#Mwx  Gq0`-./4VW]}VWr)qef(  (
  6873. (
  6874. (
  6875. (
  6876. (
  6877. (
  6878. (
  6879. (
  6880. (
  6881. (
  6882. (
  6883. (
  6884. (
  6885. (
  6886. (Z(Z((  (
  6887. (
  6888. (
  6889. (
  6890. (
  6891. (
  6892. (
  6893. (
  6894. (
  6895. (
  6896. (
  6897. (
  6898. (
  6899. @~  (@~    @0~  @(  '(z{stuzef:<(  (
  6900. (
  6901. (
  6902. (Z(  (
  6903. (
  6904. (
  6905. (
  6906. (
  6907. (
  6908. (
  6909. (Z(  (
  6910. (
  6911. (
  6912. (
  6913. (
  6914. (
  6915. @  @~  ~@"~  (@~  @~  %<mooq^_34h}KLWn(  (
  6916. (
  6917. (
  6918. (
  6919. (
  6920. (
  6921. (
  6922. (
  6923. (
  6924. (
  6925. (
  6926. (
  6927. (
  6928. (
  6929. (
  6930. (
  6931. (
  6932. (
  6933. (
  6934. (
  6935. (
  6936. (
  6937. (Z(  (
  6938. (
  6939. (
  6940. (
  6941. (Z(  (
  6942. (
  6943. (
  6944. (
  6945. (
  6946. (
  6947. (
  6948. (@~  +9:;<=>Wd~  
  6949.  
  6950. (7 $JJIIII(7 $JJIIIIII  (7 $JJJJJJJJJJJJ234567IRx  
  6951.  
  6952. (7 $JJIIII''()IJKT\  
  6953.  
  6954. (
  6955. (
  6956. (
  6957. (
  6958. (
  6959. ((Z(  z
  6960. B   @~  @~(7 $JJJIIIIII(7 $JJIIII\]gnuvB  rB  B  rB  kB   L
  6961. Vz%JJJJJJJJJJJJJJJJJJ  L
  6962. Vz%JJJJJJJJJJJJJJJJ  L
  6963. Vz%JJJJJJJJJJJJJJ+,  B  B  rB  B  rrr  L
  6964. Vz%IIIIIIIIIIII  L
  6965. Vz%IIIIIIIIIIIIIIIIII  ./01@DHNQfgvz~rrrr  L
  6966. Vz%IIIIIIIIIIII!"#$%rrrr  L
  6967. Vz%IIIIIIIIIIII  L
  6968. Vz%IIIIIIIIII%&159=ARSTUVWXYZhijklmny}rrrr  L
  6969. Vz%IIIIIIIIII  L
  6970. Vz%IIIIIIIIIIIIrrrr  L
  6971. Vz%IIIIIIIIII  L
  6972. Vz%IIIIIIIIIIII0123456B  B  8B  B  %%%%~%zr  L
  6973. Vz%.  Vz%-L  Vz%IIIIIIIIIIIIcd,  [\:;vwB  B   (
  6974. ((Z(  (
  6975. (
  6976. (
  6977. (
  6978. (
  6979. (
  6980. (
  6981. (
  6982. ( (
  6983. (
  6984. (
  6985. (
  6986. (
  6987. (
  6988. (
  6989. (
  6990. (
  6991. (
  6992. (
  6993. (Z(  (
  6994. (
  6995. (
  6996. (
  6997. ( @~  @~Vz%'STno23=z{$PQ@A./(  
  6998.  
  6999. (
  7000. (
  7001. (
  7002. (
  7003. ( (
  7004. (
  7005. (
  7006. (
  7007. (
  7008. (
  7009. (
  7010. (
  7011. (
  7012. (
  7013. (
  7014. (
  7015. (
  7016. (
  7017. (
  7018. ((Z(  (
  7019. (
  7020. (
  7021. (@@  @~  @~  @~  &/n o p q s      7c{    Q  j  k  w    >
  7022. w
  7023.  
  7024. D
  7025.  
  7026. &
  7027. R
  7028. x
  7029.  
  7030. /
  7031. p
  7032. (
  7033. (
  7034. (
  7035. (
  7036. (((  (
  7037. (
  7038. (
  7039. (
  7040. (
  7041. (
  7042. (
  7043. (
  7044. (
  7045. (
  7046. (
  7047. (
  7048. (
  7049. (
  7050. (
  7051. (
  7052. (
  7053. (
  7054. (
  7055. (
  7056. (
  7057. (
  7058. (
  7059. (  @~  ~   @~  @~  )p  
  7060.  
  7061. B  C  O  t        `"st  2J  .NvJ2(  (
  7062. (
  7063. (
  7064. (
  7065. (
  7066. (
  7067. (
  7068. (
  7069. (
  7070. (
  7071. (
  7072. (
  7073. (
  7074. (
  7075. (
  7076. (
  7077. (
  7078. (
  7079. (
  7080. (
  7081. (
  7082. (
  7083. (
  7084. (
  7085. (
  7086. (
  7087. (
  7088. (
  7089. @~  (  @~  ~  *2ZO,Kq`E:;Gm  Zvvwxyz(  (
  7090. (
  7091. (
  7092. (
  7093. (
  7094. (
  7095. (
  7096. (
  7097. (
  7098. (
  7099. (
  7100. (
  7101. (
  7102. (
  7103. (
  7104. (
  7105. (
  7106. (
  7107. (
  7108. (
  7109. (
  7110. (
  7111. (
  7112. (`((((  (
  7113. ~  (  @~  ~  @~      !!!"5"H"I"J"S"T"U"a"b"c"d"e"(  (
  7114. (
  7115. (
  7116. (
  7117. (
  7118. (
  7119. (
  7120. (
  7121. (
  7122. (`%@~  @~    3K`Normal,Pa  (@(  Heading 1,H1 c$k$&@&  Heading 2,H2
  7123. c &@&  Heading 3,H3 c&@&  Heading 4,H4 c$@$  Heading 5,H5c$@$  Heading
  7124. 6,H6c"A`"Default Paragraph FontB@  Body  Textx&C@&Body Text IndenthxO
  7125. Body Text 3  @" Footer  !)@1  Page Number @B Header  !ORNoteOa  Sample,SAMP]OqCIT
  7126. EV`0@`  List Bullet,ULC  
  7127.  
  7128. h
  7129. 4hOCODE]`1@`  List  Number,OLC  
  7130.  
  7131. h
  7132. 4h.O  Definition,DFNUV  O Definition Term,DTUO  Emphasis,EMV O Keyboard,KBD
  7133. U]^O  Hypertext,A^b\O\Preformatted,PRE:  -1%)  ` 
  7134.  
  7135. @`! %(+] O Blockquote!hh"O!"Strikethrough,STRIKEW,O,  Directory,DIR#@
  7136. "O"  RestartList $ZOZMenuC%  
  7137.  
  7138. 4hc(Ob(Definition  List,DL&@  8Oar8Definition Compact,DL COMPACT'pc0O0Horizontal
  7139. Rule,HR((  O Address)VO  Strong,STRONGUO  Typewriter,TT]O  Variable,VARVjOjPRE
  7140. WIDEP-NI  ` 
  7141.  
  7142. @`! %(+     #&),cO  z-HTML Tag*O*  z-Top of Form /(]c&O&z-Bottom of
  7143. Form0&(O  wfxRecipient1O"  wfxFaxNum2ee"]!!!!!!! !!   !
  7144. !
  7145. !
  7146. !  !!!!!!!!!!!!!!!!!!  !!!"!#!$!%!&!'!(!)!*!+!,!  !.!/!0!1!2!3 4 5
  7147. 6 7  9 : ; < = > ? @ A B C  E F G H I J K L M N O  Q R S T U V
  7148. W X Y Z [  ]
  7149. $
  7150. .1:F7R]6ihr  G8YS(Fj,*8COZ'fq}l*yS\  {#;/4<IiVblw\p  k:GEOZg9s}#fz
  7151. e\JO    
  7152.  
  7153. %
  7154.  
  7155. -  +*x,F  :!9"#$>%&'?()  *|+:,%  *.(/*0123$4256789:;><;=>8?N@ABCDFEFG)HIJKSLMNSOP
  7156. *QGRSTUV*WCXY%Z[9\  5Sa&e;b,$hAksUGA  M$d~ D"uKLMNOPQRSTUVWXYZ[\]^_`abcdefghij9)1
  7157. 34N7K%V=bn|C=  N  '5*AL1Xesh  ={_5  ><)Z8Qf=oqzYJ  O:&=HESar1#<\  %/p
  7158. 2e"klmnopqrstuvwxyz{|}~z5DFe:: !!  DDE_LINK1  DDE_LINK2Af  jf  The
  7159. EmpireC:\ALLDATA\WINTER\WINTER10.DOC  The EmpireC:\ALLDATA\WINTER\WINTER10.DOC
  7160. The EmpireC:\ALLDATA\WINTER\WINTER10.DOC  The EmpireC:\ALLDATA\WINTER\WINTER10.DO
  7161. C  The EmpireC:\ALLDATA\WINTER\WINTER10.DOC  The EmpireC:\ALLDATA\WINTER\WINTER10
  7162. .DOC  The EmpireC:\ALLDATA\WINTER\WINTER10.DOC  The EmpireC:\ALLDATA\WINTER\WINTE
  7163. R10.DOC  Darth VaderD:\ALLDATA\WINTER\WINTER10.DOC  Ed SinkovitsD:\ALLDATA\WINTER
  7164. \WINTER10.DOC@Dedkjet 500CLPT1:winspoolHP  DeskJet 500CDedkjet 500C
  7165. |pjKKLetterKKL  
  7166.  
  7167. N N N'Dedkjet 500C |pjKKLetterKKL  
  7168.  
  7169. N N N'zzzz@  CTimes  New Roman  Symbol  &Arial5Courier New"Hh%%J4Zld]<
  7170. q]Y "V,The  Winsock Client Listing  -- February 1995  The Empire  Ed
  7171. Sinkovits>vtrp{  
  7172.