MSFN Forum: cmd- change to e drive? - MSFN Forum

Jump to content


Think before posting!

If your post is even remotely technical in nature, it probably doesn't belong here. Take another look at the forums and try to find the *right* location before posting a technical question here.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

cmd- change to e drive?

#1 User is offline   GLO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 202
  • Joined: 17-August 04

  Posted 25 September 2004 - 09:51 AM

hi,

I have tried cd e:/ but it doesnt open up e drive,
or even if i try chdir c: this still keeps me in c:/documtents and settings/gavin>

what can i try??? :(


#2 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 September 2004 - 10:17 AM

you want to change int othe E: drive at command prompt?
type the below at the C:\> prompt:
E:
That's all!

When in windows, you want to open the drive in explorer, type the same as above into the "Run" box or address bar.



An interesting thing is, if you are in C:\ drive (at command prompt) and want to go directly to E:\games, you'd run the following command:
cd /D E:\games
instead of two consecutive commands
E:  (to go to drive)
cd games (to change current working folder to that one)


#3 User is offline   GLO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 202
  • Joined: 17-August 04

Posted 25 September 2004 - 04:08 PM

thanks!

BTW. I am setting up to run PHP and MySql and Apache on my laptop (for web site forum testing) and although it has recommended that these be installed on the C: I have installed it all on the E: instead.

So what changes do i need to make when it asks me to enter "localhost"?

Thanks! :thumbup

#4 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,399
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 September 2004 - 05:02 PM

localhost has nothing to do with drives. If you want an easy way to setup apache, php, mysql and such, look for XAMPP. Unzip and you're done.

#5 User is offline   GLO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 202
  • Joined: 17-August 04

Posted 25 September 2004 - 05:08 PM

thanks, but i have already set it up,

Just querying the localhost bit. since its not on the localdisk!

#6 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,399
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 September 2004 - 05:11 PM

localhost points to your loopback ip (127.0.0.1) and it's defined in your hosts file. It's all there is to it, it won't change a thing (nothing to do with drives).

Drive wise, it's only a matter of your config files and such to point to the right folders.

#7 User is offline   GLO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 202
  • Joined: 17-August 04

Posted 26 September 2004 - 06:47 AM

thanks

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

5 User(s) are reading this topic
0 members, 5 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy