Click here to Skip to main content
15,915,048 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Conversions Pin
TheGreatAndPowerfulOz18-Aug-05 14:19
TheGreatAndPowerfulOz18-Aug-05 14:19 
GeneralRe: Conversions Pin
Prgrmr4Christ18-Aug-05 14:41
Prgrmr4Christ18-Aug-05 14:41 
GeneralRe: Conversions Pin
TheGreatAndPowerfulOz18-Aug-05 14:55
TheGreatAndPowerfulOz18-Aug-05 14:55 
GeneralRe: Conversions Pin
Prgrmr4Christ18-Aug-05 15:39
Prgrmr4Christ18-Aug-05 15:39 
GeneralRe: Conversions Pin
toxcct18-Aug-05 20:12
toxcct18-Aug-05 20:12 
GeneralVirtual disk drive Pin
Eureka_jim18-Aug-05 11:50
Eureka_jim18-Aug-05 11:50 
GeneralRe: Virtual disk drive Pin
Anonymous18-Aug-05 12:14
Anonymous18-Aug-05 12:14 
GeneralRe: Virtual disk drive Pin
MailtoGops19-Aug-05 3:51
MailtoGops19-Aug-05 3:51 
Hi,

There is one solution to this problem..

There is a command called/program subst. you can execute this to create a virtual drive and then you can delete this drive.

Here I have given How I will do it using ms-dos.. (On Windows 2000)

run command or CMD from run.

c:\> subst s: d:\mydirectory

Now you can see s: drive in my computer which will have access to d:\mydirectory.. you can also remove this virtual drive..


Try is it possible to execute a dos command using your programming language. If you can, you can do it.




" Action without vision is only passing time,
Vision without action is merely day dreaming,
But vision with action can change the world "

- Words from Nelson Mandela

Thanks & Regards,

Gopalakrishnan
Generalproblem in running an application Pin
celllllllll18-Aug-05 11:32
celllllllll18-Aug-05 11:32 
GeneralRe: problem in running an application Pin
Christian Graus18-Aug-05 15:13
protectorChristian Graus18-Aug-05 15:13 
GeneralRe: problem in running an application Pin
alias001818-Aug-05 22:19
alias001818-Aug-05 22:19 
GeneralRe: problem in running an application Pin
celllllllll19-Aug-05 7:19
celllllllll19-Aug-05 7:19 
GeneralRe: problem in running an application Pin
MailtoGops22-Aug-05 5:42
MailtoGops22-Aug-05 5:42 
Generalerror LNK2001 Pin
valerie9918-Aug-05 11:14
valerie9918-Aug-05 11:14 
GeneralRe: error LNK2001 Pin
Graham Bradshaw18-Aug-05 12:08
Graham Bradshaw18-Aug-05 12:08 
GeneralThank you!!! Pin
valerie9919-Aug-05 4:11
valerie9919-Aug-05 4:11 
GeneralRe: error LNK2001 Pin
sunit518-Aug-05 18:56
sunit518-Aug-05 18:56 
Generalyeah! so true! Pin
valerie9919-Aug-05 4:12
valerie9919-Aug-05 4:12 
Generalquestion related to drivers Pin
gamitech18-Aug-05 10:09
gamitech18-Aug-05 10:09 
General__stdcall Pin
Anton Mikhalyov18-Aug-05 8:09
Anton Mikhalyov18-Aug-05 8:09 
GeneralRe: __stdcall Pin
Chris Losinger18-Aug-05 8:33
professionalChris Losinger18-Aug-05 8:33 
GeneralRe: __stdcall Pin
Anton Mikhalyov18-Aug-05 17:55
Anton Mikhalyov18-Aug-05 17:55 
GeneralRe: __stdcall Pin
MailtoGops19-Aug-05 4:14
MailtoGops19-Aug-05 4:14 
GeneralRe: __stdcall Pin
Anton Mikhalyov19-Aug-05 7:06
Anton Mikhalyov19-Aug-05 7:06 
GeneralRe: __stdcall Pin
MailtoGops22-Aug-05 5:40
MailtoGops22-Aug-05 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.