Thread: Avoiding the need to have cd-rom in cd-drive, but how..

  1. #1
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020

    Avoiding the need to have cd-rom in cd-drive, but how..

    Halo,

    I recently bought a set of educational software concerning science. I installed it, but immediately found that the software has to refer back to the cdrom whenever it needs to load something. THere are many disadvantages. Firstly, time. I'm on laptop, and cd doesn't spin continously, only for a few seconds. So whenever i click something, it has to load from cd, which then i have to wait for the cd to start spinning again! Another major concern is hardware. Spinning the cd and stopping and spinning it again with gaps within seconds doesn't sound very healthy for the comp (i luv.. my comp u know..), at least thats what i think.

    So the question is, is there any way i can avoid the software to refer back to the cd? I mean i need something like a "no cd crack", but not exactly that, since it's illegal, but i don't think there would be one for educational software like this anyway.

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    cd cracks are not illegal. Some are quite legal since you own the software and simply do not want to keep using the cds.

    like you said, however, you probably won't find one for that software. Your best bet would be to copy everything from the cd into a folder on your harddrive. Usually apps are built with the idea that the executable looks in the same directory for it's additional information as the place where the exe is stored. Try it, it's worth a shot.
    EntropySink. You know you have to click it.

  3. #3
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    I think it's different in my case. THe software has the option to install itself onto the hdd, which i did. But i think only a few main files that execute the program are installed. So the executable would be on the computer. I'm afraid that the exe would look for stuff on the cdrom drive no matter what.

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    If it doesn't have a "full install" option, try :

    - uninstall
    - copy all files from the CD to your HDD (not the program files directory),
    - install it again, but from your HDD, not the CD. It may work, then again...
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  5. #5
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Thanks Hammer and ober5861!

    Problem fixed. I installed from hdd. Whew, i think only a programmer can figure that one out >.^.

    Just out of curiosity, can a program not
    built with the idea that the executable looks in the same directory for it's additional information as the place where the exe is stored
    , and instead, using some sort of windows routine to search cd-rom drives?
    Last edited by Nutshell; 01-14-2003 at 09:13 AM.

  6. #6
    Hidoi Ryuujin
    Join Date
    Nov 2002
    Posts
    220
    just curious, what should be tried if that doesn't work. My grandpa has a chess game that only runs from the CD. I got it to run from the HD once, but later his comp screwed up and no matter what I tried it won't run with out the disk.
    One death is a tragedy, one million... a statistic.
    -Josef Stalin

    In case I forget, I use Bloodshed Dev C++ v.4

  7. #7
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    If you legally own the CD, like ober said, I'd look for a crack for it.

  8. #8
    Registered User alex6852's Avatar
    Join Date
    Sep 2001
    Posts
    43
    There is a very simple methood to all cd problems:
    1) copy all files from cd to hdd;
    2) use special software to make a folder
    look like CD-ROM device(system can't tell them apart!!!)

    Special software:
    - Paragon Cd Emulator
    - Virtual CD
    - Fantom CD
    - many, many others
    - interesting DOS command "subst"
    C++ rulez!!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using IRP_MJ_CREATE (handle/createFile/access rom drive)
    By Witchfinder in forum C Programming
    Replies: 1
    Last Post: 03-11-2009, 03:07 AM
  2. This CD Drive is broken?
    By alphaoide in forum Tech Board
    Replies: 3
    Last Post: 06-04-2005, 02:59 PM
  3. HUGE fps jump
    By DavidP in forum Game Programming
    Replies: 23
    Last Post: 07-01-2004, 10:36 AM
  4. CD rom troubles...
    By Shadow in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-08-2003, 10:56 PM
  5. Ghost in the CD Drive
    By Natase in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 10-12-2001, 05:38 PM