CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: emulating a CD

  1. #1
    Join Date
    Feb 2001
    Location
    Bucharest, Romania
    Posts
    24

    emulating a CD

    Hello,
    I want to develop a CD emulator. Any starting ideas? Any suggestion would be apreciated...

    Linux IS userfriendly. It just selects its friends very carefully.

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: emulating a CD

    In old dos times, I used to launch "subst" command, telling dos that a directory was my cd (ie: subst c:\mydirforCD d, then I was able to run code in directory like it was on CD. In earlier times, I did not try, and it may not work anymore (expecially if you are under windows NT)....
    Hope it may give you a hint.

    Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured