Virtual Drive

  • Thread starter Thread starter Mike Bulava
  • Start date Start date
M

Mike Bulava

Many Programs have been made that create virtual drives I saw one recently
that created a Drive from an ISO image so it acted Like a CD drive. Does
anyone know how this can be done? I have an App that I'd like to write that
would create the virtual drive then when that drive is accessed it would use
a TCP connection to transfer Data between the computer and a server over the
internet. Any help would be greatly appreciated.

Thanks,
Mike Bulava
 
Mike Bulava said:
Many Programs have been made that create virtual drives I saw one recently
that created a Drive from an ISO image so it acted Like a CD drive. Does
anyone know how this can be done? I have an App that I'd like to write that
would create the virtual drive then when that drive is accessed it would use
a TCP connection to transfer Data between the computer and a server over the
internet. Any help would be greatly appreciated.

Thanks,
Mike Bulava

I believe this would be lower level than VB gets. You would probably have to use C++ (unmanaged)
im guessing to do the job.
 
Back
Top