ABXZone Computer  Forums



Welcome to the ABXZone Computer Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Reply
 
LinkBack Thread Tools Display Modes
Old 09-30-2004, 11:34 AM   #1
Self Terminated
 
Join Date: Dec 2002
Posts: 3,311
Can't change drive in command prompt.


I can't change the directory to anything else except what is in the C: drive in Windows XP.

Any suggestions.

(Offline)   Reply With Quote
Old 09-30-2004, 11:37 AM   #2
Self Terminated
 
Join Date: Dec 2002
Posts: 3,311
Fixed my own problem, lol

it CD /D E:\ instead of just CD E:\ long time since i had to use DOS.
(Offline)   Reply With Quote
Old 09-30-2004, 02:36 PM   #3
PHX
 
wallijonn's Avatar
 
Join Date: Jul 2004
Location: Phoenix
Posts: 2,569


So, tell me, do you have problems differentiating between / (forward slash) and \ (back slash) like I do? With DOS I always have to remind myself that switches are forward, everything else is backward. Except the internet address. Then it's double forward. But domain / network drive mappings are double backward.
(Offline)   Reply With Quote
Old 09-30-2004, 02:42 PM   #4
The Shade of Lazarus
 
KingTermite's Avatar
 
Join Date: Jun 2002
Location: PM me to keep in contact
Posts: 26,003
Changing drives, just type the letter and colon.
e.g. "E:"

Changing directories, cd and the name of the directory
e.g. "cd e:\iamamonkeysuncle"

Can also change directory using relative paths
e.g. "cd ..\..\iammonkeyhangersuncle"
__________________

Bye Bye ABXZone.....Rest In Peace.
(Offline)   Reply With Quote
Old 09-30-2004, 02:46 PM   #5
The race for quality has no finish line- so technically, it's more like a death march.
 
Join Date: Feb 2001
Posts: 18,159
You pick up the mouse and speak to that red "eye". If nothing happens then you don't have permissions to access the command prompt.
__________________

(Offline)   Reply With Quote
Old 09-30-2004, 02:50 PM   #6
Remembering TQ
 
k0NG0's Avatar
 
Join Date: Mar 2001
Location: Sweden
Posts: 13,622
Quote:
Originally Posted by pointreyes
You pick up the mouse and speak to that red "eye". If nothing happens then you don't have permissions to access the command prompt.
__________________

Use Firefox - "the one that blocks all the schmutz"
Feeling multicore elation? Remember this correlation: Amdahl's Law.
(Offline)   Reply With Quote
Old 09-30-2004, 03:08 PM   #7
Self Terminated
 
Join Date: Dec 2002
Posts: 3,311
Quote:
Originally Posted by pointreyes
You pick up the mouse and speak to that red "eye". If nothing happens then you don't have permissions to access the command prompt.
very funny.
(Offline)   Reply With Quote
Old 09-30-2004, 04:22 PM   #8
I'm gettin' dizzy!
 
Bofinn's Avatar
 
Join Date: Jan 2004
Location: Chicagoland
Posts: 11,035
Quote:
Originally Posted by wallijonn


So, tell me, do you have problems differentiating between / (forward slash) and \ (back slash) like I do? With DOS I always have to remind myself that switches are forward, everything else is backward. Except the internet address. Then it's double forward. But domain / network drive mappings are double backward.
an easier way is to remember the back slash is next to the backspace key...
__________________
---------- JimBo -----------



When in doubt, smack it!
(Offline)   Reply With Quote
Old 09-30-2004, 04:36 PM   #9
Self Terminated
 
Join Date: Dec 2002
Posts: 3,311
I know that Dos is the opposite to unix, it just it a pain in the **** to have to go cd /D E:\

instead of just going cd E:\
(Offline)   Reply With Quote
Old 09-30-2004, 04:51 PM   #10
Registered User
 
Join Date: Mar 2001
Posts: 10,590
No! It's just e: ( or f: or g: etc) to change drives. It's cd (change directory) to burrow down the directory structure of the selected drive!
Case doesn't matter as the DOS kernel converts everything to upper case.
(Offline)   Reply With Quote
Old 09-30-2004, 04:54 PM   #11
The Shade of Lazarus
 
KingTermite's Avatar
 
Join Date: Jun 2002
Location: PM me to keep in contact
Posts: 26,003
Quote:
Originally Posted by Monkey Hanger
No! It's just e: ( or f: or g: etc) to change drives. It's cd (change directory) to burrow down the directory structure of the selected drive!
Case doesn't matter as the DOS kernel converts everything to upper case.
What he was referring to up there is using CD to change drive and directory at the same time. You use the "/D" argument with CD to change drive and directory.

It's just not relevant, I think, in Unix because it makes it all look like one big drive or makes a drive just appear as a directory.
__________________

Bye Bye ABXZone.....Rest In Peace.
(Offline)   Reply With Quote
Old 09-30-2004, 04:58 PM   #12
The race for quality has no finish line- so technically, it's more like a death march.
 
Join Date: Feb 2001
Posts: 18,159
Quote:
Originally Posted by KingTermite
It's just not relevant, I think, in Unix because it makes it all look like one big drive or makes a drive just appear as a directory.
A letter designation in Windows is for denoting a location by partition. Unix simply bypasses that by using a name. e.g. /home can be a partition or a directory. I kinda find the Unix way more comforting-no stickin' drive letter in a certain order junk.
__________________

(Offline)   Reply With Quote
Old 09-30-2004, 05:00 PM   #13
The Shade of Lazarus
 
KingTermite's Avatar
 
Join Date: Jun 2002
Location: PM me to keep in contact
Posts: 26,003
Quote:
Originally Posted by pointreyes
A letter designation in Windows is for denoting a location by partition. Unix simply bypasses that by using a name for a partition. e.g. /home can be a partition or a directory. I kinda find the Unix way more comforting-no stickin' drive letter in a certain order junk.
That was what I meant by they just made it look like a directory. I knew it was "something" like that...its just been a few years since I've had my hands in a Unix system.
__________________

Bye Bye ABXZone.....Rest In Peace.
(Offline)   Reply With Quote
Old 09-30-2004, 05:04 PM   #14
The race for quality has no finish line- so technically, it's more like a death march.
 
Join Date: Feb 2001
Posts: 18,159
Quote:
Originally Posted by KingTermite
That was what I meant by they just made it look like a directory. I knew it was "something" like that...its just been a few years since I've had my hands in a Unix system.
Yeah, that's what I thought you meant. What's even more fun is that Unix uses slices and Linux uses partitions. With Unix, you can use a single primary partition and make slices in it. Those slices are commonly referred to as partitions. Windows users actually do the same thing with an "extended" partition. An extended partition is really a primary partition made to accomodate for more partitions within the partition.
__________________

(Offline)   Reply With Quote
Old 09-30-2004, 05:04 PM   #15
Remembering TQ
 
k0NG0's Avatar
 
Join Date: Mar 2001
Location: Sweden
Posts: 13,622
From a usability standpoint I would think that letters denoting partitions is better than the *nix way of being able to mount partitions as any directory. It gives you better feedback regarding what you are doing in terms of partitions.

Personally I don't really care which system I'm using.
__________________

Use Firefox - "the one that blocks all the schmutz"
Feeling multicore elation? Remember this correlation: Amdahl's Law.
(Offline)   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.1
vBulletin Skin developed by: vBStyles.com