Hi, Please help.
I can access both floppy drive and DVD drive from Windows XP Pro GUI. However when I open command prompt and type “cd a:\” or “cd d:\” (or “cd a:” or “cd d:” (d: is my DVD drive letter)), the system types (outputs) “D:\” or “A:\” but the prompt remains as before (last line is still “C:\>”). No error messages. Thus cannot access my floppy or DVD files from command prompt.
I tried typing “cmd /K d:\” into Run utility and opened new command prompt shows DVD well but again, cannot switch to a: or c:
Have some of you resolved similar problem? Thank you in advance.
PS: if it can help, my system and boot partitions are different and I created boot partition already after Windows installation (new active partition K:) and copied the content of the C: drive (files only (like config.sys etc)) to a new active K: partition. Not sure if it can cause the problem.
Posts Tagged ‘Command’
Cannot Access Floppy Or Dvd-rom From Command Prompt?
Saturday, January 2nd, 2010How Can I Check The Version Number Of A Dll From The Command Line In Windows?
Friday, September 11th, 2009I found an article that uses CYGWIN’s “cygcheck” command to do what you are looking for:
C:\>cygcheck -v c:\windows\system32\aaaamon.dll | more
c:/windows/system32/aaaamon.dll – os=5.1 img=5.1 sys=4.0
“AAAAMON.dll” v0.0 ts=2001/8/17 15:07
Warning: c:/windows/system32\msvcrt.dll hides C:\WINDOWS\system32\msvcrt.dll
Warning: c:/windows/system32\msvcrt.dll hides C:\Program Files\Oracle\jre\1.3.1\bin\msvcrt.dll
Warning: c:/windows/system32\msvcrt.dll hides C:\Program Files\Oracle\jre\1.1.8\bin\msvcrt.dll
…
I Have Command And Conquer 3 And It Does Not Seem To Load The Exe Just Keeps Making An Error?
Saturday, August 29th, 2009I t says the launcher has encountered a problem then stops
I have a nvidia geforce go 7300 laptop video card and the demo ran fine but this crashes every time. I have the latest drivers . Does any one know how this error could be fixed. I bought the game and can’t return it as it is opened. THis really makes no sence to me at all the demo works perfectically and the full version does not do a thing.
How To Use Command Line Arguments In A Dll ?
Monday, August 10th, 2009I have a c++ file which takes command line arguments(argv[]) and assigns the value to some variables.
Now when I convert it into a dll what i need to do to use the command line arguments?As there is no option for command line arguments in BOOL APIENTRY DllMain() function which is the default function.please help me soon..