home *** CD-ROM | disk | FTP | other *** search
- BCD Copy?_Right! 1997 by Buldozer Ver 2.0α2
-
- ------------------------------------------------------------------------------
-
- Foreword:
-
- As this is only an alpha testing release, I'd REALLY like to get any comments
- on it. If it doesn't work on your environment or if you experience any kinds
- of problems when using BCD - please let me know, so I can fix those bugs and
- make a release version ASAP. (email address is at the bottom of the text)
-
-
- What is BCD anyway?
-
- Although the name might suggest something about Binary Coded Decimals, it's
- rather Buldozer's CD (faker), and YES, I know there are a lot of'em around
- already. So why have I decided to write 'just another' one ? Read on.
-
-
- So what's so interesting about it ?
-
- Quite a lot of it, really. It works with no problems on SUBST-ed local
- drives, MAP-ed network drives (at least I tryed it on Novell Netware 4.1),
- (Win 3.1, Win 3.11 with 32-bit disk/file access - currently not available in
- alpha release as I have problems with microsoft's VXD linker and unless I get
- a later version of it, I'll have to make another build for these two
- environments, which wont work with Win95), Win '95, offers a possibility of
- faking up to 9 CD drives (this is really only a command line parser
- limitation (if you ever need more than nine drives - do let me know), with
- different labels for each one, write-protects and sets zero bytes free on the
- faked drive, reports correct attributes (read-only) for files/directories even
- if they aren't set on the original drive, and I could still find something to
- brag about.
-
-
- And what's the use of a CD faker in 'licenced' environment ?
-
- I can understand why there might be a few arguments against CD fakers, but if
- people use them for illegal activities - well it's their fault. But for others
- they give the ability to use copy-protected programs/games over network
- CD-rom drives (as they appear as normal network drives with most network
- clients/servers), make the programs much faster if CD-rom contents are copied
- to a hard drive (even the fastest CD-rom drives are still much slower than
- HDs), ...
- In short - they make life easier for all of us.
-
-
- Great ! So how can I use it ?
-
- If you just start BCD with no parameters it will display a short help screen,
- which lists all the parameters which I will describe here in a bit more
- detail.
-
- D: - is the name of the drive, that you want to fake. For instance
- 'BCD E:' will start faking the E: drive without any label.
-
- D:=X:\DIRNAME - will automatically subst a drive (if possible - will not
- work on most network drives) and start faking it.
- 'BCD G:=D:\XCOM3' will create drive G which will really be
- just a subst for 'D:\XCOM3' ; you can also specify relative
- directories like 'BCD E:=.' which will create a drive from
- the current directory ; if the directory name has a blank
- character in the name, then you should put it in quotes
- 'BCD E:="C:\Program Files"' - right now, the command line
- parser only supports one directory to subst so if you need
- more CD-ROM drives you should subst them manually.
-
- /n:Number - Specify number of CD drives that you want to fake.
- 'BCD E: /n:4' will fake drives E:, F:, G: and H:, with no
- labels.
-
- /l[N]:"LABEL" - Set the label of the drive (number N).
- 'BCD F: /n:3 /l:"GDI" /l2:"NOD"' will fake drive F: with
- label GDI, drive G: with label NOD and drive H: without any
- label. (/l is equal to /l1)
-
- /t[N][-N2] - Sets number of audio tracks on the CD-ROM. 'BCD E: /t5' will
- fake drive E and set it to have 5 tracks. For additional
- support (haven't seen such a CD until now, but ...) there is
- also the second parameter - if there are only tracks 4 to 8
- on the original CD, you should do something like
- 'BCD D: /t4-8'
-
- /d - Disable CD faking. Most useful in network environments. You
- should always disable BCD when you want to reassign a faked
- network drive.
- For instance: if you have the contents of a CD in directory
- called 'GAME' on network drive F:, you should first
- MAP R F:\GAME (for novell networks, or the equivalent on
- other), fake the created drive (if it made drive H:
- BCD H: /l:"LabelOfGame"), and afer you have played the game
- and want to reassign drive H:, you should BCD /D (or BCD /U)
- before remapping the drive (otherwise the network driver
- won't be able to identify it's drive (hey it IS a local
- CD-ROM anyway ;-) ), do the remapping and then (if needed)
- reenable the drive faking with BCD /E (look below)
-
- /e - Enable faking. If you disabled the CD faker with /d command,
- then you can enable it again with /e.
-
- /i - Displays the current BCD parameters. (whether it is installed
- or not, which drives are faked, what are their labels, ...)
-
- /w - Completely obsolete right now ... but have left it in for
- ... as if I knew why (mainly for Win 3.1 and Win 3.11 support
- in final release).
- Just make BCD resident, without any faking parameters and
- stay in the disabled state until you get some parameters.
- This was the usual way, you'd load BCD for WIN support, as it
- had to be resident before entering windows. (just put
- 'BCD /w' in your AUTOEXEC.BAT)
-
- /u - Uninstalls BCD if possible (last TSR loaded), otherwise it
- just disables it.
-
-
-
- What's new in ver 2.0:
-
- - Can/should be loaded from within Win95 DOS prompt and not before
- - Automatic substing of directories
- - Audio tracks support (makes some more software work)
- - A few bugs removed
- - Additional CD-ROM commands suport
- - Additional Volume LABEL support
- - Additional Win32 commands support
- - Sets zero bytes free on the faked drive
-
- ... since alpha 1
-
- - Few bugs removed
- - Rewrote quite a bit of code (hope it doesn't mean more bugs)
- - Finally complete label support under Win32
- - Write protects emulated drive (completely?)
- - Returns all files/directories attributes as READ ONLY (like on CD)
-
-
-
- Questions and Answers:
-
- "It doesn't work for this program: Program_Name !"
-
- Hey, I haven't tryed it with ALL existing CD software, so just let me know at
- toni.rutar@uni-mb.si, and I will try to make a 2.01 version ASAP.
-
-
- "My system crashes when using BCD !"
-
- Do the same thing as if you found a program, for which BCD doesn't work.
-
-
- "I just want to tell you what a great faker it is !"
-
- Write to above address - any comments (good or bad) will be greatly
- appreciated.
-
-
-
- bye till release version,
- Buldozer
-
-
- PS: Dos part is packed with WWPACK 3.05ß5 Shareware version, and I DON'T
- recommend unpacking it. Not because I would mind you unpacking it at
- all, but rather because VXD part will get corrupt and you won't be able
- to use it under Windows any more.
-
- PPS: If anyone has a later version of Microsofts VXD linker (not the old
- LINK386.EXE) than
- 'Microsoft (R) 32-Bit Incremental Linker Version 2.60.5046',
- I'd be VERY glad if I could get it as this version is quite full of
- bugs mainly related to VXDs with DOS stubs (BCD for instance) - and had
- to do quite a few workarounds to get everything working.
-
- PPPS: As I'd like to make a 'compatibility list' of software which works with
- BCD, I'like to ask you to tell me of all programs that you tried with
- BCD and work (games/programs - whatever). If there are some special
- prameters needed (like label or number of tracks) do tell me that also.
- It will just make life easier for all others who ever try BCD with that
- program.
-
- PPPPS: YES, this program IS freeware, and NO, I'm not responsible if it burns
- up your machine ;]
-