home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / CMD.MISCMSGS.ARC / 00MISC.CMD.MSGS next >
Encoding:
Text File  |  2019-04-13  |  33.5 KB  |  855 lines

  1.  ************
  2. Topic 9         Thu Oct 24, 1991
  3. C128.JBEE [* Sysop *]        at 04:56 EDT
  4. Sub: None of the above                      
  5.  
  6. A place to post questions and whatever else that pops into your mind that does
  7. not fit into any of the other CMD topics already started.
  8. 150 message(s) total.
  9.  ************
  10.  ------------
  11. Category 12,  Topic 9
  12. Message 1         Thu Oct 31, 1991
  13. C128.JBEE [* Sysop *]        at 10:59 EST
  14.  
  15.  We had three good rolls of the dice and three lucky winners at the 
  16.  CMD conference the other night
  17.  T.Adams 18 won 1st place but decided for an extension on his TC128 sub.
  18.  L.Schonder won (25) 5.25 disks
  19.  G.Correa won a free TC128 subscription
  20.  
  21.  It was a nice informal conference, one of many to come for Flagship$
  22.  users.
  23.  ------------
  24. Category 12,  Topic 9
  25. Message 2         Sat Dec 14, 1991
  26. C128.JBEE [* Sysop *]        at 00:00 EST
  27.  
  28.  FCOPY undocumented feature ...
  29.  
  30.  When you boot FCOPY from a partition it keeps the partition as the "target"
  31.  partition when entering disk commands with the "at sign".
  32.  True life example ...
  33.  
  34.  boot fcopy from partition #25 from HD
  35.  set source from 1581 with a partition (using S)
  36.  set target on HD partition #19
  37.  
  38.  You see that you want to "new" partition #19 so you enter the
  39.  disk commadn from the "at sign" command
  40.  n:q,ijb
  41.  
  42.  It falls through to partition #25 and nukes your partition.
  43.  Luckily for me I am pretty handy with a sector editor and I didn't loss
  44.  any of my programs...could be tough on someone else.
  45.  ------------
  46. Category 12,  Topic 9
  47. Message 3         Sat Dec 14, 1991
  48. CMD-DOUG                     at 23:40 EST
  49.  
  50.  Appendix A, page 6, under the heading "Send Disk Command (@)":
  51.  
  52.  "Important: disk commands do not follow the source or target path, but
  53.  are instead sent to the current directory. Therefore, it is wise to make
  54.  sure you are currently in the correct partition, sub-partition, or
  55.  subdirectory before sending a command ntended for a certain area."
  56.  
  57.  I'd call that documented. It further goes on to state that you can use
  58.  partition numbers and paths in the disk commands. That will assure you
  59.  that they will go where intended. Problem is, most folks don't read this
  60.  stuff until AFTER they have goofed. Only thing I can think of to make it
  61.  clearer would be to add that "current directory means whatever directory
  62.  you were in when FCOPY was loaded." So if you are in partition 1, and FCOPY
  63.  is in partition 24, and you load it with ^24:FCOPY, then the current
  64.  directory is still in partition 1.
  65.  ------------
  66. Category 12,  Topic 9
  67. Message 4         Sun Dec 15, 1991
  68. HOWIE-CBM [H.HERMAN1]        at 13:09 EST
  69.  
  70. Yup!  My Manual says the same thing.  I gotta agree with Doug on this one.
  71.  
  72. That's as documented a feature as you can document...  No two ways about it!!
  73.  
  74. Howie   :)
  75.  ------------
  76. Category 12,  Topic 9
  77. Message 5         Sun Dec 15, 1991
  78. C128.JBEE [* Sysop *]        at 22:00 EST
  79.  
  80.  But, I changed the source/target after running FCOPY and even did
  81.  directories of the source/destination disks and partitions.
  82.  After setting the source/destination and then pressing "b" to view the
  83.  target directory you would think now that I am viewing the target
  84.  directory through FCOPY that the disk command would go there.
  85.  
  86.  I understand about being in the same partition I booted FCOPY from
  87. originally.
  88.  
  89.  But after setting to different paths and doing directories you would not
  90. think
  91.  that sending a disk command to the B drive would instead go to the A
  92.  drive and the original partition.
  93.  
  94.  Once you set the paths in FCOPY the channel commands should go to the
  95.  respective drives and along the correct paths shouldn't it?
  96.  ------------
  97. Category 12,  Topic 9
  98. Message 6         Mon Dec 16, 1991
  99. HOWIE-CBM [H.HERMAN1]        at 22:25 EST
  100.  
  101. JBEE,
  102.  
  103. I quess one way to look at it is that FCOPY's use of SOURCE and DESTINATION
  104. are for _ITS_ use (in copying files) and have no affect on DOS.
  105.  
  106. As you know, you can change and/or re-confirm the currect dir/part by issuing:
  107. CP5 and/or CD//telcom (or whatever) _FIRST_, then you'd know for sure any
  108. commands are going where intended.
  109.  
  110. However, since this is all getting very technical, I may be missing the
  111. point...
  112.  
  113. Howie
  114.  ------------
  115. Category 12,  Topic 9
  116. Message 7         Mon Dec 16, 1991
  117. CMD-DOUG                     at 22:40 EST
  118.  
  119. As Howie said, the SOURCE and TARGET partition and path info is strictly for
  120. FCOPY's own internal use for copying. Since there are two parameters (SOURCE
  121. and TARGET), and since FCOPY allows copying from one area of the drive to
  122. another, it would be necessary to check and change partitions and subdirectory
  123. paths internally each time the Send DOS Command function was activated. Doing
  124. so involves quite a bit of extra code, not only to make the moves, but also
  125. for possible errors in paths. And it complicates sending commands since now
  126. you must change all your path info to send a command to an area of the drive,
  127. or include the path info in your commnd string. We felt this would be more
  128. confusing than just requiring partition and path info at all times.
  129.  ------------
  130. Category 12,  Topic 9
  131. Message 8         Mon Dec 16, 1991
  132. R.ALBRECHT3                  at 23:57 PST
  133.  
  134. Do you see the possibility of a CD ROM drive package available for the 64 or
  135. the 128 in the future? I have used these CDROM devices on the PC campatibles
  136. and I really like the information that is currently available for the PC'S.
  137. Could such a setup (CD ROM) work on the Commodore 8-bit line of computers?
  138.  ------------
  139. Category 12,  Topic 9
  140. Message 9         Sat Dec 28, 1991
  141. C128.JBEE [* Sysop *]        at 07:19 EST
  142.  
  143.   FORWARDED FROM CAT 12 - TOPIC 18
  144.   ------------
  145.  Category 12,  Topic 18
  146.  Message 1         Thu Dec 26, 1991
  147.  S.CRAIK [Steve]              at 20:50 PST
  148.  
  149.   Hi, I thought that this would be a better place inwhich to discuss the
  150.  problems I've been having.  I'd been talking about it in the post
  151.   RAMLink TRicks & Tips.  Since it isn't a TRick or Tip !!!
  152.  
  153.   Perhaps those messages & replies could be brought over here?
  154.  
  155.    AS I mentioned I found another RAMLinnk User that is having problems
  156.   with his Expansion Port.  (though, at the moment I haven't found out
  157.   for sure that he has the HONG KONG assembled 128D from what he said
  158.   it does seem very similar.  I've replied to HIM (Pat Wood) ...a NOTE
  159.   for you CMD just in case you get a call.
  160.  
  161.   Anyway, I was finding out many things that seemed to not be working
  162.   as a 128D or 128 should.  For one, if there was nothing in the Expan-
  163.   sion slot that my 128D wouldn't let the BASIC 7.0 screen to appear
  164.    That turns out to be that the port's connector's pins (bottom & top)
  165.   were all touching.  I replaced the connector with another.  That
  166.   problem is no more.  I do get the BASIC 7.0 screen
  167.  
  168.    RAMLink still doesn't work in 128 mode correctly!
  169.  
  170.   I've taken my 'puter to a repair shop and it said that the 6526 chips
  171.   U1 U4 were bad, we replace them but still the test ended BAD!
  172.  
  173.   Mind you all this time I'm still able to use my 128D with Aprospan
  174.   ...a REU (1.5 meg) & a Swiftlink Cart connected to a USRobotic HST 14.4
  175.   beside the 1581 and Panasonic KX-P 1080 printer w/ Super G interface..
  176.   plus the 1084s monitor
  177.  
  178.    So it was suggested that I try it on other machines...
  179.     Well I have, a flat type 128 that had Jiffy-Dos Kernal Rom (switch out)
  180.   it worked.  Then thinking it still had something to do with the "D"
  181.   model...  I tried it on one at the user group meeting that I attend.
  182.   It turned out that it worked on that unit ...but I noticed that it was
  183.   assembled in TAIWAN.  Just recently, in the I talked with another
  184.   person that had a TAIWAN made 128D and asked him what happens when he
  185.   presses "F1" for the Jiffy-Dos Directory command.
  186.  
  187.   the 128.  Though, not sure as I thought that they get swapped out, I
  188.   thought ...for whats in the RAMLink.
  189.  
  190.    Anyway, my ROMs in U32 & U34 chips were made in 1986 CBM  one has the
  191.   last few digits  xxxx23-02 & the other  xxxx22-02.   So are these any
  192.   thing that is in your 128D?
  193.  
  194.    A curious thing that I've been hearing about is some sort of "EMI"
  195.   thing.  Not sure if thats the correct nomiclature.  Any idea what that
  196.   relates to?
  197.  
  198.    Well the solution still hasn't been found.  But should this be
  199.   happening this is the place to watch for INFO.  As I don't want others
  200.   to go through all the problems that I have.
  201.  
  202.    Thanks for listening!  and hopefully a CURE will follow in the messages
  203.   after this.
  204.  
  205.   Steve (S.CRAIK)
  206.  
  207.   ------------
  208.  Category 12,  Topic 18
  209.  Message 2         Sat Dec 28, 1991
  210.  C128.JBEE [* Sysop *]        at 07:06 EST
  211.  
  212.   I will be moving this topic elsewhere in the Category and deleting the
  213.   original message.
  214.  
  215.   re:bad 6526s
  216.   I think I explained this before somewhere else but...
  217.   The teste is a good place to start when tracking down problems but it is
  218.   not "foolproof" nor is it a replacement for a logic probe and DMM.
  219.   I have a computer a customer sent me that got hit by lightening and wiped
  220. out
  221.   both 6526s (they tested bad).  Now with two good (and tested) 6526s in the
  222.   C-128D the one at U1 stil shows bad on the tester but good on the board.
  223.   I have tested almost everything on the mother board and it still shows U1
  224.   as bad and the 80 column screen still has glitches with a new wpower
  225.   supply and a new VDC.
  226.   Replacing chips is no guarantee the computer will be "right" if there is
  227.   another logic chip, resistor, or capacitor that is bad.  If you have
  228.   replaced both 6526s because they were bad and they still show bad that
  229.   means the computer was subjected to a surge that did more than damage the
  230.   chips.  I would also look at testing and replacing the power supply.
  231.   Since this is a $80 item I suggest making sure it is bad and it is the only
  232.   thing that will need to be replaced.
  233.   Otherwise you will end up spending more in parts than a C128D costs used
  234.   or in some cases new.
  235.   ------------
  236.  ------------
  237. Category 12,  Topic 9
  238. Message 10        Sat Dec 28, 1991
  239. HOWIE-CBM                    at 11:11 EST
  240.  
  241. Steve,
  242.  
  243. I believe that if a SwiftLink is in the pass thru port, that in order for  it
  244. to work properly, the setting for the NORMAL/DIECT switch is a factor.
  245.  
  246. If you find that you have a prob running with it, you might try switching  it
  247. to its other position.
  248.  
  249. Howie
  250.  ------------
  251. Category 12,  Topic 9
  252. Message 11        Sun Jan 19, 1992
  253. J.ROBBINS16 [JBUS]           at 16:37 EST
  254.  
  255. Hi:), just a little rumor I'd like to get some info on. I'd heard that CMD is
  256. no longer providing Gateway with the sale of RamLink or RamDrive, but instead
  257. will be providing a GEOS Configure file, for GEOS users.  I'd like very much
  258. to get a copy of this Configure file, but I still can't seem to find it
  259. anyplace. ...  Is this Geos Configure file just a rumor, or is there somplace
  260. I can get a copy?
  261.  ------------
  262. Category 12,  Topic 9
  263. Message 12        Sun Jan 19, 1992
  264. PAUL-MB                      at 18:54 CST
  265.  
  266. I heard about that too...and I believe it because I got it from the author of
  267. the Configure file!
  268.  ------------
  269. Category 12,  Topic 9
  270. Message 13        Thu Jan 23, 1992
  271. JIM.COLLETTE                 at 19:20 EST
  272.  
  273. Yep, I did write the Configure for that... I believe it will be available in
  274. the CMD library here on GEnie. Hopefully Doug will see this soon and post an
  275. official reply...
  276.  
  277.    Jim  :)
  278.  ------------
  279. Category 12,  Topic 9
  280. Message 14        Fri Jan 24, 1992
  281. J.ROBBINS16 [JBUS]           at 00:52 EST
  282.  
  283. Thanks guys, I was hoping this was for real.
  284.  ------------
  285. Category 12,  Topic 9
  286. Message 15        Sat Jan 25, 1992
  287. L.SCHECTER [Shek]            at 19:24 EST
  288.  
  289.   Perfect print is wunnerful! I would like to see a printer adaptation file
  290. and a printer driver for the Hewlett Packard Desk Jet 500 printer in PCL
  291. level3, Epson FX-80 and IBM Proprinter III emulations. I'd buy that!
  292.  ------------
  293. Category 12,  Topic 9
  294. Message 16        Sat Jan 25, 1992
  295. C128.JBEE [* Sysop *]        at 20:53 EST
  296.  
  297.  L.Schecter
  298.  Since you mentioned the Deskjet 500 I would like to mention that the
  299.  Pacific Page and Elefont cartridges now sell for $99 and buy using a plain
  300.  old word processor you can bury font commands in your text.  This allows you
  301.  access to fonts and typefaces ranging from 6pt to 30pt! at 300 DPI!
  302.  
  303.  Graphics are another story ...  though I have found printing graphics out
  304.  from Geos and then running the paper through it again to place text
  305.  around the graphics is a good way to make a master page suitable for
  306.  photocopying.
  307.  ------------
  308. Category 12,  Topic 9
  309. Message 17        Tue Jan 28, 1992
  310. CMD-DOUG                     at 05:17 EST
  311.  
  312.  Okay folks - the official word about the new GEOS patches for RAMLink and
  313.  RAMDrive...
  314.  
  315.  Orders taken after January 1, 1992 were no longer supplied with a free
  316.  copy option for gateWay, but when shipped included a new set of CONFIGURE
  317.  files and utilities to allow using RAMLink and RAMDrive with the standard
  318.  GEOS deskTop. The reasoning behind this is simple - many GEOS users found
  319.  gateWay to be difficult to set up and learn, and we concur that gateWay
  320.  is simply not for everybody. There are also some bugs in gateWay that we
  321.  had hoped the author would have resolved by now, but we're still waiting
  322.  for those fixes to materialize. By far, we felt it was better to create
  323.  a method for those who do prefer the iconic interface of the deskTop to
  324.  use RAMLink and RAMDrive, and to have an alternative for those who had
  325.  problems with the bugs due to their particular configurations.
  326.  
  327.  For those of you who prefer gateWay's power, we have not given up it by
  328.  any means - the bugs are still being worked out, and we'll make new
  329.  versions available as soon as we feel satisfied that they truly resolve
  330.  the known bugs.
  331.  
  332.  As for the new CONFIGURE files and utilities for using standard GEOS,
  333.  these are now available for download in our private library here,
  334.  complete with documentation. The method used to make RAMLink and RAMDrive
  335.  usable under standard GEOS was actually discovered by Paul Bosacki while
  336.  creating gateWay, and in fact, the basic routines employed came from
  337.  gateWay itself. Since Paul has been extremely busy with his own business,
  338.  as well as with working on improving gateWay, we employed the assistance
  339.  of Jim Collette to implement the actual code required. Thanks to Jim, who
  340.  has done a fine job by the way. The new CONFIGURE files will allow you
  341.  to use parts of RAMLink or RAMDrive as a RAM 1541 or RAM 1571, and can
  342.  also access 1581 partitions. Jim also created a partition switching
  343.  utility so that access to multiple 1581 partitions is possible. This
  344.  utility can also be used to copy files between partitions. Finally, Jim
  345.  created new versions of RBOOT and 128 RBOOT, so that GEOS can be
  346.  RAM rebooted, EVEN AFTER YOUR COMPUTER HAS BEEN TURNED OFF. In addition
  347.  to these fine utilities by Jim, I have created a setup program which can
  348.  automatically configure RAMLink or RAMDrive partitioning for use with
  349.  GEOS - a feature I felt was really needed to help the less technical
  350.  users.
  351.  
  352.  So, for anyone who wants this new system, it is now available in our
  353.  private library as a single download 'RL/RD.GEOS.SFX'. If you don't have
  354.  access to that area, and are a registered owner of RAMLink, RAMDrive, or
  355.  a CMD HD for that matter, leave mail to me (CMD-DOUG). The patches are
  356.  also available on disk direct from us for $10.00 fee.
  357.  ------------
  358. Category 12,  Topic 9
  359. Message 18        Tue Jan 28, 1992
  360. A.KARANTZE [The Maverick]    at 21:01 EST
  361.  
  362. Doug,
  363.     Good to hear about that. Ill pass on the info to some other people here
  364. who are using gateway and RAMLink... and I hope that you do get gateway sorted
  365. out... it does look like it can do the job. At any rate, I believe in CMD's
  366. ability.
  367.                                  -> Antony karantze
  368.  ------------
  369. Category 12,  Topic 9
  370. Message 19        Thu Jan 30, 1992
  371. D.BURR8                      at 01:14 EST
  372.  
  373. Heh, sounds like a reasonable solution to me. However... Silly me never
  374. remembered to register my RamLink. It is an EARLY model with the 1.30 RL-DOS
  375. Rom. No serial number visible anywhere on the RamLink. Do I need to open the
  376. case to find a serial number? If so, where do I find the number. Any advice
  377. would be appreciated since I really DO have to get this things registered and
  378. get access to the files/updates/etc...Thanks
  379.  
  380. Dan
  381.  ------------
  382. Category 12,  Topic 9
  383. Message 20        Thu Jan 30, 1992
  384. CMD-DOUG                     at 08:09 EST
  385.  
  386. Early models (revision A) RAMLinks have no serial number - but they did have a
  387. registration card. Did you send that in?
  388.  ------------
  389. Category 12,  Topic 9
  390. Message 21        Thu Jan 30, 1992
  391. D.BURR8                      at 21:53 EST
  392.  
  393. No, I haven't sent it in, sice it asks you to write down the serial #. Not
  394. having a number, I assumed I was just missing something. So I can simply send
  395. it the card, and it will be counted as valid?
  396.  
  397. Dan
  398.  ------------
  399. Category 12,  Topic 9
  400. Message 22        Thu Jan 30, 1992
  401. CMD-DOUG                     at 22:03 EST
  402.  
  403. Yes - just send it in. You're obviously well past warranty, but at least you
  404. will be registered, so you can be notified of any updates, etc.
  405.  ------------
  406. Category 12,  Topic 9
  407. Message 23        Fri Feb 28, 1992
  408. JMMCCUTCHEN                  at 18:42 EST
  409.  
  410. Hello everyone, I was a diehard C64 user from when they first hit the shelves,
  411. for the last couple of years i've been using ibm compatibles (there just so
  412. cheap to upgrade!). I'm looking at my dusty old C64 and a seagate IDE
  413. hardrive....anyone know of a C64-IDE adapter?? Thats reasonably priced??
  414.  I kinda miss the old gal..she was so easy!
  415.  ------------
  416. Category 12,  Topic 9
  417. Message 24        Sat Feb 29, 1992
  418. C128.JBEE [* Sysop *]        at 00:41 EST
  419.  
  420.  I do not know of any IDE adapter.
  421.  ------------
  422. Category 12,  Topic 9
  423. Message 25        Tue Mar 03, 1992
  424. D.MCLAUGHLI8 [Black Fire]    at 01:29 EST
  425.  
  426. How does one go about getting access to the CMD Private Library? I've sent
  427. mail to CMD-Doug, on a few occasions, but have got no response, and I can
  428. <J>oin library 19 yet!
  429.  
  430. Help!
  431.  
  432. Doug
  433.  
  434.  
  435.  ------------
  436. Category 12,  Topic 9
  437. Message 26        Tue Mar 03, 1992
  438. HOWIE-CBM                    at 04:24 EST
  439.  
  440.  
  441.  Doug,
  442.  
  443.  Hmmm...
  444.  
  445.  Generally you should be granted access in about a week.
  446.  
  447.  Include in the GEnie Mail request to Doug, info about the CMD equipment
  448.  you have registered.
  449.  
  450.  I am pretty sure that I did not see your name included with the list of those
  451.  recently given access to CMD's Library.
  452.  
  453.  Howie
  454.  ------------
  455. Category 12,  Topic 9
  456. Message 27        Tue Mar 03, 1992
  457. CMD-DOUG                     at 20:19 EST
  458.  
  459. It usually takes just a tad longer than a week, as I usually collect the names
  460. for a week, then take them in to the office to verify against product
  461. registration cards, then submit the approved list to the sysop here, and then
  462. they undoubtably have some overhead time in getting your name into the system
  463. for access. Your name has been approved and submitted, by the way, so your
  464. access should be available soon.
  465.  ------------
  466. Category 12,  Topic 9
  467. Message 28        Sat Mar 07, 1992
  468. D.MCLAUGHLI8 [Black Fire]    at 10:09 EST
  469.  
  470. Thanks a lot!  And thanks for the reply as well!
  471.  
  472. Doug
  473.  
  474.  ------------
  475. Category 12,  Topic 9
  476. Message 29        Fri Apr 03, 1992
  477. J.ROBBINS16 [JBUS]           at 04:02 EST
  478.  
  479. I have a problem with geoMakeBoot, and before I send it back I'd like to know
  480. if it is me or the program.. I've sucessfully made aGeos 128 v2.0 back-up,
  481. but the Geos 64 v2.0 doesn't work.  All I get is a screen full of colored
  482. square boxes and a locked computer Is there something different about the 64
  483. version I should know about, or is it just possibly a bad file? I've tried it
  484. with both GEOS 64 v2.0 and GEOS 64 v2.0r (georam) and get the same results.
  485.  ------------
  486. Category 12,  Topic 9
  487. Message 30        Tue Apr 07, 1992
  488. J.ROBBINS16 [JBUS]           at 18:56 EDT
  489.  
  490. Well, Thanks CMD...sent me a new complimentary disk in 3 days of my previous
  491. message.  Now that's service! The new programs both work great.  Please give
  492. my personal thanks to Mr. Christianson for the disk and his letter.  :]
  493.  ------------
  494. Category 12,  Topic 9
  495. Message 31        Thu Apr 09, 1992
  496. PAUL-MB                      at 11:09 EDT
  497.  
  498.  Here's an odd one I discovered last night with my RAMDrive & JiffyDOS.
  499.  
  500.  Normally, to start up Wizard, I type FAST <cr> @#11 <cr> @CP3 <cr> and
  501.  SHIFT RUN/STOP.  But I accidentally typoed FAST@ <cr>.  Guess what?  A
  502.  reset!  JiffyDOS reset on me twice when I did that.  Third time it locked.
  503.  
  504.  So I tried PRINT@ <cr>.  I got an odd number (something on the line of
  505.  pi) and the drive status!
  506.  
  507.  I don't know if this is just an "undocumented bug" but it's there :)
  508.  
  509.                               ~~~ Paul ~~~
  510.  ------------
  511. Category 12,  Topic 9
  512. Message 32        Thu Apr 09, 1992
  513. HOWIE-CBM                    at 19:16 EDT
  514.  
  515.  Paul,
  516.  
  517.  I suspect, but am not sure so someone else may have to confirm this, that
  518.  what you saw is more an attribute of a design decision, rather than any bug.
  519.  
  520.  If the firmware of JiffyDos is set up to operate along the lines of
  521.  something like Basic8 or CS/DOS, then JD is first looking for a command it
  522.  can recognize and execute, and if not, then passes along the command to the
  523.  Basic interpreter.  FAST@ is nonsense to both, so weird things are likely to
  524.  happen.
  525.  
  526.  Under nornal CBM dos, I suspect you'd get some sort of error message.  Having
  527.  JD on top of this may not always let this be the case, leaving the only
  528.  option of having JD determine if the command is in fact a valid Basic one
  529.  before passing it along.  Adding this extra error checking routine could have
  530.  been done, I suppose, but at the expense of overhead and extra execute time.
  531.  If I was designing JD, I'd leave something like this out, since the extra
  532.  time wouldn't be worth the trade-off of catching something like this.  Others
  533.  may not agree with the way I look at it though.
  534.  
  535.  One way to avoid something like this from happening again is to save the
  536.  following file to your default RD partition and directory, and run *IT*
  537.  each time you want to run Wizard:
  538.  
  539.  10 fast:@#11:open15,11,15:print#15,"cp3":close15:dload"wizard",u8
  540.  
  541.  If I misread your configuration, just change around device numbers in
  542.  the above.
  543.  
  544.  Then if you decide this is sorta a nice way for things to get started,
  545.  and you add more programs, and include a series of menus, so one keypress
  546.  does a GOTO, to start up each, then you pretty much have a menu driven sys
  547.  similiar to mine!   :)
  548.  
  549.  Howie
  550.  ------------
  551. Category 12,  Topic 9
  552. Message 33        Thu Apr 09, 1992
  553. PAUL-MB                      at 19:20 EDT
  554.  
  555.  Thanks, Howie :)  I think it's about time I ran a program to boot
  556.  Wizard...only been doing this for about 5 1/2 months or so :)
  557.  
  558.                               ~~~ Paul ~~~
  559.  ------------
  560. Category 12,  Topic 9
  561. Message 34        Fri Apr 10, 1992
  562. C128.JBEE [* Sysop *]        at 08:30 EDT
  563.  
  564.  the <at sign>F is a JiffyDos command ...
  565.  ------------
  566. Category 12,  Topic 9
  567. Message 35        Mon Apr 13, 1992
  568. J.ROBBINS16 [JBUS]           at 22:48 EDT
  569.  
  570. I got brave and tried it, ... it just reads the error channel and ignores
  571. anything before it in my RamDrive. but the print@ puts it in a tizzy and locks
  572. the screen up for any command after it.. if it's placed after the@ sign it
  573. will try to print the file in memory to the printer... and crash....  nice try
  574. though, Paul must have had something still hanging around in memory to get the
  575. results he found... that mixed in with the @ command..
  576.  ------------
  577. Category 12,  Topic 9
  578. Message 36        Tue Apr 28, 1992
  579. MIKE.DUNCAN [ Mikey ]        at 00:10 EDT
  580.  
  581.  CMDoug,
  582.  
  583.  Does CMD supply technical data for their products?
  584.  Like service literature (schematics/parts list) for the HD and RL.
  585.  If something goes wrong with them, I'd like to be able to repair them
  586.  myself.
  587.  
  588.  RAMLink
  589.  =======
  590.  Is upgrade data available for the RL? My RL has Rev.D on it, but I
  591.  noticed that the paper that came with it said you were up to Rev.G
  592.  or H. (I'd hafta look)
  593.  BTW - Is the RAMCard upgradable to the RamCard_II configuration?
  594.  
  595.  Hard Drive
  596.  ==========
  597.  Could I just `swap' the 20mb drive that came in my HD with a 200mb drive?
  598.  
  599.  Which SCSI commands are supported by the HD, and which aren't?
  600.  
  601.  Is the HD actually GCR formatted?
  602.  
  603.  Have you released (or are you gonna) a ROM routine listing?
  604.  
  605.  =================
  606.  
  607.  Just lookin' ahead => Mikey
  608.  
  609.  ------------
  610. Category 12,  Topic 9
  611. Message 37        Thu Apr 30, 1992
  612. CMD-DOUG                     at 05:58 EDT
  613.  
  614. There are numerous options for upgrading RAMLink. Hardware upgrades of the
  615. units are expensive, so unless you really have a problem I would avoid that
  616. issue. Firmware upgrades can be made by purchasing the latest ROM Revision
  617. which costs $15.00 plus shipping. RAMCard itself cannot be upgraded to a RAMC
  618. ard II, but there is a trade-in policy which gives a $20.00 credit. We also
  619. supply other goodies with that type of exchange, such as the latest DOS and
  620. utilities or any other parts needed to operate with an RTC option installed
  621. (where required).
  622.  
  623. As far as technical info, no, we've never compiled that for distribution, nor
  624. is it likely that we will. There have been so many mods and changes that just
  625. putting it together would be a monumental task, and there just are not that
  626. many who would benefit from that (not to mention the drain it would put on our
  627. internal resources which would slow down other projects which are planned or
  628. in-process). We also feel that such information SHOULD remain proprietary, as
  629. well as ROM code...we worked long and hard to design and debug these things,
  630. and it would be a shame to just give it away and make it easier for someone
  631. else to copy. There may be at some time in the future a release of certain
  632. information, such as the jump tables which are not supposed to change, and
  633. maybe some other location information if we can determine that it has remained
  634. stable over all revision levels (takes a heap of checking just to verify
  635. this).
  636.  
  637. As for SCSI commands on the HD, the Send SCSI command (S-C) doesn't check what
  638. you send, so anything that the drive mechanism can accept will work. The
  639. routine just passes the command on to the SCSI device.
  640.  
  641. As far as changing the drive mechanism, most any can be used, but we won't
  642. guarantee compatbility with anything other than those which we have tested
  643. ourselves. Best to ask about specific models when you are ready to make such a
  644. change. Also, watch the power consumption on the 12 VDC...max surge current
  645. should not exceed 2.5 A at 12 VDC.
  646.  ------------
  647. Category 12,  Topic 9
  648. Message 38        Fri May 08, 1992
  649. MIKE.DUNCAN [ Mikey ]        at 23:51 EDT
  650.  
  651.  CMDOUG,
  652.  
  653.     Thanks for the quick reply.
  654.  
  655.   >> ...so unless you really have a problem I would avoid that issue.
  656.  
  657.     Haven't noticed any problems with my RL so far. Sure hope I never
  658.  do. But what I was hoping to get, was a detailed listing of what
  659.  actual problems have been found, and what the specific fixes were.
  660.  I guess I should have asked if I could find out what's the difference
  661.  between the rev D that I have, and the latest rev. And if there was a
  662.  parts list, guide, or something that I could use to make the mods.
  663.  
  664.  
  665.   >> ...such information SHOULD remain proprietary...
  666.  
  667.     Only wanted to be able call some routines. That's all. Didn't want
  668.  to be reinventing the wheel. I've got books for the 1541 & 1571 with
  669.  the same type of information. Sorry, I didn't know it was that big of
  670.  a deal. Now I know.
  671.  
  672.     Thanks Again - Keep those great CMD products comin'!
  673.  
  674.  **   **
  675.  *** ***  ****   **  **  *****   **  **                    **
  676.  *******   **    ** **   **       ****             **       **
  677.  ** * **   **    ****    ****      **                        **
  678.  **   **   **    ** **   **        **              **       **
  679.  **   **  ****   **  **  *****     **                      **
  680.  ------------
  681. Category 12,  Topic 9
  682. Message 39        Sat May 09, 1992
  683. CMD-DOUG                     at 11:36 EDT
  684.  
  685. That may be a hard list to come by...while I have much of the info, Mark has
  686. never given me any official documentation of the changes from Rev I to Rev 2A,
  687. or the changes in the RL-DOS from around 1.6 to 2.0. While I know he has such
  688. info, he has just never typed it up for entry into our own information library
  689. at CMD. I haven't pressed him to do so, as he has been overly busy with new
  690. projects, as have we all. Will mention it to him though, and once I have it
  691. I'll upload it. I avoid going straight from his notes, as they usually require
  692. interpretation :)
  693.  ------------
  694. Category 12,  Topic 9
  695. Message 40        Wed Aug 05, 1992
  696. C128.JBEE [* Sysop *]        at 22:26 EDT
  697.  
  698.  I have a programming problem and need an answer.
  699.  
  700.  How many relative files can you have open at one time on either a CMD HD
  701.  or a Ramlink?
  702.  
  703.  I know you can't have more than one open on a 1581 (at least it doesn't
  704.  work for me).
  705.  
  706.  I know I read about file limits somewhere and how to calculate them but I
  707.  can't find a thing in the HD manual.
  708.  ------------
  709. Category 12,  Topic 9
  710. Message 41        Wed Aug 05, 1992
  711. CBM-ED [e.g.bell]            at 22:55 EDT
  712.  
  713. The limits on the floppy drives have to do with the internal buffers that each
  714. filetype allocates within the drive.  How many buffers do the HD/ RAMLinks
  715. have for internal DOS management?
  716.  ------------
  717. Category 12,  Topic 9
  718. Message 42        Fri Aug 07, 1992
  719. CMD-DOUG                     at 00:01 EDT
  720.  
  721. The number of job buffers available on CMD devices is dependent upon the
  722. partition type being used. When using emulation partitions, these devices have
  723. the same number of buffers as the drive type being emulated. That is 5 for
  724. 1541 and 1571, and 9 for 1581 (one of these is reserved for DOS). RAMLink and
  725. RAMDrive max out at 9, so this is the limit for CMD Native partitions on those
  726. devices. The HD, however, has 32 buffers available when using CMD Native
  727. partition types, which means you can have up to the full 10 files (of any
  728. type) allowed by the file table in the computer open at once.
  729.  ------------
  730. Category 12,  Topic 9
  731. Message 43        Fri Aug 07, 1992
  732. C128.JBEE [* Sysop *]        at 16:02 EDT
  733.  
  734.  The reason I am asking all this is I am converting my database program
  735.  to run on the Ramlink and HD but I also want to make available the option
  736.  to run it from a 1581 just in case someone's RL or HD goes down and they
  737.  need to access data files from their backup disks.
  738.  
  739.  So running from a 1581 or a 1581 emulation partition I should be able to
  740.  have open
  741.  (2) relative files and (1) sequential file
  742.  at the same time?
  743.  Without corrupting data that is?
  744.  ------------
  745. Category 12,  Topic 9
  746. Message 44        Fri Aug 07, 1992
  747. CBM-ED [e.g.bell]            at 18:54 EDT
  748.  
  749. Seems to me that a REL file takes up 3 internal data buffers and a SEQ takes
  750. 1, *if* memory serves.  I don't think the 1581 has 7 internal  buffers, does
  751. it.  Of course, you don't have to keep the REL files open all the time to you.
  752. Actually, I jus checked the 1581 manual....  You can only open 1 REL file and
  753. 1 SEQ file and the command channel at a  time.   BTW, to find that info, I
  754. looked under error 70 in the back of the manual, which is the 'No Channel...'
  755. error.   ;-(
  756.  ------------
  757. Category 12,  Topic 9
  758. Message 45        Sat Aug 08, 1992
  759. C128.JBEE [* Sysop *]        at 02:53 EDT
  760.  
  761.  Thank you Ed :)  I just couldn't track down that the piece of information
  762.  even though I read it somewhere.
  763.  
  764.  Shoot!  I thought after 7:00 tonight ;) I could have two relative (3 buffers
  765.  each) and 1 seq. file open (1 buffer) at the same time.  I guess not!
  766.  
  767.  I am going to try the (2) relative files and (1) on the Ramlink and HD and
  768.  see what happens.  I have been assured it should work :)  Though the 1581
  769.  emulations probably will not work.
  770.  
  771.  ------------
  772. Category 12,  Topic 9
  773. Message 46        Sat Oct 24, 1992
  774. R.KNOP1 [Rob Knop]           at 14:43 EDT
  775.  
  776. The drives are black so that reviewers have _something_ to criticize in them!
  777. :)  (Besides the fact that the reviewer wanted one four years ago.)
  778.  
  779. Naah, I prefer JBEE's answer.
  780.  
  781. -Rob
  782.  ------------
  783. Category 12,  Topic 9
  784. Message 47        Sat Oct 24, 1992
  785. PAUL-MB                      at 20:14 EDT
  786.  
  787.  And now's the time for people to spraypaint their computers jet black :)
  788.  
  789.  - Paul :)
  790.  ------------
  791. Category 12,  Topic 9
  792. Message 48        Sun Oct 25, 1992
  793. J.ROBBINS16 [JBUS]           at 05:32 EST
  794.  
  795. JBEE already tried that once on a 128D... ;D
  796.  ------------
  797. Category 12,  Topic 9
  798. Message 49        Sun Oct 25, 1992
  799. CMD-DOUG                     at 22:28 EST
  800.  
  801. Actually, the drives are black because we don't have to worry about color
  802. clashing when we get drives with various bezel colors in. :)
  803.  
  804. ...see there really was a reason behind it...
  805.  
  806.  ------------
  807. Category 12,  Topic 9
  808. Message 50        Sun Oct 25, 1992
  809. C128.JBEE [* Sysop *]        at 23:29 EST
  810.  
  811.  J.R, yea I am getting a FD drive just so I have something that matches
  812.  it -lol
  813.  ------------
  814. Category 12,  Topic 9
  815. Message 51        Mon Dec 28, 1992
  816. C128.JBEE                    at 01:10 EST
  817.  
  818.  Here is a FCOPY suggestion:
  819.  Have an option "n" that will let you rename files if a duplicate exists
  820.  on the target disk or another option "c" that will append a "+" to the
  821.  filename automatically and then copy the file.
  822.  
  823.  The "c" option would be handy when backing up a lot of files to a 4meg
  824.  floppy, so you don't have to babysit the program.
  825.  ------------
  826. Category 12,  Topic 9
  827. Message 52        Thu Dec 31, 1992
  828. F.OGLE [Color 64 BBS]        at 04:12 EST
  829.  
  830.    Good idea - The SSv5 cartridge appends a character in front of duplicate
  831. filenames.  Nice'n'easy for mass scratching of them. :)
  832.  ------------
  833. Category 12,  Topic 9
  834. Message 53        Thu Dec 31, 1992
  835. GULLIBLE [Jon]               at 15:01 EST
  836.  
  837. SSv5 appends a CTRL-A to then end of duplicate filenames. You can still do a
  838. mass scratch with a 1581.
  839.  ------------
  840. Category 12,  Topic 9
  841. Message 54       Sun Feb 14, 1993
  842. CMD-DOUG                     at 21:18 EST
  843.  
  844.  MCOPY Bug Report:
  845.  
  846.  This applies only to MCOPY versions 2.14 and 2.16. These versions
  847.  appeared on FD UTILITIES and from 2/2/93 through 2/12/93 on HD/RL/RD
  848.  UTILITIES.
  849.  
  850.  Conditions: Copying from HD 1571 partition to RL or RD 1571 partition.
  851.  Description: RAMLink or RAMDrive 1571 partition becomes corrupted.
  852.  Fix:         None available as yet. New version of MCOPY with fix
  853.               should be uploaded to the CMD Private Library sometime
  854.               this week. I'll be sure to post a message when it is there.
  855. ~