Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: d:\>cd c:\program files\etc....can I do this?  (Read 4146 times)

0 Members and 1 Guest are viewing this topic.

ryan nodurft

  • Guest
d:\>cd c:\program files\etc....can I do this?
« on: August 11, 2004, 01:16:14 PM »
I am trying to go from:
d:\>
or
e:\>
or
z:\blah\blah>
(it doesn't matter which dir dos opens in)

to:
c:\program files\acad2000> dir /s/b *.dwg> filename.txt

all in one string.

Any advice would be usefull.





Muneesh Dhingra

  • Guest
Re: d:\>cd c:\program files\etc....can I do thi
« Reply #1 on: August 11, 2004, 01:40:49 PM »
On your first line try
c:\program files\acad2000

you don't need the cd


ryan nodurft

  • Guest
Re: d:\>cd c:\program files\etc....can I do thi
« Reply #2 on: August 11, 2004, 02:34:36 PM »
this is what happened:

H:\>c:\program files\acad2000
'c:\program' is not recognized as an internal or external command,
operable program or batch file.

H:\>

merlin_2

  • Guest
Re: d:\>cd c:\program files\etc....can I do thi
« Reply #3 on: August 11, 2004, 02:46:02 PM »
may i ask what are you trying to do extract files run cd what...

yeah right

  • Guest
Re: d:\>cd c:\program files\etc....can I do thi
« Reply #4 on: August 11, 2004, 03:05:03 PM »
i'm not sure that you can, why don't you create a batch file called test.bat and put these command in
"
c:
cd programfiles/acad2000

"

running this batch file should put you in the right directory every time