Tuesday, July 28, 2009

How can i open any drive particularly c drive using command prompt(cmd)???/?

i want to open my c drive using command prompt,,,how can i do this???????

How can i open any drive particularly c drive using command prompt(cmd)???/?
To change directories, use the cd command:





cd C:\


cd C:\PROGRA~1





To see what's in a directory use the dir command





dir





Which will list all files and folders in the directory you're in. You could also specify a directory to view:





dir C:\





To open a file type





edit filename





That's the basics of browsing using a prompt ;)
Reply:Why would you want to do that if you can just do it by going through my computer, C:??? Just wondering...
Reply:It's easier. I presume you opened command prompt.





Now you type " start C:\ " . Thats enough. C: will be opened in explorer.
Reply:c:\


No comments:

Post a Comment