Jump to content

Virtual Drives on Windows XP

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
Ahoy,

I'd like to mount a "virtual drive" myself on Windows XP, I guess using the windows API.

What I thought about would be like a server interface, meaning explorer.exe would send "queries", like, list directory, or get file through a pipe or whatever...

I know some programs do it, maybe not the way I think it is done, but what the heck,

:D

if you know anything, enlighten me please!

#2
Ancient Dragon

Ancient Dragon

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 400 posts
I'm not sure what you want. In the MS-DOS 6.X days there was a M$ program that created virtual drives, such as creating d: out of c:\mydir. Microsoft removed that ability I believe with Windows NT 4.0.
Visit Grandpa's Forums, a social networking forum, with family-oriented arcade games, blogs, discussion forums, and photo albums.

#3
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
As far as my researches got me, what I need is a shell namespace extension, similar to GmailDrive.

But god the API's complex :( , plus I don't know much about COM programming...

#4
Ancient Dragon

Ancient Dragon

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 400 posts
>>plus I don't know much about COM programming

That too is a very very complex topic -- several books have been written about it.
Visit Grandpa's Forums, a social networking forum, with family-oriented arcade games, blogs, discussion forums, and photo albums.