home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / 8bit / 3878 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  2.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!mips!pacbell.com!well!moon!cyberden!phbill
  2. From: moon!cyberden!phbill@well.sf.ca.us
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: Re: Looking for patches
  5. Message-ID: <XJXJoB1w164w@cyberden.uucp>
  6. Date: Sun, 26 Jul 92 20:43:56 PDT
  7. References: <1992Jul21.204208.3040@news.ysu.edu>
  8. Organization: Indescribable Creations
  9. Lines: 43
  10.  
  11. ac742@yfn.ysu.edu (Joe Perkins) writes:
  12.  
  13. > I have all fo these in a form which will allow me to copy them to 
  14. > the HD, but each one has it's own drawbacks when you try to use
  15. > it ( reading only drive one, looking for support files on drive one,
  16. > etc.)
  17. > Can anyone tell me how to go about patching these suckers?
  18.  
  19. Do these access "D:" as drive one or "D1:" as drive one?  (some 
  20. programmers are lazy and assume that you're using DOS 2.5 or something 
  21. close in which "D:" could ONLY be drive one)  
  22. If the program DOES access "D:" then it's just a simple case of changing 
  23. the working directory "CWD <dir>" in SpartaDOS - not sure about SDX tho; 
  24. or in MyDOS use [R] (or was it [Q]?) to "pick default directory."  In 
  25. both cases whenever "D:" is accessed it acts like how it's set.  (oops.. 
  26. BTW: in SpartaDOS, just type "Dx:" to change the drive NUMBER and "CWD" 
  27. to change DIRECTORIES.  In MyDOS the same command does both)
  28. Anyways.  From there whenever you're prompted from within the program for 
  29. a filename, if it's smart it'll stick a "D:" in the front of it if no 
  30. drive is given.  This means all your working files for this program are 
  31. in it's directory/on the same drive.  If you DON'T want this, just add a 
  32. "Dx:" at the beginning.
  33.  
  34. IF, however, the program DOES use "D1:" (waste of 1 byte every time it's 
  35. used!!! ;) ) then my best feeble suggestion would be to get out a good 
  36. old sector editor (which, BTW: I am without!!!) and change all occurences 
  37. of "D1:" to something like "DD:" or "Dx:" (x being your new drive/hard 
  38. drive number...remember it's unchangeable unless you go around editing it 
  39. every time... just use SpartaDOS or MyDOS and "DD:").  I've only tested 
  40. "DD:" with MyDOS.  I used BobTerm to play with it while I was online.. so 
  41. don't trust this 100%.  Play with it first.  If it works, go in and edit 
  42. your program (SAVE THE ORIGINAL!!!!!!!!!).  
  43.  
  44. I do think, however, that most programmers were lazy enough ;) to say 
  45. "D:" instead of "D1:" back in the good old days of non-directory DOSes...
  46.  
  47.     "Be seeing you!"
  48. Say|____________9_year_veteran_ ||| __
  49. Hi |PhBill: Bill Kendrick      / | \
  50. if |moon!cyberden!phbill@well.sf.ca.us
  51. in |__________________________________
  52. NJ!|                     July 25, 1992
  53.