home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / CDROM / BCD / BCD.DOC next >
Encoding:
Text File  |  1996-08-05  |  5.7 KB  |  120 lines

  1.    BCD copy?_right! 1996 by Buldozer                              Ver 1.386
  2.  
  3. ------------------------------------------------------------------------------
  4.  
  5. What is BCD anyway?
  6.  
  7.  Although the name might suggest something about Binary Coded Decimals, it's
  8. rather Buldozer's CD (faker), and YES, I know there are a lot of'em around
  9. already. So why have I decided to write 'just another' one ? Read on.
  10.  
  11.  
  12. So what's so interesting about it ?
  13.  
  14.  Quite a lot of it, really. It works with no problems on SUBST-ed local
  15. drives, MAP-ed network drives (at least I tryed it on Novell Netware 4.1), Win
  16. 3.1, Win 3.11 with 32-bit disk/file access, Win '95, offers a possibility of
  17. faking up to 9 CD drives, with different labels for each one, and I could
  18. still find something to brag about.
  19.  
  20.  
  21. And what's the use of a CD faker in 'licenced' environment ?
  22.  
  23.  Maybe I should put that in a little story...
  24.  Once uppon a time in a far away land, there lived a guy who liked to call
  25. himself Buldozer. He's been a .ASM programmer for as long as he cared about,
  26. and worked on a local network, which ran Novel Netware 3.11. He had one CD-ROM
  27. drive on the server, and was quite happy with it, as all the software
  28. recognised it as a CD-ROM drive, and made no fuss about it (though he had to
  29. load quite a lot of drivers on the client PC to get that CD working in the
  30. first place). But then one day, he upgraded to an all shiny and new Novell
  31. Netware 4.1 server, which offered him much more than he could ever dream
  32. about. He also got a few more CD-ROM drives, and had put them in a server, so
  33. he could have access to them from any machine on the network. Even more - he
  34. also found out that he has just enough cash to buy some new and cool games
  35. (like Command'n'Conquer for instance) on CDs, so he could play them, in the
  36. meantime while he wasn't busy coding. But, as there always is a 'but', a
  37. problem arose. The games refused to work. They all protested, that he was
  38. supposed to put the CD in the CD-ROM drive, although it most definitely WAS in
  39. the drive - how else could he have started the installation utilities anyway ?
  40. To shorten the story a bit - network CD drives never appear as read CDs on a 
  41. Novell Netware 4.1 network, but rather as normal HDD volumes. So the games 
  42. didn't recognise the drive and he couldn't play with them, although he
  43. really wanted to. Then an idea stroke him: "What if I told those games, that
  44. this really ARE CD-ROM drives, and not just normal hard discs ?!" Not long
  45. after, there was a FCD 1.0, which worked under DOS, and made Command'n'Conquer
  46. work very well. Encouraged by this he went to the local shop and bought a few
  47. other CDs, and most of them worked perfectly, until he found Fade To Black,
  48. which worked alright, but where were those beautiful sequences, he had seen in
  49. the shop ? The answer was a BCD 1.0 which also had support for direct reads
  50. from CDs. Guess you can all tell that, he had seen Win 3.11 in the meantime
  51. and is playing around with Win '95 at the moment, so here's the ver. 1.386
  52. (god only knows where the version number came from), which works just
  53. perfectly on these platforms too.
  54.  
  55.  
  56. Great ! So how can I use it ?
  57.  
  58.  If you just start BCD with no parameters it will display a short help screen,
  59. with lists all the parameters which I will describe here in more detail.
  60.  
  61.  D:            - is the name of the drive, that you want to fake. For instance
  62.                  'BCD E:' will start faking the E: drive without any label.
  63.  
  64.  /n:Number     - Specify number of CD drives that you want to fake.
  65.                  'BCD E: /n:4' will fake drives E:, F:, G: and H:, with no
  66.                  labels.
  67.  
  68.  /l[N]:"LABEL" - Set the label of the drive (number N).
  69.                  'BCD F: /n:3 /l:"GDI" /l2:"NOD"' will fake drive F: with
  70.                  label GDI, drive G: with label NOD and drive H: without any
  71.                  label. (/l is equal to /l1)
  72.  
  73.  /d            - Disable CD faking. Not many uses for this one, but might come
  74.                  handy.
  75.  
  76.  /e            - Enable faking. If you disabled the CD faker with /d command,
  77.                  then you can enable it again with /e.
  78.  
  79.  /i            - Displays the current BCD parameters. (whether it is installed
  80.                  or not, which drives are faked, what are their labels, ...)
  81.  
  82.  /w            - Just make BCD resident, without any faking parameters and
  83.                  stay in the disabled state until you get some parameters.
  84.                  This is the usual way, you'd load BCD for WIN support, as it
  85.                  has to be resident before entering windows. (just put
  86.                  'BCD /w' in your AUTOEXEC.BAT)
  87.  
  88.  /u            - Uninstalls BCD if possible (last TSR loaded), otherwise it
  89.                  just disables it.
  90.  
  91. Example:
  92.  
  93. If F:\DATA\GAMES is the directory than you want to fake, then you can use command SUBST to
  94. "make" a driver out of the directory: SUBST X: F:\DATA\GAMES and after that just type 
  95. BCD X: and X: (F:\DATA\GAMES) has becomed a CD drive. If you want to make a whole drive a
  96. "CD-ROM" then there is no need for SUBST, just type the real drive letter after BCD command.
  97.  
  98. It doesn't work for this program: Program_Name !
  99.  
  100.  Hey, I haven't tryed it with ALL existing CD software, so just let me know at
  101. toni.rutar@uni-mb.si, and I will try to make a 1.386.1 version ASAP. :)
  102.  
  103.  
  104. My system crashes when using BCD !
  105.  
  106.  Do the same thing as if you found a program, for which BCD doesn't work.
  107.  
  108.  
  109. I just want to tell you what a great faker it is !
  110.  
  111.  Write to above address - any comments (good or bad) will be greatly
  112. appreciated.
  113.  
  114.  
  115.  
  116.                                                bye till ver 1.386.1,
  117.                                                                 Buldozer
  118.  
  119.  
  120. PS: And NO, I'm not responsible if it burns up your machine ;]