PDA

View Full Version : How Can I Change Directory In Dos Mod (win-xp)?



xxkazaaliteuserxx
02-04-2004, 03:19 AM
i was trying to copy some files using Dos (win-xp), and i hav to go to its directory to do that, but i don no how to change directory, i use help command but i still cant figure it out, so if u no how pls show me, tankz alot

4th gen
02-04-2004, 03:22 AM
To change from C:\ to C:\Windows, you just type "cd windows"
to change drive from c:\ to d:\, just type "d:"

Vargas
02-04-2004, 03:53 AM
well the 3 programs i put on any PC i own or that i have to work on, in DOS, are Directory Freedom, LIST.COM and QEDIT

xxkazaaliteuserxx
02-04-2004, 05:48 AM
i wana go to C:\Incoming Files\PES3 then i type "cd d:\icoming files\pes3" ?

4th gen
02-04-2004, 05:55 AM
Originally posted by xxkazaaliteuserxx@4 February 2004 - 04:48
i wana go to C:\Incoming Files\PES3 then i type "cd d:\icoming files\pes3" ?
if you're in C:\ and you want to go to C:\Incoming files\PES3, then you type:

cd Incoming Files\PES3

then just hit enter...

xxkazaaliteuserxx
02-04-2004, 05:55 AM
alrite i got it tankz

Xero Grid
02-04-2004, 07:09 AM
This tweak makes things much easier. Open a text file and input this:


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Command Prompt Here"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""


Then rename the file to a ".REG" file. To do that you must be able to see the file extension. This can be changed in the folder options.

Then merge it into the registry. Now you can right-click on any folder and you can open a command prompt window to that folder.

-- Xero Grid --

Vargas
02-04-2004, 10:13 AM
Originally posted by Xero Grid@4 February 2004 - 07:09
@="cmd.exe /k \"cd %L\""
%L? shouldn't that be %1

EDIT:
REGEDIT4

[HKEY_CLASSES_ROOT\Directory\shell\Command]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Directory\shell\Command\command]
@="cmd.exe /k cd %1"

Xero Grid
02-04-2004, 05:34 PM
Opps, you're right. Sorry.

-- Xero Grid --

cwctv
02-04-2004, 06:00 PM
i was trying to copy some files using Dos (win-xp), and i hav to go to its directory to do that, but i don no how to change directory, i use help command but i still cant figure it out, so if u no how pls show me, tankz alot

WHY what's wrong with just copying using XP !!!
Don't forget to copy files Dos only sees 8 digits plus the "." extension,ie 1234abcd.exe.

Nightwolf
02-04-2004, 10:08 PM
Originally posted by Vargas@3 February 2004 - 22:53
well the 3 programs i put on any PC i own or that i have to work on, in DOS, are Directory Freedom (http://myimages.fourvalve.com/sparky/df461a.zip), LIST.COM (http://myimages.fourvalve.com/sparky/list91m.zip) and QEDIT (http://myimages.fourvalve.com/sparky/Qedit.zip)
I still use LIST too! It's it much easier for navigating directories than typing those long commands. I've had it since the old DOS-only days, and I always keep it every time I get a new OS.

cwctv
02-04-2004, 11:07 PM
I only use one Norton Commander v.4 it does everything even opens zip files.