home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / digest / 432 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  55.7 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!ucbvax!SUMEX-AIM.STANFORD.EDU!info-mac-request
  2. From: info-mac-request@SUMEX-AIM.STANFORD.EDU (The Moderators)
  3. Newsgroups: comp.sys.mac.digest
  4. Subject: Info-Mac Digest V10 #295
  5. Message-ID: <9212130642.AA26133@SUMEX-AIM.Stanford.EDU>
  6. Date: 13 Dec 92 06:42:38 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: Info-Mac@sumex-aim.stanford.edu
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 1480
  12. Approved: info-mac@sumex-aim.stanford.edu
  13.  
  14.  
  15. Info-Mac Digest             Sat, 12 Dec 92       Volume 10 : Issue 295
  16.  
  17. Today's Topics:
  18.  
  19.       [*] Black Jack 1.3 bug fix.
  20.       [*] ComeWithMe.qt.hqx
  21.       [*] Revisionist 1.4 f.sea.hqx
  22.       [*] Simpsons Sounds - Group 1
  23.       [*] SnapMAIL Demo
  24.       [*] source/pascal/tcpexample.hqx
  25.       [*] Submission
  26.       128K Mac (S)
  27.       911 Utilities
  28.       A/ROSE?  What is it?
  29.       Announcing a new DTP-L
  30.       AppleColor 13" RGB monitors
  31.       A Round of Applause Please!
  32.       AutoMenus II (Q)
  33.       Curve Fitting
  34.       DeskWriter won't print MacDraw Pro (Q)
  35.       DTP-L Subscriptions (2 msgs)
  36.       Ethernet Cards for IIsi (Summary)
  37.       Excel 4.0 - BH Menu = Nasty bus error
  38.       Fetch-to-StuffIT Expander
  39.       Finding parent of a folder window
  40.       How to connect a modem
  41.       HP on-line support
  42.       Kennect - Still Exist?
  43.       keyboard extension cable
  44.       Lisp on the mac (A)
  45.       Modem Problems
  46.       MovieShop--Quicktime Aid (where?)
  47.       NeXT SIMMs in Mac IIci (A)
  48.       old laserwriters
  49.       PowerPC with Taligent OS vs DEC Alpha with Windows NT.
  50.       Printing of half tone images onto a StyleWriter? (C)
  51.       Random Startup Sound
  52.       RTF (Rich Text Format) specs
  53.       RTF (Rich Text Format) Specs found!
  54.       SE and Raster Ops problem
  55.       Self-rejoining segmented files (A)
  56.       Snooper
  57.       Spacesaver spurns internal HD (Q)
  58.       Startup sound app (2 msgs)
  59.       Suggestions for Ethernet
  60.       Sumex mirrors
  61.       Thank yous
  62.       The fifteen minute battery (R)
  63.       Upload of text files Mac-to-Unix-to-Vax (Q)
  64.       What's up at mac.archive.umich (3 msgs)
  65.       What's up at mac.archive.umich (C)
  66.       What's up at mac.archive.umich.edu
  67.       Word files in use (when they're not!)
  68.       WP 2.1 ---> WP 5.1
  69.  
  70. The Info-Mac newsgroup is moderated by Bill Lipa.
  71.  
  72. The Info-Mac archives are available (by using FTP, account anonymous,
  73. any password) in the info-mac directory on sumex-aim.stanford.edu
  74. [36.44.0.6].  Help files and indices are in /info-mac/help.
  75.  
  76. Please send articles and binaries to info-mac@sumex-aim.stanford.edu.
  77. Send administrative mail to info-mac-request@sumex-aim.stanford.edu.
  78. ----------------------------------------------------------------------
  79.  
  80. Date: Wed, 9 Dec 92 18:43:49 EST
  81. From: udmorrow@mcs.drexel.edu (Daniel Morrow)
  82. Subject: [*] Black Jack 1.3 bug fix.
  83.  
  84. Here Black Jack 1.3.1 by Ed Trice. This version is no different that 1.3
  85. except the bugs are now gone.
  86.  
  87. [Archived as /info-mac/game/blackjack-131.hqx; 267K]
  88.  
  89. ------------------------------
  90.  
  91. Date: Wed, 9 Dec 1992 00:48:48 -0700 (MST)
  92. From: "J. Taggart Gorman" <jtgorman@cs.arizona.edu>
  93. Subject: [*] ComeWithMe.qt.hqx
  94.  
  95.   This is a Quicktime MooV of Arnold playing everyone's favorite cyborg in
  96. Terminator 2.
  97.   It's a short blurb with him saying "Come with me if you want to live."
  98.  
  99. (This BinHex file created by DownLine 1.1)
  100.  
  101. [Archived as /info-mac/art/qt/come-with-me.hqx; 195K]
  102.  
  103. ------------------------------
  104.  
  105. Date: Thu, 10 Dec 92 11:44:26 +0100
  106. From: Christoph Reichenberger <chrei@soft.uni-linz.ac.at>
  107. Subject: [*] Revisionist 1.4 f.sea.hqx
  108.  
  109. This file contains Revisionist V 1.4.
  110.  
  111. Version 1.4 implements some minor bug fixes as well as another
  112. improvement of the delta generation algorithm.
  113. Please look into the ReadMe document for a
  114. more detailed version history.
  115.  
  116. For Revisionist newcomers:
  117. Revisionist is a simple version control tool (like SCCS or RCS)
  118. that allows you to store different revisions of arbitrary documents.
  119. The different revisions of any types of files (not only text files)
  120. are stored in a space efficient manner (about 5 % of the
  121. full file size per revision)  together with its original file name, file type,
  122. creator, creation and modification date, check-in-date and a comment you can
  123. type. Later on, you can extract any revision whenever you want.
  124.  
  125. Revisionist uses a delta storage technique to store the different revisions of
  126. your document in a space efficient way. The overhead for the different
  127. revisions
  128. of the document depends on the mass and kind of changes you made and on the
  129. method your application saves its documents.
  130. In our tests we achieved very good results e.g. with files of many different
  131. kinds like Think-Pascal source texts, WriteNow/MS Word/Canvas/... documents.
  132. On an average Revisionist needs about 5 % of the originial file size
  133. to store one revision.
  134.  
  135. Revisionist is System 7 clean, but not dependent.
  136.  
  137. Revisionist is shareware!
  138.  
  139. Christoph Reichenberger - ChRei@soft.uni-linz.ac.at -
  140. ChRei@edvz.uni-linz.ac.at
  141.  
  142. [Archived as /info-mac/util/revisionist-14.hqx; 207K]
  143.  
  144. ------------------------------
  145.  
  146. Date: Wed, 9 Dec 92 11:36:14 EST
  147. From: Michael Fulmer <mfulmer@magnus.acs.ohio-state.edu>
  148. Subject: [*] Simpsons Sounds - Group 1
  149.  
  150. These are new sound samples from The Simpsons, taken directly from my VCR
  151. outputs straight into a MacRecorder, so the sound quality is very good.
  152. These were sampled at 11Khz. Many of these are from the recent episode in
  153. which Maggie spoke her first word. All of these System 7 double-clickable
  154. sounds are contained in a self-extracting archive.
  155.  
  156. Doh!
  157. Michael Fulmer
  158. mfulmer@magnus.acs.ohio-state.edu
  159.  
  160.  --------------------------------
  161.  
  162. [Archived as /info-mac/sound/simpsons-group1.hqx; 486K]
  163.  
  164. ------------------------------
  165.  
  166. Date: Wed, 9 Dec 1992 11:27:29 -0500
  167. From: braun-eric@CS.YALE.EDU ("Eric E. Braun")
  168. Subject: [*] SnapMAIL Demo
  169.  
  170. SnapMAIL is full featured e-mail software for Macintosh networks, that
  171. is very easy to install, maintain, and use.  SnapMAIL is a
  172. peer-to-peer e-mail system that requires no server, but server
  173. functionality is available with SnapMAIL's unique distributed server
  174. capabilities.
  175.  
  176. SnapMAIL features include standards like send, reply, forward, return
  177. receipts, and file enclosures as well many extras, including
  178. multi-person conferencing, message encryption, customizable
  179. notification icons, forms, groups, a mail log, password security, a
  180. special "Alert" message type that is removable (for important but
  181. transient messages that otherwise clutter up user's mailboxes), on-line
  182. help, and a host of preferences for customizing the work environment.
  183. SnapMAIL is also compatible with Apple Remote Access.
  184.  
  185. SnapMAIL can run on any mac from a Plus on up.  It requires system 6.02
  186. or later, only 1Meg memory, and is Sys 7 Saavy.
  187.  
  188. This demo is not cripple-ware.  It is a fully functional version that
  189. you can use for three weeks.  Documentation is provided on-line (it is
  190. accessible from the about box) and there is also Baloon Help.
  191. Upgrading to a fully licensed version during or after the trial period
  192. is very simple and does not require reinstalling on all computers on
  193. the network.
  194.  
  195. Please contact Casady & Greene at 1-800-359-4920 for more information.
  196. You can also contact the author directly at the addresses given below.
  197.  
  198.  
  199. Eric Braun                              Glass Bead Software
  200. gbs@panix.com                           803 President St.
  201. (718)230-8010                           Brooklyn, NY 11215
  202.  
  203.  ----------------- BinHexed Stuffit Archive --------------------
  204.  
  205. [Archived as /info-mac/demo/snap-mail.hqx; 730K]
  206.  
  207. ------------------------------
  208.  
  209. Date: Thu, 10 Dec 1992 11:27:56 +0800
  210. From: Peter N Lewis <peter@ncrpda.curtin.edu.au>
  211. Subject: [*] source/pascal/tcpexample.hqx
  212.  
  213. This is some example code to demonstrate the use of my TCP unis.
  214. These units implement a relatively high level interface to MacTCP,
  215. and allow fairly easy writing of TCP applications in Pascal using
  216. event driven programming.  The example program is not a full shell,
  217. it simply implements a very basic finger to a fixed user@host.
  218. It should be fairly easy to understand.  I've used the code in many
  219. apps, most of which are available from various ftp sites, or from
  220. redback.cs.uwa.edu.au in /others/peterlewis.
  221.  
  222. Hope its useful to someone,
  223.    Peter. <peter@ncrpda.curtin.edu.au>
  224.  
  225. TCPExample v1.0.0 Copyright 1992 Peter N Lewis
  226.  
  227. [Archived as /info-mac/source/pascal/tcp-interface-example.hqx; 41K]
  228.  
  229. ------------------------------
  230.  
  231. Date: Wed, 9 Dec 92 15:24:23 -0800
  232. From: Rob Griffiths <robg@apple.com>
  233. Subject: [*] Submission
  234.  
  235. Here's a version of the arcade classic Centipede.  Shareware from AOL.
  236.  
  237. -rob.
  238.  
  239. [Archived as /info-mac/game/centipede.hqx; 103K]
  240.  
  241. ------------------------------
  242.  
  243. Date: Fri, 11 Dec 92 23:50:53 EST
  244. From: leo@ramsey.cs.laurentian.ca (Prof. L.G. Leduc)
  245. Subject: 128K Mac (S)
  246.  
  247. Hello netters:
  248.  
  249. A few days ago, I asked a few questions to the net about a 128K Mac - the
  250. original.  What follows is a summary of the responses.
  251.  
  252. System Software:
  253. It is seems that most people agree that System 2.x is the most desirable.  A
  254. few people mentioned System 1.x.  Availability seems to be a problem
  255. although some people have it in their stack of disks.
  256.  
  257. Software:
  258. There seems to be a lot of software out there but it is difficult to find
  259. through FTP because most programmers have exploited the new features of
  260. System 4.x which does not work on the original Mac.  MacPaint 1.0 and
  261. MacWrite 1.0 are recommended.
  262.  
  263. Mouse:
  264. Most people maintain that the MacPlus mouse will fit the 128K Mac.
  265.  
  266. Floppy Drive:
  267. Most recommended that I clean the ejection mechanism. It seems that the
  268. grease hardens with time and prevents disk ejection.  Larry Pina's book was
  269. suggested.  Some people supplied details on the cleaning procedure.
  270.  
  271. Networking:
  272. Most users stated that networking will be difficult if not impossible.  The
  273. main problems are: not enough memory, no DIN ports, no AppleTalk, and
  274. primitive protocols of early systems.
  275.  
  276. Hard Drive:
  277. Most people recommended the early HD20 (non SCSI) which connected to the
  278. floppy port. However, the rate of transfer will be very slow.  A special
  279. INIT may be needed.
  280.  
  281. Conclusion:
  282. Overall, most believe that the 128K Mac can still be a useful machine for
  283. simple jobs.
  284.  
  285. Thanks to all those who helped.
  286.  
  287. Leo G. Leduc
  288. leo@ramsey.cs.laurentian.ca
  289.  
  290. ------------------------------
  291.  
  292. Date: Fri, 11 Dec 92 21:58:36 EST
  293. From: Pete Tamas <GNOME%TEMPLEVM.BITNET@Forsythe.Stanford.EDU>
  294. Subject: 911 Utilities
  295.  
  296. Murph said:
  297.  
  298. > Maybe I should get
  299. > the 911 Utilities too?
  300.  
  301. I have been very happy with the predecessor of 911 Utilities,
  302. 1st Aid HFS. I've recovered many damaged disks with it.
  303. I haven't gotten around to upgrading, so I can't critique the latest
  304. version.-Pete Tamas
  305. Gnome@VM.Temple.EDU, Temple Univ, Philadelphia (betw New York & Wash DC)
  306.  
  307. ------------------------------
  308.  
  309. Date: Sat, 12 Dec 92 13:53:55 -0500
  310. From: gwerner@cc.brynmawr.edu
  311. Subject: A/ROSE?  What is it?
  312.  
  313. Hello, I was wondering.....
  314.  
  315. When I installed System 7.1 on my Mac IIcx, an extension named A/ROSE was
  316. put into the extension folder.  It's Icon depicts a mac with nubus cards
  317. above it with two black arrows in between pointing up and down.
  318.  
  319.  
  320. any ideas?
  321.  
  322. Gordon Werner
  323.  
  324. gwerner@cc.bryynmawr.edu
  325. gwerner@haverford.edu
  326.  
  327. ------------------------------
  328.  
  329. Date: Fri, 11 Dec 92 19:57:55 -0800
  330. From: Michael Ross <mross@antigone.uu.holonet.net>
  331. Subject: Announcing a new DTP-L
  332.  
  333.  -----------------------------
  334. Announcing DTP-L the Desktop Publishing Information distribution
  335. list!
  336.  -----------------------------
  337.  
  338. I am glad to be able to revive the noble efforts of Glenn Reid from
  339. several years ago. Hopefully this list will become your most trusted
  340. source of information for Desktop Publishing on the net.
  341.  
  342. This list provides a forum for discussion across platforms of Desktop
  343.  
  344. Publishing solutions, whether hardware, software or imagineware.
  345. How-to, why-can't-I and when-will-they questions are just as
  346. acceptable as philosophcal meta-discussions.
  347.  
  348.  
  349. To subscribe send mail to LISTSERV@ANTIGONE.UU.HOLONET.NET which
  350. says:
  351. SUBSCRIBE DTP-L Your_full_name
  352. where Your_full_name is really your name...
  353.  
  354. Note: This list is both distributed and digested. You will be given
  355. the option when you subscribe as to which you prefer.
  356.  
  357. ------------------------------
  358.  
  359. Date: Fri, 11 Dec 92 20:51:28 CST
  360. From: jbudzik@imsa.edu (Jerome Budzik)
  361. Subject: AppleColor 13" RGB monitors
  362.  
  363. I have an Apple monitor that has a blown capacitor.  I have heard that there
  364. is a free service from Apple to fix these things.  If you would please give
  365. me info on the process, I would greatly appreciate it.
  366.  
  367. -Jay
  368. (jbudzik@imsasun.imsa.edu)
  369.  
  370. ------------------------------
  371.  
  372. Date: Sat, 12 Dec 92 14:15:34 GMT
  373. From: me@suzuka.u-strasbg.fr (Michel Eytan LILoL)
  374. Subject: A Round of Applause Please!
  375.  
  376. in I-M v10 #294, Jon Pugh writes:
  377.  
  378. >So, a big virtual round of applause for Bill Lipa.  May he never be run over
  379. >by a bus because he is irreplaceable.
  380.  
  381. I would like to join in the Applause and Double, Treble or better Decuple it.
  382. Bill
  383. Lipa does a great job; I for one am most grateful to him -- and also to his
  384. predecessors
  385. like Jon whom I have not had the pleasure to know. I would also like to thank
  386. again
  387. all the dedicated programmers out there making available free- (or nominal-fee
  388. share-)
  389. ware for all of us. Last but not least, thanks to the many Netters who make
  390. I-M what it
  391. is today, giving freely their precious advice and opinions for those of us who
  392. are less
  393. knowledgeable. As we gain in experience, we shall try to emulate them in our
  394. turn.
  395. This community spirit is what makes me stick to the Mac whatever the price,
  396. #of softs
  397. and Apple harassment (eg system7.1)  differential vs PC's.
  398. --
  399. Michel Eytan,  LILoL Univ. Strasbourg II
  400. eytan@dpt-info.u-strasbg.fr
  401.  
  402.  
  403.  
  404. ------------------------------
  405.  
  406. Date: Sat, 12 Dec 92 08:50:03 PST
  407. From: jbthoo@ucdavis.edu (John Thoo)
  408. Subject: AutoMenus II (Q)
  409.  
  410. I understand that the latest version is AutoMenus II 1.0.3.
  411. Does anyone have this?  Archie came up empty handed. ^^^^^
  412. Thanks.
  413.  
  414. --John.  <jb2@math.ucdavis.edu>
  415.  
  416. ------------------------------
  417.  
  418. Date: Sat, 12 Dec 1992 23:18:24 -0500
  419. From: Michel Dery <Michel_Dery%UQTR.UQuebec.CA@Forsythe.Stanford.EDU>
  420. Subject: Curve Fitting
  421.  
  422. Hi Netters,
  423.  
  424. I'd like to know the software's names availables making curve fitting.
  425. I know the "Igor" one but I want to know if there's another
  426. one better. (Like fitting 3 and more exponentials...)
  427.  
  428.            Thanks in advance. Michel and Chantal
  429. E-mail: dery@UQTR.UQuebec.ca
  430.  
  431. ------------------------------
  432.  
  433. Date: Sat, 12 Dec 92 1:35 GMT
  434. From: Simon Shum <SJS2@VAXB.YORK.AC.UK>
  435. Subject: DeskWriter won't print MacDraw Pro (Q)
  436.  
  437. I have been unable to print from MacDraw Pro to my
  438. DeskWriter (3.1 drivers).  The image is two large
  439. characters (200pt) in a grey shade - not terribly complex.
  440. Assigning hefty amounts of memory doesn't shift it (40M).
  441.  
  442. The drawing is spooled to the disk, and then HP PrintMonitor
  443. either just sits there, quits cleanly, or freezes the cursor.
  444.  
  445. Any wisdom to offer?
  446.  
  447. thanks,
  448.  
  449. Simon
  450.  
  451. ------------------------------
  452.  
  453. Date: Fri, 11 Dec 92 23:53:49 -0800
  454. From: Michael Ross <mross@antigone.uu.holonet.net>
  455. Subject: DTP-L Subscriptions
  456.  
  457. It's been brought to my attention that one of the intermediate
  458. gateways serving LISTSERV is not happy with addresses all in UPPER
  459. CASE LETTERS and has been bouncing mail right and left.
  460.  
  461. While we work to fix this problem, please address all mail,
  462. submissions to DTP-L, and subscription requests to LISTSERV in
  463. lower-case letters.
  464.  
  465. To subscribe to DTP-L, send mail to
  466. <listserv@antigone.uu.holonet.net>
  467.  
  468. saying "subscribe dtp-l Your_full_name"
  469.  
  470. Please bear with us during our initial growing pains....! I apologize
  471. for the inconvenience this problem may have caused and look forward
  472. to seing you on DTP-L.
  473.  
  474. Michael Ross
  475. List Manager
  476.  
  477. ------------------------------
  478.  
  479. Date: Sun, 13 Dec 92 00:42:44 EST
  480. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  481. Subject: DTP-L Subscriptions
  482.  
  483. On Fri, 11 Dec 1992 23:53:49 -0800 you said:
  484. >It's been brought to my attention that one of the intermediate
  485. >gateways serving LISTSERV is not happy with addresses all in UPPER
  486. >CASE LETTERS and has been bouncing mail right and left.
  487. >
  488. >While we work to fix this problem, please address all mail,
  489. >submissions to DTP-L, and subscription requests to LISTSERV in
  490. >lower-case letters.
  491.  
  492. You WILL have a problem with some BITNET mail systems (and perhaps a
  493. BITNET gateway or two) which translate addresses to upcase no matter
  494. what the user does.  Years ago IBM decided that some things should not
  495. be case sensitive, and that the default case would be upper (perhaps
  496. they were still using 33 KSR TTYs at the time ;-)
  497.  
  498. ------------------------------
  499.  
  500. Date: Fri, 11 Dec 1992 21:12:36 -0800
  501. From: Josh Berman <jberman@jarthur.Claremont.EDU>
  502. Subject: Ethernet Cards for IIsi (Summary)
  503.  
  504. Several weeks ago I asked for advice about Ethernet cards for a IIsi with a
  505. ComboCache installed (which means the Ethernet card has to be a PDS card.)
  506. Here's a summary of the responses:
  507.  
  508. * FOCUS tech rep with info about company and cards
  509. * satisfied FOCUS PDS card owner
  510. * dissatisfied Dayna/satisfied Asante owner
  511. * suggestion about looking into Cayman cards
  512. * satisfied Asante owner
  513. * satisfied Asante owner
  514. * suggestion about looking into SCSI Ethernet cards if PDS is a no-go
  515. * satisfied Asante owner
  516.  
  517. FOCUS and Asante appear to have cards that are almost exactly the same in
  518. terms of performance and price.  Both companies offer an educational
  519. discount, but I don't know if the Asante discount is available to
  520. individual students/faculty.  (FOCUS's is if you ask for it)  I don't think
  521. you can go wrong with either company.  Feel free to get in touch with me if
  522. you have specific questions about what I found out.
  523.  
  524. Josh
  525.  
  526. (ps. Thanks to everyone who answered my request.  It sure is nice to be
  527. able to make an informed decision not based on advertising hype.)
  528.  
  529. Josh Berman     jberman@jarthur.claremont.edu   (714) 621-8555 x4264
  530.            Platt Campus Center; HMC        Claremont, CA  91711
  531.  
  532. ------------------------------
  533.  
  534. Date: Sat, 12 Dec 1992 19:15:06 -0600
  535. From: igorl@uiuc.edu (Igor Livshits)
  536. Subject: Excel 4.0 - BH Menu = Nasty bus error
  537.  
  538. Howdy,
  539.  
  540. My apologies if this bug was reported before...
  541.  
  542. Apparently, Excel 4.0 does not like it when the Balloon Help menu has been
  543. hidden.  I have repeatedly hit a bus error while working with charts in
  544. Excel.  The other features seem to work fine, but while in a charting
  545. window, numerous actions trigger a crash (especially, while dialogs and
  546. windows are activating or deactivating).
  547.  
  548. These errors appear to be independent of which control panel or extension
  549. hid the BH menu.  I have repeated the crash with SpeedyFinder7 about 57
  550. times this afternoon.  When I originally got the upgrade, I experienced
  551. similar crashes.  They mysteriously went away after I stopped using an
  552. extension (No Help Menu, I think -- the icon was a cracked help balloon)
  553. and have surfaced again today as I was working with Excel.
  554.  
  555. Running SpeedyFinder7 with BH menu showing has not had any detrimental
  556. effects on Excel, yet.  These crashes have been confirmed on an fx and a
  557. ci.  Both running 7.0.1 with tuner 1.1.1.  Addressing mode does not seem to
  558. matter.
  559.  
  560. Question is, why the &*&*(^&*^* does Excel rely on the BH menu being visible?
  561.  
  562.  
  563. Cheers, Igor
  564. _____
  565. >From home, e: igorl@uiuc.edu,  w: (217) 244-5606
  566.  
  567. ------------------------------
  568.  
  569. Date: Sat, 12 Dec 92 00:06:14 EST
  570. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  571. Subject: Fetch-to-StuffIT Expander
  572.  
  573. On Thu, 10 Dec 1992 14:55:11 PST you said:
  574. >In the Info-Mac Digest, vol. 10, issue 278, you indicated that Fetch could "
  575. >be configured to use Apple Events to pass files to StuffIT Expander" and to
  576. >Disk Doubler. Would you be so kind and tell me how does one do this? I read
  577. >the documentation for both programs and it was not obvious to me what you
  578. >had in mind.
  579.  
  580. Under "Post-processing" in the Configure menu
  581.  
  582. ------------------------------
  583.  
  584. Date: Sat, 12 Dec 92 00:07:39 EST
  585. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  586. Subject: Finding parent of a folder window
  587.  
  588. On Thu, 10 Dec 92 16:25:11 -0500 you said:
  589. >In the heading of nifty utilities, something that would modify the title
  590. >bar of a Finder window to open and select the folder which contains that
  591. >window would be appreciated.  I didn't find anything in the info-mac
  592. >abstracts.
  593. >
  594. >[System 7 will do this if you hold down the command key and click on the
  595. > window title. -Bill]
  596.  
  597. If, like me, you find holding down the command key annoying,
  598. get /info-mac/ex/hierarchy.hqx  There was an INIT that provided the same
  599. function under System 6, but it's been so long that I no longer remember
  600. what it was :-(
  601.  
  602. ------------------------------
  603.  
  604. Date: Sat, 12 Dec 1992 14:18:32 -0800
  605. From: marcush@leland.stanford.edu (Marcus Edward Hennecke)
  606. Subject: How to connect a modem
  607.  
  608. Hi fellow Mac users,
  609.  
  610. I'm thinking of bringing my Mac Classic to Germany and give it to my mother
  611. for Christmas (I need a faster one and my mother needs it for word
  612. processing). Since the power supply of the Classic is not of the kind that
  613. adapts itself to the voltage (please correct me if I'm wrong), she'd be
  614. using a transformer, which we have. However, she is currently using an
  615. Atari ST for her Wordprocessing and a Hayes compatible Modem to connect to
  616. a university computer to read her e-mail. It would be nice if she could at
  617. least keep the modem. Is there an inexpensive way to connect a modem with
  618. RS232 interface to a Mac? Or would you rather recommend to buy a new modem?
  619. The university's modem connection isn't very fast, only 1200 baud I
  620. believe, so a faster modem may not be worth it, but in the future, who
  621. knows? Or maybe I can talk my mother into a fax modem? But that may get too
  622. expensive. Basically, I'm not quite sure what to do right now. What do you
  623. think?
  624.  
  625. Thanks in advance for your replies,
  626.  
  627. Marcus
  628. marcush@leland.stanford.edu
  629.  
  630. ------------------------------
  631.  
  632. Date: Fri, 11 Dec 92 19:14:31 CST
  633. From: ehfm@midway.uchicago.edu (Eric Hoffmann)
  634. Subject: HP on-line support
  635.  
  636. In a recent posting, Graeme Forbes <PL0BALF@VM.TCS.Tulane.EDU> inquired:
  637.  
  638. "Maybe there's a better way - tech support had closed early for the day
  639. when I called. Does HP have anyone on-line?"
  640.  
  641. Yes, they do. According to Jerry Decime, who works for HP's Customer
  642. Support Center's Alternate Distribution Group, HP can be reached via
  643.  
  644. AppleLink:  ABU
  645. CompuServe:  Ted Dickens, 76701,272
  646.  
  647. Jerry writes that:
  648.  
  649. "CompuServe is not an "official" support medium; however, I and a few
  650. others do participate daily in customer support issues. Ted will be able to
  651. post any message he gets to the rest of the forum."
  652.  
  653. > To the keepers of the various "vendors" listings, you should also add that
  654. HP
  655. >maintains an 800 number Fax Information Retrieval system at 800/333-1917 --
  656. >the number also includes automated voice support.
  657.  
  658. I tried to contact the various people involved with "vendors" listings, but
  659. am not sure if the mail went through or not.
  660.  
  661.  
  662. Eric Hoffmann
  663.  
  664. [ehfm@midway.uchicago.edu]
  665.  
  666. ------------------------------
  667.  
  668. Date: 12 Dec 92 11:36:09 EST
  669. From: Charlie Summers <72257.140@CompuServe.COM>
  670. Subject: Kennect - Still Exist?
  671.  
  672. Folks;
  673.  
  674.    Anyone know if Kennect Technologies (manufacturers of the Rapport device)
  675. still exists? If so, anyone have an address/phone number? (The 800 number in
  676. the manual has been disconnected.) If not, anyone know if/what company has
  677. taken over support of the device?
  678.  
  679.    Thanks!
  680.  
  681.       Charlie Summers
  682.  
  683. ***
  684. * REPLYS == ("lof@mcimail.com" .OR. "72257.140@compuserve.com")
  685. ***
  686.  
  687. ------------------------------
  688.  
  689. Date: 11 Dec 1992 15:09:46 -0600 (CST)
  690. From: BILL SIMPSON <WSIMPSON@UWPG02.BITNET>
  691. Subject: keyboard extension cable
  692.  
  693. I am using a Mac IIsi for an expt.  I would like the monitor to sit
  694. on the Mac case some distance away from the viewer, who uses the
  695. keyboard.  I would to get an extension cable so the viewer could be
  696. say 4 metres from the Mac and still be able to use the keyboard.
  697. Does anyone know where I can get such a thing?
  698.  
  699. Thanks very much for any help.
  700.  
  701. Bill Simpson
  702.  
  703. ------------------------------
  704.  
  705. Date: 12 Dec 92 15:31:28 GMT
  706. From: dmeyers@mal-s2.gatech.edu (Dave Meyers)
  707. Subject: Lisp on the mac (A)
  708.  
  709. In digest <9212120054.AA20238@SUMEX-AIM.Stanford.EDU>
  710. Info-Mac@sumex-aim.stanford.edu writes:
  711.  
  712. >Anyhow, I was recently looking for a LISP implementation on the mac for
  713. >hacking around at home. I found several Lisp or Scheme varients around, but
  714. >by far the best was XLISP, which is freeware. It is a very good
  715.  
  716. >I found it at mac.archive.umich.edu, in the /development/languages
  717. >subdirectory. The file is xlispstat2.1r2.cpt.hqx. This version includes a
  718. >lot of statistics packages which you can keep or not. There is a version
  719. >for machines with or without coprocessor. I took home just the application
  720. >without, and apparently left some resources behind because it opened with
  721. >no menu items. Not having cut and paste was a major pain. I just opened the
  722. >coprocessor version on my IIx at work to get this info, and the menus are
  723. >there. Boy, that would have made programming easier! It seems to have a
  724. >nice editing/interpretting environment.
  725.  
  726. The copy I have is version 2.0, runs on my Plus, and came with a
  727. documentation file about 60 or so pages long (text).  I'll be
  728. more than happy to upload it somewhere, if you like (let me know
  729. where).  The date on the documentation is a couple of years old,
  730. so there may be a more recent version.  But, like I said, this
  731. one works great, has the menus, etc.
  732.  
  733. (I think I may have gotten it off compuspend, though I don't
  734. remember for sure).
  735.  
  736. --David
  737.  
  738. --
  739. -- David S. Meyers (dmeyers@math.gatech.edu)
  740.  
  741. ------------------------------
  742.  
  743. Date: Sun, 13 Dec 1992 02:32:44 GMT
  744. From: dbutcher@shelley.u.washington.edu (Derek Butcher)
  745. Subject: Modem Problems
  746.  
  747. Please, somebody help me with this modem problem/question that has bothered me
  748. forever:
  749.  
  750. In trying to get maximum throughput I finally read my modem manual from front
  751. to back and it said that I should enable hardware handshaking, which I had
  752. heard before. My problem is this: first, how do I know if my cable is a
  753. hardware handshaker? I tried setting the flow control in my terminal program
  754. (Microphone II) from Xon/Xoff to Hardware, and then checked the startup
  755. script included with Microphone for US Robotics modems, and the script, which
  756. automatically checks to see what the software flow control is, *did* have the
  757. same sequence of characters the modem manual recommended for when the script
  758. detects "hardware" as the setting. So Microphone seemed to know what it was
  759. doing.
  760.  
  761. So, I set software flow to "Hardware" and restarted to see if the correct
  762. script came up and to check for any speed improvements. The right script
  763. did come up, but the modem returned an error message. However, when I issued
  764. the commands contained in the init script in blocks of about 4 commands each,
  765. there was no problem. Does this mean my cable is capable of hardware
  766. handshaking or not, and what is going on?
  767.  
  768. ------------------------------
  769.  
  770. Date: 11 Dec 1992 22:59:00 -0400
  771. From: Kevin Lesniewicz <LESNIEWICZ@a1.mec.mass.edu>
  772. Subject: MovieShop--Quicktime Aid (where?)
  773.  
  774. An article in MacUser mentions MovieShop, an Apple utility available
  775. free on AppleLink that eliminates problems of QuickTime jerkiness. Has
  776. anyone heard of this? Is it available via FTP? (Archie said no, and
  777. I couldn't find it on F.A.C.)
  778.  
  779. Thanks in advance,
  780. Kevin  (Internet: lesniewicz@a1.mec.mass.edu)
  781.  
  782. ------------------------------
  783.  
  784. Date: Fri, 11 Dec 92 17:21:09 -0800
  785. From: Michael Ross <mross@antigone.uu.holonet.net>
  786. Subject: NeXT SIMMs in Mac IIci (A)
  787.  
  788. >NeXT SIMMs:  Our lab has the oppurtunity to acquire four SIMMs
  789. >From a NeXTStation that a friend's professor is upgrading. I'd like
  790. >to confirm that we can use these in our Mac IIci. (I see no reason
  791. >why not, but I've been wrong before;).
  792.  
  793. Yes, if the NeXTstation is really a NeXTstation, NOT a NeXTstation
  794. Turbo or NeXTstation Color. These beasties use 72 pin SIMMS.
  795.  
  796. ------------------------------
  797.  
  798. Date: Fri, 11 Dec 92 21:04:31 est
  799. From: "Maxwell Smart (Soell, Oliver)" <SOELL@DICKINSON.EDU>
  800. Subject: old laserwriters
  801.  
  802. Howdy!
  803.     I'm in the market for an old laser printer. All I need, in fact, is a
  804. postscript printer. What's a good price for the certain models (any
  805. manufacturer) and what's the probability that anyone would sell?
  806.  
  807. thanks
  808.  
  809. Oliver Soell
  810. Dickinson College
  811. Soell@Dickinson.edu
  812.  
  813. ------------------------------
  814.  
  815. Date: Sat, 12 Dec 92 21:11:50 EST
  816. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  817. Subject: PowerPC with Taligent OS vs DEC Alpha with Windows NT.
  818.  
  819. On Fri, 11 Dec 1992 17:54:50 GMT you said:
  820. >Will any PowerPC run the new OS that's being developed by Apple and IBM
  821. >at Taligent?
  822.  
  823. It would be downright WEIRD if it didn't since Taligent OS is being
  824. written FOR the PowerPC ;-)  The PowerPC will be delivered initially
  825. with Power Open, a UNIX operating System (can you say "Open Look"), but
  826. the user interface should look familiar since it's none other than <tah,
  827. tah> Finder 7 (the interface many <most?> of us are using now).  Power
  828. Open will ALSO run MS-DOS, OS/2, and Windows 3.x applications along with
  829. Macintosh applications right out of the box (note that's APPLICATIONS,
  830. your mileage will vary on your favorite system extensions)
  831.  
  832. >If so, it seems that the market will change drasticlly when Apple is
  833. >faced with hardware/software compatibles made by third parties.
  834.  
  835. Apple ALREADY a faces third party software, except for System software.
  836. What makes you think that the PowerPC ROMs are going to be any easier to
  837. clone than the current Macintosh ROMs?  I doubt that IBM wants another
  838. round of easy to clone ROMs.  It's NOT the CPU that matters (other
  839. hardware uses the Motorola 68000 family but that hasn't led to much in
  840. the way of Macintosh clones--even the Amiga's AMAX board depends on
  841. getting a set of Macintosh ROMs from somewhere).  The more complex the
  842. system, the harder it is to clone the ROM code.  I don't expect the
  843. market to change much on that account.
  844.  
  845. >It's a little different from the PC compatibles because IBM and Apple
  846. >will have shares of the OS profits which are now all garnered by
  847. >Microsoft from the PCs.
  848.  
  849. OS/2, the Rodney Dangerfield operating system--no respect.  There's
  850. DRDOS too which may be more of a player now that it's been bought up by
  851. Novell which may start bundling it with Netware and Netware Lite.
  852. Still, Microsoft IS the 600 pound gorilla in today's market.
  853.  
  854. >Will the fees for hardware/software rights be so high that any
  855. >competition will be forced to be as expensive as Apple?  Or will there
  856. >be an explosion of cheap compatibles like there is for the PCs?
  857.  
  858. If you're trying to forecast, here's what's shaping up--the Intel
  859. Pentium and DEC Alpha systems running Windows NT versus the PowerPC
  860. running Power Open (plus the usual assortment of UNIX wanna be's still
  861. trying to find a place in the desktop market).  I didn't forget about
  862. Solaris; I just don't think Sun is going to escape the niche market
  863. they're in already.  It also looks like NEC will succeed in leaving MIPS
  864. without any major players left in the ACE Consortium.
  865.  
  866. Right now I give the edge to the PowerPC because even though Windows NT
  867. applications will run on either an Alpha or Pentium platform, they can't
  868. be native code on both.  Hence, an application will necessarily run
  869. better on one than the other.  That's going to cause DEC and Intel to
  870. compete with each other for the hearts and minds of developers and
  871. possibly leave customers wondering which one to commit to.  Buying the
  872. PowerPC is likely to look like the sure bet.
  873.  
  874. >And what is Microsoft planning in case the PowerPCs become dominant.
  875. >Will they have some PowerPC version of windows?
  876.  
  877. Microsoft probably will offer a version of Windows NT for the PowerPC.
  878. It probably will be possible to run it, Power Open and Taligent OS all
  879. at the same time.  The question is, why would anyone need all those
  880. operating systems?  If Power Open does everything it's supposed to do,
  881. then Taligent OS is going to have to be something else in order to get
  882. people to switch (especially when switching is going to require $$$).
  883.  
  884. Microsoft also is likely to be THE major vendor of applications for the
  885. PowerPC.  Microsoft's idea is going to be that most users won't even
  886. know what the operating system is.  Word, Excel, and the rest will look
  887. and act IDENTICAL under all those operating systems, and the file
  888. formats will be identical as well, so data can be moved transparently
  889. >From one to another.  In the end, it's going to be total system
  890. performance (hardware + operating system + applications) that's going to
  891. move the merchandise (or not).
  892.  
  893. Look for 1994 to be "deja vu"--1982 all over again ;-)
  894.  
  895. ------------------------------
  896.  
  897. Date: Sun, 13 Dec 1992 02:02:15 GMT
  898. From: rth@netcom.com (Robert Hughes)
  899. Subject: Printing of half tone images onto a StyleWriter? (C)
  900.  
  901. GIFConverter will transform a greyscale into 360dpi halftone or
  902. dithered for output to a StyleWriter. It's shareware and
  903. widely available.
  904.  
  905. ------------------------------
  906.  
  907. Date: Sat, 12 Dec 92 00:08:00 EST
  908. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  909. Subject: Random Startup Sound
  910.  
  911. On Thu, 10 Dec 92 06:44:06 EST you said:
  912. >I would like to see someone create a startup application for system 7
  913. >that randomly plays a sound file from a selected folder.  I have many
  914. >sounds that I would love to alternate and do not want to play them all
  915. >at once.  I know that there is a cdev to randomize your system beep, but
  916. >that is not what I am looking for. Also, I would like to see an
  917. >application so there is no init code, or memory hogging, or possible
  918. >conflict with anything.
  919.  
  920. The SndControl control panel in
  921. /info-mac/sound/program/sound-manager-package-176.hqx will let you
  922. select random sounds for startups and dozens of other functions
  923. (including sysbeeps, of course).  It'll even let you keep typing while
  924. the clock strikes 12.
  925.  
  926. A startup sound requires some sort of INIT because applications don't
  927. run until after Finder launches.
  928.  
  929. ------------------------------
  930.  
  931. Date: Fri, 11 Dec 92 22:24:05 PST
  932. From: gregg@CS.Stanford.EDU
  933. Subject: RTF (Rich Text Format) specs
  934.  
  935. I'm trying to use Think C to create text files based on specific
  936. information, but I want to output something that will be easily
  937. formatted. I thought about outputting RTF, which is recognized by
  938. various word processors. This would solve the formatting problem and
  939. make the output compatible with more than one word processor.
  940.  
  941. But to do this, I need RTF specs. Does anybody know where I could get
  942. them?
  943.  
  944. Thanks in advance,
  945. Gregg L. Kasten
  946. gregg@cs.stanford.edu
  947.  
  948. ------------------------------
  949.  
  950. Date: Fri, 11 Dec 92 22:31:41 PST
  951. From: Gregg L. Kasten <gregg@CS.Stanford.EDU>
  952. Subject: RTF (Rich Text Format) Specs found!
  953.  
  954. In answer to my own question:
  955.  
  956. I was told that one can obtain RTF specs by calling Microsoft.
  957.  
  958. Gregg L. Kasten
  959.  
  960. ------------------------------
  961.  
  962. Date: Sat, 12 Dec 92 01:01:46 EST
  963. From: tdk94@gram.cc.geneseo.edu (Thomas Killian)
  964. Subject: SE and Raster Ops problem
  965.  
  966. I have an SE with a Raster Ops accelerator and full page monitor. The problem
  967. is that most every morning when I turn it on I get a sad mac, I turn it off
  968. and
  969. on again, and it works fine 90% of the time.  I have reinstalled the system
  970. (6.0.8) many times with no luck.  I even changed the power supply. Before I
  971. changed the power supply I also experienced problems with the built in screen,
  972. but since changing it I only have the sad mac problem.  Does this mean that I
  973. have a bad accelerator.  Anyone with a suggestion please e-mail me directly.
  974.  
  975.     Thanks in advance,
  976.     Tom Killian
  977.  
  978.     tdk94@gram.cc.geneseo.edu
  979.     killian@cs.geneseo.edu
  980.  
  981. ------------------------------
  982.  
  983. Date: Fri, 11 Dec 1992 23:25:27 -0500
  984. From: tonyh@lynx.msc.cornell.edu (Tony Huang)
  985. Subject: Self-rejoining segmented files (A)
  986.  
  987. Richard Lim <RTL@SIVA.BRISTOL.AC.UK> worte in Info-Mac Digest V10 #294,
  988. >Are there any utilities out there which will segment a file in such a way
  989. >that the files can be rejoined without the original application being
  990. >present?
  991. >I sometimes want to distribute very large files which won't fit on floppies
  992. >and I don't want to have to pass around the utility which did the file
  993. >splitting as well.
  994.  
  995. The only program that I know of that does what you want is MoreDiskSapce.
  996. Unfortunately, it's not a seperate utility - you have to install MDS (which
  997. patches the System file) in order to create the self-joining segments.
  998.  
  999. Tony Huang
  1000. tonyh@msc.cornell.edu
  1001.  
  1002. ------------------------------
  1003.  
  1004. Date: Fri, 11 Dec 92 21:59:46 EST
  1005. From: Pete Tamas <GNOME%TEMPLEVM.BITNET@Forsythe.Stanford.EDU>
  1006. Subject: Snooper
  1007.  
  1008. > I have a user that's experiencing waviness on her SE/30 monitor.
  1009. > The whole display shimmers and shakes.  I've run Snooper on it, but
  1010. > nothing unusual shows up.
  1011.  
  1012. This is a fairly common problem, but Snooper finds nothing. I've seen
  1013. Snooper say the mouse wa bad on a perfectly good Quadra 700. Has
  1014. anyone had good experience with Snooper?
  1015.  
  1016. I am probably much too late for the person who asked this question
  1017. (about a week ago) but Larry Pina's Dead Mac Scrolls lists a few similar
  1018. scenarios complete with the exact part which needs replacing and
  1019. estimated costs. Publisher: Goldstein & Blair, $32, ISBN 0-940235-25-0.
  1020. Individual copies call: (510) 524-4000. Quantity discounts for users'
  1021. groups, etc. Distribution to the book trade is through Publishers Group
  1022. West (510) 658-3453.-Pete Tamas
  1023. Gnome@VM.Temple.EDU, Temple Univ, Philadelphia (betw New York & Wash DC)
  1024.  
  1025. ------------------------------
  1026.  
  1027. Date: 12 Dec 1992 03:12:02 -0600 (CST)
  1028. From: "William M. Porter" <WMPORTER@Jetson.UH.EDU>
  1029. Subject: Spacesaver spurns internal HD (Q)
  1030.  
  1031. I am using StuffIt Deluxe 3.03 (latest version, methinks) and SpaceSaver
  1032. 1.02 (ditto). Here is the rub. When I select an uncompressed file on my
  1033. external, Mirror 45Mb drive and pull down in Magic Menu to "Compress,"
  1034. voila! it gets magically compressed by Spacesaver, as God intended. But if
  1035. I try the same thing on a file on my internal, Apple 40Mb drive, zip, zero,
  1036. zilch, nada, nothing.
  1037.  
  1038. Anybody have a clue what's going on here? I tried the usual diagnostic--
  1039. rebooting without loading other, potentially conflicting extensions--but to
  1040. no avail. Actually, I'm not sure whether SpacSaver is working on my
  1041. internal drive at all. There are some files compressed on it (as indicated
  1042. by the "SpaceSaver Info..." command in MM) and they will decompress well
  1043. enough if I try to open them. But I can't seem to get anything to
  1044. recompress.
  1045.  
  1046. FWIW, I'm using an LCII, running System 7.0.1 (+ TU 1.0.1). I've got 8Mb
  1047. RAM. Interesting other extensions: QuicKeys, After Dark, ATM, DiskExpress
  1048. II, SpeedyFinder7 1.54, and just a few others. I just started trying out
  1049. SpeedyFinder7, and I'm kind of suspicious of it, but I did try turning it
  1050. off, and that didn't help. Could a corrupt System file account for this
  1051. behavior? Replacing the System is the one thing I haven't done: it's such a
  1052. pain. TIA.
  1053.  
  1054. Will Porter / U. of Houston
  1055.  
  1056. ------------------------------
  1057.  
  1058. Date: Fri, 11 Dec 1992 21:22:37 -0600
  1059. From: Milamber Teloneax <rpb1@cornell.edu>
  1060. Subject: Startup sound app
  1061.  
  1062. >There is one idea that I have that I would like to see someone post
  1063. >here at Info-Mac.  I am not a programmer, therefore I do not have the
  1064. >talent to compose such a device.  I would like to see someone create a
  1065. >startup application for system 7 that randomly plays a sound file from
  1066. >a selected folder.  I have many sounds that I would love to alternate
  1067. >and do not want to play them all at once.  I know that there is a cdev
  1068. >to randomize your system beep, but that is not what I am looking for.
  1069.  
  1070. Actually, the best way (in my opinion, obviously) to do this is to use the
  1071. INIT (I know you specifically said "not an INIT", see end of message)
  1072. Randomizer (mac.archive.umich.edu
  1073. /mac/system.extensions/init/randomizer1.2.sit.hqx). It will randomly (or
  1074. consecutively) choose a file from a specified folder and copy it over a
  1075. specified file. The specified file must exist already for Randomizer to
  1076. replace it: it will not create a replacement (this is so you can turn
  1077. options off temporarily, I assume). Any number of folder/file pairs can be
  1078. specified. (Note: It does not recognize aliases as aliases, but it probably
  1079. (I haven't tried) duplicates/replaces them correctly.) It has no user
  1080. interface; all changes must be made to STR resources with ResEdit, but the
  1081. directions are helpful enough, and it's not difficult. If my description
  1082. contained too many "specified"s for you then here is a description of how I
  1083. have it set up:
  1084. ----
  1085. In my Preferences folder is a folder called Randomizer. It contains 3 more
  1086. folders: StartUpScreens, DeskPictures, and StartUpSounds, each containing
  1087. appropriate pictures in startupscreen format or sounds in standard System 7
  1088. format. In my System folder are two startupscreen format pictures:
  1089. StartUpScreen and DeskPicture (for the INIT DeskPict). In the Startup Items
  1090. folder is a System 7 format sound named ~~StartUpSound (named to go
  1091. absolutely last--after ~Darkside, which I run last so I always start up in
  1092. the finder). When starting up, Randomizer chooses the StartUpScreen and
  1093. DeskPicture for my next session (DeskPict has already read the picture that
  1094. used to be there) and the StartUpSound to be played (remember opening a
  1095. sound plays it and the Startup Items folder opens everything in it upon
  1096. startup) when the computer is finished starting up.
  1097. ----
  1098. Although Randomizer is an init, it does not do anything except copy files
  1099. on startup. I haven't had any problems with it, and in fact, I really doubt
  1100. that it adds any code to the system or has any other effect on the
  1101. computer. It does what it says--only what it says--and then its gone.
  1102. Perhaps if this program is ever updated it will be made into an
  1103. application, although I see little need
  1104.  
  1105. (If anyone wants further/clearer information or specific instructions on
  1106. what/how to modify (preferably for my setup) then feel free to mail me
  1107. directly)
  1108.  
  1109. ------------------------------
  1110.  
  1111. Date: Sat, 12 Dec 1992 08:30:52 -0500
  1112. From: jfw@jfwhome.funhouse.COM
  1113. Subject: Startup sound app
  1114.  
  1115. In Regards to your letter <199212110117.AA18672@nwnexus.wa.com>:
  1116. > I would like to see someone create a
  1117. > startup application for system 7 that randomly plays a sound file from
  1118. > a selected folder.
  1119.  
  1120. I use Randomizer to pick a System 7 sound file from a folder and drop
  1121. a copy into the Startup Items folder.  Randomizer is an INIT which will
  1122. pick a file out of a folder and copy it to somewhere else; by configuring
  1123. (via ResEdit) which folder(s) and file(s) to use, it can set up a startup
  1124. screen, a startup sound, a screen background, and lots of other things.
  1125. Randomizer is available from the usual FTP sources.
  1126.  
  1127. ------------------------------
  1128.  
  1129. Date: Sat, 12 Dec 1992 13:29:58 -0600
  1130. From: Arvid Burns <aburns@plains.NoDak.edu>
  1131. Subject: Suggestions for Ethernet
  1132.  
  1133. I'm looking to convert a lab over to ethernet. The lab consists of
  1134. 22 Mac IIcx machines. Does anyone have a suggestion on cards? How
  1135. cheap can I get away with? Also, has anyone been able to use Likewise
  1136. over an ethernet network to restore machines.
  1137.  
  1138. One more thing... how compatible are the quadra machines ethernet to
  1139. the various ethernet cards?
  1140.  
  1141. thanks
  1142. Arvid Burns     aburns@plains.nodak.edu
  1143.  
  1144. ------------------------------
  1145.  
  1146. Date: Sat, 12 Dec 1992 04:10:37 GMT
  1147. From: guckes@math.fu-berlin.de (Sven Guckes)
  1148. Subject: Sumex mirrors
  1149.  
  1150. Someone recommended:
  1151. 130.235.20.3 (in Sweden)
  1152.  
  1153. There is another mirror in Berlin, Germany:
  1154. ftp.cs.tu-berlin.de[130.149.17.7]:/pub/mac/mirrors/stanford
  1155. ftp.cs.tu-berlin.de[130.149.17.7]:/pub/mac/mirrors/apple
  1156.  
  1157. Sven :)
  1158.  
  1159. ------------------------------
  1160.  
  1161. Date: Sat, 12 Dec 92 09:29:28 PST
  1162. From: Paul Brians <BRIANS@WSUVM1.CSC.WSU.EDU>
  1163. Subject: Thank yous
  1164.  
  1165. I can think of one situation in which thank yous are generally not
  1166. appreciated: where the person being thanked pays substantial fees to
  1167. receive or read mail (such as a CompuServe subscriber getting mail
  1168. via the Internet Gateway). Otherwise, I appreciate thanks, just as a
  1169. confirmation that my information got through, and I usually try to send
  1170. them.  But folks should remember that if they don't get thanks, the
  1171. other party may not be being rude: there are a multitude of reasons
  1172. a message might not get through.
  1173.  
  1174. ------------------------------
  1175.  
  1176. Date: Sat, 12 Dec 92 02:16:45 -0500
  1177. From: Bob Kerns <rwk@world.std.com>
  1178. Subject: The fifteen minute battery (R)
  1179.  
  1180.     Date: Fri, 11 Dec 92 08:23:49 +0100
  1181.     From: krona@nada.kth.se
  1182.  
  1183.     > You can imagine my surprise when, on trying to use it off
  1184.     > battery power, it went into sleep mode after just fifteen minutes!
  1185.  
  1186.     A bad charging circuit could also give a variation of this theme. It has
  1187.     been pointed out several times in this digest and elsewhere on the net
  1188.     that if the charging plug is damaged, it may blow a fuse on the motherbord
  1189.     which will stop any further charging, but leave the ability to run off the
  1190.     mains intact.
  1191.  
  1192. A couple other points:
  1193.  
  1194. 1)  The software charging indicator detects that the charging plug is
  1195.     in place, and *not* whether or not there is any power coming from it.
  1196.  
  1197. 2)  Some PowerBook 100's have defective soldering on the power connectors.
  1198.     Insufficient solder was retained on the pads to the connectors.  The
  1199.     solder is the sole mechanical support for the connector, and the plugs
  1200.     stick out a ways and can apply significant force.  (They should have
  1201.     used a right-angle plug).  Anyway, after a while, the solder may fatigue
  1202.     and fracture, leading to intermittent charging.
  1203.  
  1204. 3)  It's possible for batteries to be defective.
  1205.  
  1206. Good luck.
  1207.  
  1208. ------------------------------
  1209.  
  1210. Date: Fri, 11 Dec 1992 20:41:24 -0700 (MST)
  1211. From: DHF@ALPHA.SUNQUEST.COM (dave)
  1212. Subject: Upload of text files Mac-to-Unix-to-Vax (Q)
  1213.  
  1214. I have  what may appear to be a very simple problem. I upload
  1215. a text file to a Unix machine using ZMODEM. It translates CR/LF
  1216. to what Unix likes to see. Now I FTP this Unix file to a VAX, but
  1217. there is no translation back. I have also tried uploading without
  1218. translating the CR/LF, but this still doesn't work in getting
  1219. a file that is readable to the VAX. Am I missing something here ?
  1220. I checked out every FAQ document I can find to no avail. Is there
  1221. something out there that will convert a file once I get it to the
  1222. VAX ? Any and all assistance would be appreciated, thanks !
  1223.  
  1224. Dave Foard
  1225. dhf@alpha.sunquest.com
  1226.  
  1227. BTW - I know there is lot's of stuff available to convert Unix-to-Mac
  1228. and vice versa as I have reviewed much of it (Macify, Chunk-it, etc.).
  1229.  
  1230. ------------------------------
  1231.  
  1232. Date: 12 Dec 92 15:20:05 GMT
  1233. From: dmeyers@mal-s2.gatech.edu (Dave Meyers)
  1234. Subject: What's up at mac.archive.umich
  1235.  
  1236. In digest <9212120054.AA20238@SUMEX-AIM.Stanford.EDU>
  1237. Info-Mac@sumex-aim.stanford.edu writes:
  1238.  
  1239. >Since the number of signons was (severely) cut back during the day, I haven't
  1240. >been able to get near the archives at Michigan. Unfortunately, I can only
  1241. >connect from my comjputer at work, and am getting used to the daytime denial
  1242.  
  1243. I just found out that there is a gopher server running which
  1244. lets you into the archives.  IT probably won't have the
  1245. access problems that straight ftp does.  If you have a Mac on
  1246. the net, there is an excellent gopher client for it, if you
  1247. use a unix box for net access (as I do), there is a curses (text)
  1248. clent for that.
  1249.  
  1250. Try: port 70 @gopher.uis.itd.umich.edu, under the special topics
  1251. menu.  That gets you to a mac archive menu, with access to both
  1252. sumex and umich archives.
  1253.  
  1254. Sumex prefers that you use gopher if you can, too.
  1255.  
  1256. --David
  1257.  
  1258. --
  1259. -- David S. Meyers (dmeyers@math.gatech.edu)
  1260.  
  1261. ------------------------------
  1262.  
  1263. Date: Sat, 12 Dec 92 21:15:16 EST
  1264. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  1265. Subject: What's up at mac.archive.umich
  1266.  
  1267. On Fri, 11 Dec 92 07:05:33 -0500 you said:
  1268. >Since the number of signons was (severely) cut back during the day, I
  1269. >haven't been able to get near the archives at Michigan. Unfortunately, I
  1270. >can only connect from my comjputer at work, and am getting used to the
  1271. >daytime denial by the UMich archives. Query - is there anything recent
  1272. >there that hasn't shown up at sumex? And if so, could someone cross-load
  1273. >it here, where the new, bigger and beefier drive can certainly store it?
  1274. >Will we ever have free access to Umich? Do they need rescuing from the
  1275. >incredible shrinking ray device? Enquiring minds want to know!
  1276.  
  1277. As a practical matter, you have two choices-
  1278.  
  1279. 1) Come to work before 6 am when more logins are allowed ;-)
  1280.  
  1281. 2) Use Gopher (requires TCP/IP--if you don't have TCP/IP there may be a
  1282. Gopher client for your host).  The UMichigan archives are available via
  1283. gopher.uis.itd.umich.edu.  I've got a "bookmark" setup in Turbo Gopher
  1284. that points to the UMich archives for easy access (another points to
  1285. info-mac, but that one comes with Turbo ;-)
  1286.  
  1287. ------------------------------
  1288.  
  1289. Date: Sat, 12 Dec 1992 23:20:03 EST
  1290. From: justin@mik.uky.edu (justin sullivan)
  1291. Subject: What's up at mac.archive.umich
  1292.  
  1293.  Um, actually, maybe we do need 'saving' from the ray gun you spoke of..
  1294. Merit has pledged support, but we haven't seen any. Disk space is plentiful
  1295. these days (more plentiful then that at sumex, or so I'm told), but we're
  1296. using other people's workstations to act as FTP servers, and currently,
  1297. the 'donated' servers are in a building with an older network, and the traffic
  1298. is too much for it.. Perhaps if lots of people complain, then something can
  1299. be worked out. Mike is trying very hard to remedy the situation, but I don't
  1300. see it getting better soon.. :( <just a personal opinion, of course>
  1301.  
  1302.  In the meantime, BART (our mailserver) is glad to serve you.. I'm afraid
  1303. I can't do any better then that, except say that I was really pissed off when
  1304. this message plops into my mailbox telling me the archives are being choked
  1305. to death...
  1306.  
  1307. ------------------------------
  1308.  
  1309. Date: Fri, 11 Dec 1992 23:19:48 -0500
  1310. From: tonyh@lynx.msc.cornell.edu (Tony Huang)
  1311. Subject: What's up at mac.archive.umich (C)
  1312.  
  1313. Steve Marsh <marsh2@nrlfs1.nrl.navy.mil> wrote in Info-Mac Digest V10 #294,
  1314. >Since the number of signons was (severely) cut back during the day, I haven't
  1315. >been able to get near the archives at Michigan. Unfortunately, I can only
  1316. >connect from my computer at work, and am getting used to the daytime denial
  1317. >by the UMich archives.
  1318.  
  1319. If you must access the umich archives during the day, connect to the umich
  1320. gopher server (using TurboGopher, for example) instead of the ftp server.
  1321. Gophering is more efficient while browsing since it doesn't have to stay
  1322. connected.
  1323.  
  1324. Tony Huang
  1325. tonyh@msc.cornell.edu
  1326.  
  1327. ------------------------------
  1328.  
  1329. Date: Sat, 12 Dec 92 02:56:27 -0500
  1330. From: mike@mac.archive.umich.edu
  1331. Subject: What's up at mac.archive.umich.edu
  1332.  
  1333.  
  1334.  
  1335. >From: "Steve Marsh"  <marsh2@nrlfs1.nrl.navy.mil>
  1336. >Subject: What's up at mac.archive.umich
  1337.  
  1338. >Since the number of signons was (severely) cut back during the day, I haven't
  1339. >been able to get near the archives at Michigan. Unfortunately, I can only
  1340. >connect from my computer at work, and am getting used to the daytime denial
  1341. >by the UMich archives. Query - is there anything recent there that hasn't
  1342. shown
  1343. >up at sumex? And if so, could someone cross-load it here, where the new,
  1344. bigger
  1345. >and beefier drive can certainly store it? Will we ever have free access to
  1346. >Umich?
  1347.  
  1348. Hi Steve....
  1349.  
  1350.     The problem wasn't with the computer (which can handle up to 100
  1351. connections easily) or the disk space (which so far seems to know no
  1352. bounds, but this may change very soon), but actually with the network
  1353. in the building that holds the main ftp machine for the archive.
  1354.  
  1355.     If I walked into the building and looked up at the router during
  1356. business hours, I would see a red light blinking indicating major packet
  1357. collisions (i.e. it was being severely overloaded).  Right at the moment
  1358. I'm working as hard as possible to find some other ftp machines in other
  1359. locations around the U-Michigan that we can use.  I'll let you know
  1360. when this happens.
  1361.  
  1362.     If you have AFS access, there isn't a quota at all and you can freely
  1363. "cd" into the archives.  Just make a link in your AFS home directory to
  1364. the U-M Software Archives in /afs/umich.edu/group/itd/archive/mac and then
  1365. ftp/Fetch to your local AFS machine.
  1366.  
  1367.     I'm also very pleased to announce Gopher access to our archives.  I
  1368.     sent
  1369. out the message to the folks at U-Mn asking them to include us in their
  1370. list of gopher-accessible archive sites.  If you want to use Gopher
  1371. access right now, you can access the U-Michigan Gopher server at
  1372. port 70 of gopher.uis.itd.umich.edu (we're in the "special topics" section).
  1373.  
  1374.     And I'm still very optimistic that in the future, Stanford and U-M's
  1375. archive can work together on shareware and public domain libraries.
  1376. If there's any suggestions or things we can do to help, please DO send
  1377. us e-mail.  Our address for comments is "comments@mac.archive.umich.edu".
  1378. Questions about the archive can always be sent to to
  1379. "questions@mac.archive.umich.edu".  Hope that helps...
  1380.  
  1381. mike@mac.archive.umich.edu
  1382.  
  1383. ------------------------------
  1384.  
  1385. Date: Fri, 11 Dec 92 21:57:40 EST
  1386. From: Pete Tamas <GNOME%TEMPLEVM.BITNET@Forsythe.Stanford.EDU>
  1387. Subject: Word files in use (when they're not!)
  1388.  
  1389. > I have noticed that after closing a file in Word 5.0a--but not quitting
  1390. > Word--that I am unable to trash the file from the finder. I get the
  1391. > "can't delete file, file in use" message. After quitting Word, I am able
  1392. > to trash the file.
  1393.  
  1394. > I'm not sure why this happens. Could it be there is still a Word-temp
  1395. > file that exists that is "the open file"?
  1396.  
  1397. That's probably correct. I notice if I copy data from Document A
  1398. and paste it into Document B, close Document A, then I can't delete
  1399. Document B.
  1400.  
  1401. If I remember correctly (this was discussed some time ago) someone
  1402. suggested Saving the file so the Mac would no longer think the file
  1403. was busy. After some trial and error on and off the last few weeks
  1404. I finally figured it out. In case in there's someone out there who was
  1405. also unable to figure it out, use SAVE AS... and replace the file. THEN
  1406. you can delete the file. This works with Word 4.0 but I haven't tried it
  1407. with 5.0 or 5.1. -Pete Tamas
  1408. Gnome@VM.Temple.EDU, Temple Univ, Philadelphia (betw New York & Wash DC)
  1409.  
  1410. ------------------------------
  1411.  
  1412. Date: Sun, 13 Dec 1992 01:31 EST
  1413. From: CDCLARK@INDSVAX1.INDSTATE.EDU
  1414. Subject: WP 2.1 ---> WP 5.1
  1415.  
  1416. Hey there --
  1417.  
  1418. I just recently upgraded my WP 2.0 to 2.1 "Yeah" and need a bit o' info.
  1419.  
  1420. I have been attempting to transfer my files from WP 2.1 to WP 5.1
  1421. and whenever I transfer the margins and fontsize don't seem to transfer
  1422. correctly or at all for that matter.  THe other problem because the font
  1423. size and margins don't transfer - the tabs seem to get screwed up.
  1424. Anythoughts on the matter would be appreciated - basically I want to be
  1425. able to transfer a complete document from wp 2.1 -> wp 5.1 nad by the way i
  1426. am using the save as format of wp.5.1 when saving the file on my mac.
  1427.  
  1428.  
  1429. -- Thanks cdclark@indsvax1.indstate.edu
  1430.  
  1431. ------------------------------
  1432.  
  1433. Date: Sat, 12 Dec 1992 18:28:23 +0000
  1434. From: James Thomson <thomsonj@dcs.gla.ac.uk>
  1435.  
  1436. Newsgroups: comp.sys.mac.digest
  1437. Path: thomsonj
  1438. From: thomsonj@dcs.glasgow.ac.uk (James Thomson)
  1439. Subject: OmegaSANE in 7.1 - IT LIVES!!!
  1440. Message-ID: <Bz5sn1.IoB@dcs.glasgow.ac.uk>
  1441. Summary: I have it! OmegaSANE running under 7.1
  1442. Keywords: OmegaSANE 7.1 Hack
  1443. Organization: Glasgow University Computing Science Dept.
  1444. Date: Sat, 12 Dec 1992 18:28:13 GMT
  1445. Lines: 40
  1446.  
  1447. Contrary to my previous posting - OmegaSANE is present in system software 7.1
  1448. but it is not active (on my LCII at least - I suspect this is for
  1449. compatibility
  1450. reasons; the LCII doesn't have an FPU socket, so OmegaSANE doesn't activate -
  1451. but I have an FPU card, so this is a Bad Thing ;-).
  1452.  
  1453. If you have experienced a loss of SANE power, read on...
  1454.  
  1455. First a caveat, this works for *me* - this is a quick hack! However, it
  1456. increases the speed of floating-point math by more than a factor of two on
  1457. my set up with 7.1 so I am prepared to do it. No guarentees are given.
  1458.  
  1459. Open up the System file with ResEdit. Locate the ROv# resources.
  1460. These resources control which resources in ROM are over-ridden by resources
  1461. stored in the system file. The LCII has ROM version 1660, so we alter
  1462. ROv# ID 1660 - this may be different for other Macs, you can find the version
  1463. using TattleTale or somesuch.
  1464.  
  1465. So, open ROv# ID 1660 in the System and add the following resources to the
  1466. list:
  1467.  
  1468.  TYPE   : PACK
  1469.  ID     : 4
  1470.  
  1471.  and
  1472.  
  1473.  TYPE   : PACK
  1474.  ID     : 5
  1475.  
  1476. These resources in the system file will now be used in place of the ones in
  1477. the ROM of the LCII. It just so happens that these are the OmegaSANE versions
  1478. of the math packages. Now save the system, restart and check it out with your
  1479. favourite SANE math benchmarks. I may be wrong about the details of *why*
  1480. this works and I'm sure Apple will disagree but it works for me. Call me
  1481. irresponsible for posting this if you like...
  1482.  
  1483. So could Apple be trying to discourage people adding FPUs to 'low-end' Macs?
  1484. Or maintaining compatibility? Discuss...
  1485.  
  1486. Mail me if you have any problems - or if it actually works on your Mac too!
  1487.  
  1488. James Thomson - thomsonj@dcs.glasgow.ac.uk
  1489.  
  1490. ------------------------------
  1491.  
  1492. End of Info-Mac Digest
  1493. ******************************
  1494.