PDA

View Full Version : Start run ???


Andre
December 5th 03, 06:25 AM
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??

Rob Schneider
December 5th 03, 06:25 AM
Andre wrote:

> 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.

SunSpot
December 5th 03, 06:26 AM
Question answered in Microsoft.public.win2000.cmdprompt.admin.


"Andre" > wrote in message
...
> 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??

Google