home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / misctext / pcdg9188 / pcdg9188
Text File  |  1991-04-11  |  24KB  |  591 lines

  1.  
  2.  
  3. Received: from MITVMA by MITVMA.MIT.EDU (Mailer R2.05) with BSMTP id 1477; Wed,
  4.  10 Apr 91 19:55:03 EDT
  5. Received: from WSMR-SIMTEL20.ARMY.MIL by mitvma.mit.edu (IBM VM SMTP R1.2.1MX)
  6.  with TCP; Wed, 10 Apr 91 19:54:23 EDT
  7. Message-ID: <910408214409.V91N88@WSMR-Simtel20.Army.Mil>
  8. Date: Mon,  8 Apr 91 21:43:59 +0200
  9. From: "Info-IBMPC Digest" <Info-IBMPC@WSMR-Simtel20.Army.mil>
  10. Reply-To: Info-IBMPC@WSMR-SIMTEL20.ARMY.mil
  11. Subject: Info-IBMPC Digest V91 #88
  12. To: "Info-IBMPC Distribution": ;
  13.  
  14. Info-IBMPC Digest           Mon,  8 Apr 91       Volume 91 : Issue  88
  15.  
  16. Today's Editor:
  17.          Gregory Hicks - Rota Spain <GHICKS@WSMR-Simtel20.Army.Mil>
  18.  
  19. Today's Topics:
  20.                          Detecting Directories
  21.                               GIF Readers
  22.     Creating an image of a floppy in a disk file (V91 #73) (2 msgs)
  23.          Re: is there a 'nroff' clone that accepts 'ms macros'
  24.                SRVREQ-L Server-Requestor Discussion List
  25.  
  26. Today's Queries:
  27.                            486/AMIGA Quandry
  28.                             EMS in VGA ram?
  29.                   Help on user's defined fonts needed
  30.                       High memory problems EMM386
  31.          Connecting a 5.25 inch external disk to PS/2 w/DOS 4.0
  32.                  Looking for Otrona Attache boot files
  33.            Need UUDECODE for VAX/VMS 5.x; detar<-> unz also?
  34.            Problem with OS/2 remote IPL on IBM PS model 55 SX
  35.                        Request for PC information
  36.            Simulating CGA on a Monochrome monitor (Hercules)
  37.                             VDT legislation
  38.  
  39. New Upload:
  40.         Telix v3.15 communications program uploaded to SIMTEL20
  41.  
  42. Send Replies or notes for publication to:
  43. <INFO-IBMPC@WSMR-SIMTEL20.ARMY.MIL>
  44.  
  45. Send requests of an administrative nature (addition to, deletion from
  46. the distribution list, et al) to:
  47. <INFO-IBMPC-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  48.  
  49. Archives of past issues of the Info-IBMPC Digest are available by FTP
  50. only from WSMR-SIMTEL20.ARMY.MIL in directory PD2:<ARCHIVES.IBMPC>.
  51.  
  52. ----------------------------------------------------------------------
  53.  
  54. Date: 3  Apr 91 15:15
  55. From: Martin.Timann%cnve.rrze.uni-erlangen.dbp.de@RELAY.CS.NET
  56. Subject: Detecting Directories
  57.  
  58. Raul V Ramirez Velarde asked:
  59.  
  60. >Hello, how can I detect the presence of a specific directory from dos?
  61.  
  62. Try the PD Utility BATCHMAN by Michael J. Mefford. It's a powerfull
  63. tool to execute those tiresome checks in batchfiles whether a specific
  64. drive or directory exists giving results by using the technique of
  65. setting errorlevel.  For example you can say in a batchfile
  66.  
  67.                     batchman direxist garbage
  68.                     if errorlevel 1 del garbage\*.*
  69.  
  70. Moreover there are much more features like making a screen print during
  71. execution of a batchfile or setting your num-, scroll-, and capslock
  72. keys in batchfiles to your favourite state or determining the romdate,
  73. expanded and extended memory and all this useful information of your
  74. machine you everytime need. And all these functions are combined in one
  75. program batchman.com, which uses less diskspace as if you write
  76. seperate programs for all this stuff. You can find batchman on SIMTEL20
  77. in PD1:<MSDOS.PCMAG>VOL9N02.ARC
  78.  
  79. Martin Timann
  80.  
  81. Timann@cnve.rrze.uni-erlangen.dbp.de
  82. Timann@cnve.rrze.uni-erlangen.de
  83.  
  84. ------------------------------
  85.  
  86. Date: Wed, 3 Apr 91 17:59 CST
  87. From: <SC05212%SWTEXAS.BITNET@ricevm1.rice.edu>
  88. Subject: GIF Readers..
  89.  
  90. Hi Guys!!
  91.  
  92.    I'm a Mac user who is having a problem..
  93.  
  94. I am trying to convert some GIF files but the GIF Reader I have
  95. is rejecting SOME, but not all, of the files! I think that there
  96. are some subtle
  97. differences between Mac and IBM Readers.  I'd Like to Try and write a C
  98. Program to bridge these gaps.
  99.  
  100. Does anyone know of a good GIF Reader
  101. Alogrithm I can get [I am willing to work from the design
  102. specs.. But I would like to see an IBM Algorithm.. and maybe some
  103. code.. just to make it easier on me.]
  104.  
  105.                                         Oh well.. Thanks for your help!
  106.                                         Sean Chitwood,
  107.                                         SC05212@swtexas.bitnet
  108.  
  109. ------------------------------
  110.  
  111. Date: Wed, 1991 Apr 3   11:22 EST
  112. From: Bob Babcock   <PEPRBV@CFAAMP.BITNET>
  113. Subject: Creating an image of a floppy in a disk file (V91 #73)
  114.  
  115. >We need to duplicate a number of DOS floppies (Campus licensed piece of
  116. >software) several hundred times.
  117.  
  118. Try COPYQ225.ZIP by Sydex, available at Simtel20 in the msdos.dskutl
  119. directory.  It will record a disk image and play it back multiple
  120. times, formatting the target disk if necessary.  It detects disk swaps,
  121. so you just insert the next target disk and it starts writing.
  122. Registration fee is $15 ($50 commercial/site license).
  123.  
  124. ------------------------------
  125.  
  126. Date: Wed, 3 Apr 91 10:29:07 PST
  127. From: Shaun Case <shaunc%gold.gvg.tek.com@RELAY.CS.NET>
  128. Subject: Creating an image of a floppy in a disk file (V91 #73)
  129.  
  130. >We need to duplicate a number of DOS floppies (Campus licensed piece of
  131. >software) several hundred times. PKZIP-ing the files from the
  132. >distribution disks does not work in our case, so we need to DISKCOPY
  133. >them. This requires lots of disk swapping and is slow.
  134.  
  135. >We would need a solution where a one-to-one image of a floppy can be
  136. >created in a hard-disk file, from where it can be copied to the new
  137. >floppy disks. The result should be that a DISKCOMP between the original
  138. >disk and a floppy recreated from the hard-disk file yields that the
  139. >floppies are identical.
  140.  
  141. >Sure we are not the first to run into this kind of problem! Does anyone
  142. >out there know about a solution?
  143.  
  144. I hestitated to post this, for fear of being flamed, but since we are
  145. all mature, adult-like people, I'll risk it.  :-)
  146.  
  147. No, you are not the first to run into this kind of problem.  There is
  148. one other group:  modem using pirates.  Someone somewhere developed a
  149.  
  150. program called Teledisk that works with Copy II PC to make a binary
  151. image of a disk (usually a bootable with some kind of copy protection,
  152. I guess.)  The image could be PKZIPped and transfered around easily,
  153. and un-teledisked back onto a floppy of the same size.
  154.  
  155. Personally, I've never used the program, but I think it's probably a
  156. usable solution to your problem.  If you can't find it anywhere, send
  157. me email; I think I can track it down for you.  I don't know what the
  158. legal status of this program is, since it makes use of Copy II PC and
  159. is intended for naughtiness.
  160.  
  161. Another possible solution is a program that was just posted to
  162. comp.binaries.ibm.pc.  It is called qc42.zoo, and is a disk cache.  It
  163. has one special bonus, though -- it caches disk writes, as well as
  164. reads.  I've never used this one either, so I don't know if it caches
  165. file writes or head/track/sector writes.
  166.  
  167. A final solution is to buy a commercial disk duplicator.  These allow
  168. you to put a pile of blank unformatted disks in a hopper, and can
  169. produce copies unattended.  This may be pricey, but if you intended to
  170. do massive software duplication many times in the future, you may save
  171. your self money this way by reducing labor costs for manual duplication
  172. and maintenence cost on the drives and machines used to make the
  173. backups.  Unfortunately, I don't have any information on where to get
  174. such units; you might try phoning any large electronics distributor,
  175. such as Jameco or JDR microdevices.
  176.  
  177. // Shaun //
  178.  
  179. ------------------------------
  180.  
  181. Date: Wed, 03 Apr 91 13:22:28 -0500
  182. From: "(Marshall D. Abrams)" <abrams@smiley.mitre.org>
  183. Subject: Yes, there is a 'nroff' clone that accepts 'ms macros'
  184.  
  185. | Is there a clone of the Unix 'nroff' that accepts 'ms' macros. I've
  186. | tried 'nroff1' and other roffs but to be able to process my files I
  187. | will need to hack the macros or write them again.
  188.  
  189. Yes. I am using nr, which contains a very complete version of the ms
  190. macros.  I have the manual at home; I'll send another message with cost
  191. and address information.  I recall that it cost only about $35 for both
  192. disk and manual.  I have found it very satisfactory.
  193.  
  194. Sincerely,
  195.  
  196. Marshall D. Abrams
  197.  
  198. |         Dr. Marshall D. Abrams, Principal Scientist               |
  199. | *** abrams@mitre.org ***   Security Technical Center                    |
  200. | telephone 703.883.6938     Intelligence and CINC Support Systems Div.   |
  201. | secretary 703.883.7937     The MITRE Corporation, Mail Stop Z269        |
  202. | facsimile 703.883.1397     7525 Colshire Drive, McLean, VA 22102-3481   |
  203. |                                                                         |
  204. | "The MITRE Corporation in an independent, not-for-profit, systems       |
  205. | engineering firm engaged in scientific and technical activities for the |
  206. | public interest under contract to a variety of government agencies."    |
  207.  
  208. ------------------------------
  209.  
  210. Date: Thu, 04 Apr 91 10:17:30 EST
  211. From: Manjit Trehan <ITMS400%INDYCMS.BITNET@UICVM.uic.edu>
  212. Subject: SRVREQ-L Server-Requestor Discussion List
  213.  
  214. A new list has been created to host discussions regarding LAN servers
  215. and requesters (workstations), including though not limited to, OS/2
  216. LAN Server, OS/2 LAN Requester, DOS LAN Requester, PC LAN Program,
  217. Novell Netware.  The initial intent for this list is to provide a forum
  218. for discussions related to network programming, installation and
  219. configuration of various servers, requesters, and related programs and
  220. the underlying protocols-- LAN Support Program, NETBIOS, IPX/SPX, etc..
  221.  
  222. To subscribe, send the following to LISTSERV AT INDYCMS
  223.  
  224.       SUBSCRIBE SRVREQ-L fullname
  225.  
  226. Hope to "see" you there soon...
  227. Manjit
  228.  
  229. ------------------------------
  230.  
  231. Date: Thu, 4 Apr 91 08:21 EST
  232. From: SCHRAMM@CEBAF2.CEBAF.GOV
  233. Subject: 486/AMIGA Quandry
  234.  
  235. It is getting near the time when I am going to upgrade my current 286
  236. AT clone/EGA system.  I am beginning to seriously consider the
  237. Commodore Amiga series due to the somewhat subtle propagandizing of a
  238. fellow worker who owns one.  He extolls the virtues of its graphics,
  239. sound (built-in DSP), 3 copro- cessors, true multi-tasking and
  240. real-time operation.  Not to mention it can read MS-DOS, Apple-DOS and
  241. Amiga-DOS diskettes (all 3 1/2" though) from the same floppy drive.  He
  242. uses his system largely for rendering graphics using ray-tracing
  243. methods in a small side-business.  Should I Seriously consider going to
  244. the Amiga?  My uses are CAD, word-processing, MathCAD, some database
  245. and, of course, some games.
  246.  
  247.   Are there any closet Amiga users out there who would be willing to
  248. speak out?  Your help would be truly appreciated.
  249.  
  250. Greg Schramm
  251. schramm@cebaf
  252. schramm@cebafvax
  253.  
  254. ------------------------------
  255.  
  256. Date: Mon, 01 Apr 91 11:38:11 EST
  257. From: Paco Rosich <ROSICH%EVALUN11.BITNET@CUNYVM.CUNY.EDU>
  258. Subject: EMS in VGA ram?
  259.  
  260. Does anybody know of a utility to simulate expanded memory or ram-disk
  261. using the free ram in a VGA card ?.
  262.  
  263. I have an XT with a monochrome VGA monitor and a Paradise VGA 256K
  264. card. I'm trying to put Windows to work in it. With a 640K XT, you can
  265. play 'sol' or 'reversi' but it's unreasonable to use any "hard" windows
  266. application. As a first attempt to speed execution, I choose displaying
  267. in 640x480 monochrome mode instead of grey scale. This restriction
  268. suggest another improvement: in this mode there is about 200K free in
  269. the VGA, so .. why not use it as expanded memory?
  270.  
  271. By the way, this hypothetical expanded memory manager have to be
  272. specifically designed to manage memory banks in the VGA, not just use a
  273. linearly addressable region in ram.
  274.  
  275. Any idea welcome. If finally no such thing exists, I'll build my own.
  276.  
  277. Paco Rosich
  278. Internet: rosich@vm.ci.uv.es
  279. Bitnet:   rosich@evalun11.bitnet
  280.  
  281. ------------------------------
  282.  
  283. Date: Thu, 4 Apr 91 17:17:20 +0200
  284. From: guillou%FRGREN81.BITNET@CUNYVM.CUNY.EDU
  285. Subject: Help on user's defined fonts needed
  286.  
  287. I need some help about font definition and use on a PC The fonts are to
  288. be used by the character generator (no  graphics mode)
  289.  
  290. 1-What are the characteristics you must give to define a pc font?
  291. 2-How do you tell the character generator to use your font?
  292.  
  293. Programs that do what I'd want to do are for example LETTERS.ZIP,
  294. EVAFONT.ZIP, VFONT436.ARC. I need the code in my application, not as
  295. commands.
  296.  
  297. Any pointer to source code, or information is welcome.
  298. Thanks very much.
  299.                  Guillou@frgren81.bitnet
  300.  
  301. ------------------------------
  302.  
  303. Date: Wed, 3 Apr 1991 16:50:13 EST
  304. From: "Nelson R. Pardee" <SASMAINT%SUVM.BITNET@CORNELLC.cit.cornell.edu>
  305. Subject: High memory problems EMM386
  306.  
  307. I have an Epson Equity 386sx plus with 2 megabytes of memory.  I have
  308. Himem.sys installed. Manifest says high memory is partitioned as
  309. follows:
  310.  
  311.      a000-afff VGA
  312.      B000-Bfff VGA Text
  313.      E000-E7FF Video ROM
  314.      F000-FFFF System
  315.  
  316. In addition,
  317.  
  318.      C000-C8FF Xinet Arcnet card16 bit
  319.  
  320. I want to install EMM386, but I don't have a 64k block free.  You say:
  321. D000-DFFF isn't in use. However, anytime I put anythingat D000 (either
  322. the network card or the page frame for EMM386, the system crashes).My
  323. network card will only install at B000, C000, D000, E000 (stupid card,
  324. or else the manual isn't telling the whole truth about how much memory
  325. it requires).
  326.  
  327. Am I missing something?
  328.  
  329.  -what could be at D000? I doubt shadow ROM
  330.  
  331.  -some HIMEM conflict, as one tech support type suggested? I can check
  332. that, obviously
  333.  
  334.  -in spite of what Microsoft told me, can the EMS page frame not be
  335. contiguous?
  336.  
  337.  -on some systems, F000-F7fff can be overlaid (it has diagnostic
  338. routines). Can I chance this?
  339.  
  340. Any help would be appreciated.
  341.  
  342.  --Nelson R. Pardee,   Academic Computing Services, Syracuse University--
  343.  --120 Hinds Hall, Syracuse, NY 13244-1190 USA   (315)443-1079         --
  344.  --Bitnet: SASMAINT@SUVM     Internet: SASMAINT@SUVM.ACS.SYR.EDU       --
  345.  
  346. ------------------------------
  347.  
  348. Date: Thu, 04 Apr 91 13:12:42 EDT
  349. From: Petr Kleja <PKSKS%CSPUNI12@VMD.CSO.UIUC.EDU>
  350. Subject: Connecting a 5.25 inch external disk to PS/2 w/DOS 4.0
  351.  
  352.    Doesn't know anyone know how to connect external disk to PS/2 model
  353. 55 SX running under IBM DOS v. 4.00 . I am able use this disk only
  354. under OS/2 (on same model) through device driver EXT5DD.SYS . In IBM
  355. DOS I wrote to CONFIG.SYS : device=DRIVER.SYS /D:2 /H:2 /T:80 /S:15
  356. but it doesn't  work.
  357.  
  358. Type/Model of ext. disk drive is IBM 4869-502.
  359.  
  360. Any advice will be welcome ... Petr Kleja
  361.  
  362. ------------------------------
  363.  
  364. Date: Thu, 4 Apr 1991 09:09 EST
  365. From: Karl Brendel <CDCKAB%EMUVM1.BITNET@CUNYVM.CUNY.EDU>
  366. Subject: Looking for Otrona Attache boot files
  367.  
  368. We have an office which has an Otrona Attache (a defunct brand of
  369. portable) which seems to be in good physical health. However, it lacks
  370. a boot disk. Apparently it requires "its own" system files, and will
  371. not boot up with generic MS-DOS or with PC-DOS system disks. (It will
  372. boot CP/M, but that is not of use to the office.)
  373.  
  374. Can anyone provide, or provide a source to, system files for an Otrona
  375. Attache? Best would be a copy of a boot disk known to work on another
  376. one of this model.
  377.  
  378. To help, or for more information, please contact me by email (as below)
  379. or by voice (+1 404/639-3071).
  380.  
  381. Thanks in advance--                     --Karl
  382.  
  383. | Karl Brendel                           Centers for Disease Control |
  384. | Internet: CDCKAB@EMUVM1.BITNET         Epidemiology Program Office |
  385. | Bitnet: CDCKAB@EMUVM1                  Atlanta GA  30093       USA |
  386.  
  387. ------------------------------
  388.  
  389. Date: Wed, 3 Apr 91 14:46:46 EST
  390. From: "Aaron Kramer" <KRAMER_AG@RSO.dnet.ge.com>
  391. Subject: Need UUDECODE for VAX/VMS 5.x; detar<-> unz also?
  392.  
  393. I am stuck after receiving UUENCODED files via VAXmail.  I need to find
  394. a UUDECODE program for VMS 5.x.
  395.  
  396. What will I do next after it becomes a .z file?  I assume the file
  397. eventually belongs on a SUN ....
  398.  
  399. Aaron Kramer
  400. GE Phila.
  401. kramer_ag@rso.ge.com
  402. kramer_ag%rso.decnet@crd.ge.com
  403.  
  404. ------------------------------
  405.  
  406. Date: Thu, 04 Apr 91 12:52:10 EDT
  407. From: Petr Kleja <PKSKS%CSPUNI12@VMD.CSO.UIUC.EDU>
  408. Subject: Problem with OS/2 remote IPL on IBM PS model 55 SX
  409.  
  410. Hallo ....
  411.  
  412. I am working with OS/2 LAN server (version 1.2). I tried to install DOS
  413. LAN Req uester with remote IPL (on IBM PS2 model 55 SX with hard disk)
  414. but it doesn't work. I have made hard disks on 55's non-bootable (with
  415. shipped program) and started RIPL service. I am not quite sure if
  416. dedicated LAN adapter is correct.  I have found one using by DIAGS
  417. program because on adapter doesn't exist any ENGRAVED number (it is
  418. advertised by IBM). Type of adapter is IBM Token Ring.  I think address
  419. is set correctly. In my opinion main problem is: "Does the re- mote IPL
  420. work on IBM PC model 55 SX, and if so - how manage it."
  421.  
  422. Any answer will be very invited
  423.                                        Petr Kleja
  424.  
  425. ------------------------------
  426.  
  427. Date: 4 Apr 91 11:09:13 EDT
  428. From: "Thomas E. Jenkins, Jr."  <TOMJ@csdserver3.csd.scarolina.edu>
  429. Subject: Request for PC information
  430.  
  431. Hello,
  432.  
  433.     I'm interested in purchasing a new PC (386), but need some
  434. information first.  I'm afraid that I'm VERY overwhelmed with the
  435. number of '386 machines available and their different packaging.  Let
  436. me explain the system requirements I need and see if anyone can
  437. recommend some PCs for me.
  438.  
  439.      The system will be used for home programming.  MSC plus other
  440. things.  I know MSC to be a hog, so expect that is a good example of
  441. the things programming will require.
  442.  
  443.     The system will be running Window 3.0 (IE, need VGA + mouse
  444. minimum).
  445.  
  446.     Here's the main point:  The system will be used for MIDI
  447. processing.  I'm not familiar with MIDI cards, etc, but have been told
  448. that 2MEG RAM is minimal and 4MEG is preferred.  Since this came from a
  449. MIDI card salesman ( not for a PC ), I assume he was being truthful
  450. ;-).
  451.  
  452.     Now, some other things I want in the system.  True 386 (not a
  453. SX!).  Minimum of 80 MEG hard disk.  Minimum 4 MEG RAM.  ZEOS and Austin
  454. are the two brands now under consideration, does anyone know of these
  455. companies and their products?
  456.  
  457.     Here come the questions I have.  What are the best HD controllers?
  458. Most computers listed in magazines use the IDE; is it the best, or
  459. merely the cheapest?  I know this is a factor of drive as well, but
  460. pointers towards the best combinations are desired ;-).  What RAM is
  461. the best for a 386 - DRAM, zero wait?  What is the best cache size -
  462. 64, 128?  Is a 33MHz worth the extra bucks, or is the 25MHz just as
  463. good?  What expansion slot combinations are best - 8,16,32?  Should I
  464. have at least one of each, or can 8 bit cards fit into a 16 bit slot?
  465. Any battle stories are encouraged plus plugs for your favorite system.
  466. I'm getting close to purchase, but no where near sure of what to get -
  467. HELP.
  468.  
  469. Please reply to me and I'll post a summary of answers to Info-IBMPC (
  470. unless requested not too ).
  471.  
  472. Thanks,
  473. tom
  474.  
  475. |  Thomas E. Jenkins, Jr.   Programmer, University of South Carolina CSD   |
  476.  
  477. | BITNET         :  C0361@UNIVSCVM.BITNET  |  CSDNET  :  tomj/csdserver3   |
  478. | INTERNET       :  TOMJ@csdserver3.csd.scarolina.EDU          {PREFERRED} |
  479. |                :  C0361@univscvm.csd.scarolina.EDU  |  129.252.43.30     |
  480. | FROM Compuserv :  INTERNET:TOMJ@csdserver3.csd.scarolina.EDU {PREFERRED} |
  481. |                :  INTERNET:C0361@univscvm.csd.scarolina.EDU              |
  482.  
  483. ------------------------------
  484.  
  485. Date: Wed, 3 Apr 91 12:44:39 -0500
  486. From: dmnhieu@riemann.math.purdue.edu (Duy-Minh Nhieu)
  487. Subject: Simulating CGA on a Monochrome monitor (Hercules)
  488.  
  489. Hi, I am looking for a program that allow ones to run graphics programs
  490. that use CGA on a Hercules monochrome (card) monitor.
  491.  
  492. I remember there was one in the public domain but I forget the name and
  493. place to get it.  Can someone give me some pointers?
  494.  
  495. ------------------------------
  496.  
  497. Date: Wed, 3 Apr 91 10:02:03 U
  498. From: Greg Kaisen <Kaisen%YALEVM.BITNET@uga.cc.uga.edu>
  499. Subject: VDT legislation
  500.  
  501.      I am beginning a reasearch project into the current "state of the
  502. state" regarding recent increased awareness of the implications of
  503. prolonged PC Workstation usage.  Recently in San Francisco, a city
  504. ordinance was passed that required companies with employees who use
  505. VDT's (Video Display Terminals --including PC's, Mac's, and dumb
  506. terminals) to provide the necessary safeguards to prevent any possible
  507. ill effects from working with these machines.  These measures include
  508. breaks every two hours, proper workstation furniture, etc.
  509.  
  510.     My question is: "What have any of you heard regarding this issue" ?
  511. Have you had any staff members say "I heard that it's now a law that
  512. you provide me with a leather office chair and 16" SVGA monitor" or
  513. questions to this effect.  Please contribute any thoughts you have
  514. regarding any aspect of this issue (including)
  515.  
  516. 1) preventative measures.
  517. 2) Do monitors really pose a radiation hazard.
  518. 3) Keyboard usage as it pertains to Repetitive Motion Syndrome /
  519. Carpal Tunnel Syndrome.
  520. 4) Proper chair height (with relation to the keyboard).
  521.  
  522. And anything else you feel is relevant.  I will summarize the responses I
  523. get and post them to the appropriate lists.
  524.  
  525.           THANKS very much for any contributions --
  526.                       Greg Kaisen
  527.  
  528.                       Kaisen@YaleVM.BITNET
  529.                or     Greg_Kaisen@YCCATSMTP.YCC.YALE.EDU
  530.  
  531.                or     just send it back up to the list !!
  532.  
  533. ------------------------------
  534.  
  535. Date: Thu, 4 Apr 1991  01:53 MST
  536. From: Keith Petersen <w8sdz@WSMR-SIMTEL20.ARMY.MIL>
  537. Subject: Telix v3.15 communications program uploaded to SIMTEL20
  538.  
  539. I have uploaded to SIMTEL20:
  540.  
  541. pd1:<msdos.telix>
  542. TELIX315.ZIP    What's new in version 3.15 of Telix comm pgm
  543. TELIXDV.ZIP     Configuration hints: Running Telix in DESQview
  544. TLX315-1.ZIP    Telix 3.15 comm pgm executable & support files
  545. TLX315-2.ZIP    Telix 3.15 comm pgm docs/host/scripts/dialconv
  546. TLX315-3.ZIP    Telix 3.15 comm pgm. SALT script lang. and doc
  547. TXMDM101.ZIP    Corrects error in Telix3.15 config for USR HST
  548.  
  549. A wealth of new features and bug fixes in Telix 3.15 are contained in
  550. the author's file PD1:<MSDOS.TELIX>TELIX315.ZIP.
  551.  
  552. Some new features are:
  553.  
  554.   o When  editing a dialing directory entry you may now use Tab and
  555. Shift- Tab to  move up and down in the list of items,
  556.  
  557.   o The  status line  may be  cycled on/off directly from Terminal mode
  558. by pressing Alt-8.
  559.  
  560.   o BRANDTLX  should  now run  in much less than 320K of memory.
  561.  
  562.   o 4 predefined 'macros' or variables have been set up in CS, the script
  563. compiler. These are: __LINE__ ,  __FILE__ , __DATE__ and __TIME__ .
  564.  
  565.   o When  CTS/RTS hardware  handshaking is on by default, but the CTS
  566. line is low  at Telix  start-up, Telix  will now  give a  message  to
  567. that effect, while  waiting up  to 10  seconds for  the signal  to come
  568. on.
  569.  
  570.   o All names for 'new' keys (eg ALT-\) show properly.
  571.  
  572.   o On exit, the border is now reset to black.
  573.  
  574.   o Destructive/Non-Destructive  Backspace key setting can now be saved
  575. to disk.
  576.  
  577. Various other features and 'bug' fixes are described in the authors
  578. file PD1:<MSDOS.TELIX>TELIX315.ZIP.
  579.  
  580. Keith Petersen
  581. Maintainer of SIMTEL20's MSDOS, MISC & CP/M archives [IP address 26.2.0.74]
  582. Internet: w8sdz@WSMR-SIMTEL20.Army.Mil    or     w8sdz@vela.acs.oakland.edu
  583. Uucp: uunet!wsmr-simtel20.army.mil!w8sdz              BITNET: w8sdz@OAKLAND
  584.  
  585. ------------------------------
  586.  
  587. End of Info-IBMPC Digest V91 #88
  588. ********************************
  589. -------
  590. ReadMail: Enter command or !
  591. .