Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

cmd- change to e drive?

Featured Replies

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??? :(

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)

  • Author

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

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.

  • Author

thanks, but i have already set it up,

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

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.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.