Start run ???

  • Thread starter Thread starter Andre
  • Start date Start date
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??
 
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.
 
Back
Top