home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / unprtc.lzh / MULTILNK.UNP < prev    next >
Text File  |  1984-10-24  |  2KB  |  56 lines

  1. The new version of Multi-Link has been copy protected by a very
  2. simple, but effective, method.
  3. A normal DOS diskette is formatted for 40 tracks, but most diskette drives
  4. can reach out to track 42 !  Now track 41 on the Multi-Link diskette is not
  5. formatted at all, but the 42 track has been formatted and contains data.
  6. In sectors 3 and 8 of track 42 the ASCII numbers 59 are in the first 2 bytes,
  7. and the rest of both sectors are spaces, or hex"20".
  8.  
  9. In order to copy the diskette and run mlink.com sucessfully, track 42 must
  10. also be copied.  I have modified the DOS 2.0 version of diskcopy.com so
  11. that 42 tracks will be copied.
  12.  
  13. To make your new version of DISKCOPY.COM, place DEBUG.COM and DISKCOPY.COM on
  14. a blank disk in the default drive, and type do the following EXACTLY as shown !
  15. This patch is for DOS 2.xx Version of DISKCOPY.COM.
  16.  
  17.  0. DEBUG              <enter>
  18.  1. N DISKCOPY.COM     <enter>
  19.  2. L                  <enter>
  20.  3. E 211 2A           <enter>
  21.  4. E 355 2A           <enter>
  22.  5. E 35C 2A           <enter>
  23.  6. N CPYMLINK.COM     <enter>
  24.  7. W                  <enter>
  25.  8. Q                  <enter>
  26.  
  27.  9.CPYMLINK A: B:      <enter>
  28.    <place the Distribution copy of Mulit-Link in A: drive and a scratch in B:>
  29.    <then enter>
  30.  10. that is it !!!
  31.  
  32. If you have never used the io-redirection features of DOS  2.0 here is your
  33. chance. Put the following lines in a seperate file called FIXDSKCP.ARF.
  34. And issue the command "DEBUG <FIXDSKCP.ARF ".
  35. YOU MUST HAVE DEBUG.>COM, DISKCOPY.COM, AND FIXDSKCP.ARF IN THE DEFAULT DRIVE!!
  36. *************************do not include this line********
  37. N DISKCOPY.COM
  38. L
  39. E 211 2A
  40. E 355 2A
  41. E 35C 2A
  42. N CPYMLINK.COM
  43. W
  44. Q
  45. *************************don not include this line*******
  46. Now do step 10 above.
  47.  
  48. Since the Multi-Link diskette is single-sided and you may
  49. wish to use double sided drives, simply copy the Multi-Link
  50. diskette with your new version of diskcopy.com, then FORMAT the diskette
  51. double-sided !  Since FORMAT.COM only formats 40 tracks, track 42 isn't
  52. damaged. Now, with the origional Multi-Link diskette in A: and
  53. the diskcopied-then-formatted diskette in B:, do a "COPY A:*.* B:"
  54.  
  55. Mark A. Sehorne...et al
  56.