Start run ???

A

Andre

witch file opens the run command in windows ex.

if i am in the dos prompt what do i type in to open
run ???

basicly what i whant to do is the following:
in the run command if i type in: \\server\c$ i go to that
folder
how can i do this from dos prompt??
 
R

Rob Schneider

Andre said:
witch file opens the run command in windows ex.

if i am in the dos prompt what do i type in to open
run ???

basicly what i whant to do is the following:
in the run command if i type in: \\server\c$ i go to that
folder
how can i do this from dos prompt??

If I am understanding your question ... Once at the command prompt,
there is nothing to open to "run". You can directly run commands from
there.

First, I think you need to "map" the \\server\c$ share to one of the
local drives on your machine, e.g. the k: drive.

while in the command box, run the command "net help use" to see how to
do this.

Then, when that shared is mapped, go to that drive by entering the drive
letter, e.g.:

k:

then use the "cd" to change the current directory to that directory you
want on that share.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top