PC Review


Reply
Thread Tools Rate Thread

CMD can't find D:

 
 
=?Utf-8?B?U3Vl?=
Guest
Posts: n/a
 
      2nd Feb 2007
Hi,
I'm sure I must need to plug in a path idiciator somewhere as even though
everything is running fine, if I try to run a batch file in a DOS window
(using CMD), I get an error saying it can't find D:.

Someone suggested I try using fixpath.exe, but that utility confirmed my
path settings are correct, so what do I need to fix and how do I fix it?
Thanks!
Sue
 
Reply With Quote
 
 
 
 
Ayush
Guest
Posts: n/a
 
      2nd Feb 2007
Replied to [Sue]s message :
> Hi,
> I'm sure I must need to plug in a path idiciator somewhere as even though
> everything is running fine, if I try to run a batch file in a DOS window
> (using CMD), I get an error saying it can't find D:.
>
> Someone suggested I try using fixpath.exe, but that utility confirmed my
> path settings are correct, so what do I need to fix and how do I fix it?
> Thanks!
> Sue


http://www.dougknox.com/xp/fileassoc...file_assoc.zip

--
→ Ayush
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------
 
Reply With Quote
 
Vanguard
Guest
Posts: n/a
 
      2nd Feb 2007
"Sue" <(E-Mail Removed)> wrote in message
news4158004-55FF-4056-B19D-(E-Mail Removed)...
> Hi,
> I'm sure I must need to plug in a path idiciator somewhere as even
> though
> everything is running fine, if I try to run a batch file in a DOS
> window
> (using CMD), I get an error saying it can't find D:.
>
> Someone suggested I try using fixpath.exe, but that utility confirmed
> my
> path settings are correct, so what do I need to fix and how do I fix
> it?
> Thanks!
> Sue



So just WHAT is the value of your PATH environment variable (when you
run "echo %path%" at the DOS command prompt)?

So WHAT is *in* the problematic batch file that you are trying to run?

 
Reply With Quote
 
=?Utf-8?B?U3Vl?=
Guest
Posts: n/a
 
      2nd Feb 2007
Thanks Ayush,
But I don't think this is what I need. I need CMD to see the D: drive to
enable the running of a batch file that references the D: drive. Sorry if I
confused it woth too much informaiton before. The batch file runs but cmd
doesn't see D:
Thanks!
Sue

"Ayush" <"ayushmaan.j[aatt]gmail.com" wrote:

> Replied to [Sue]s message :
> > Hi,
> > I'm sure I must need to plug in a path idiciator somewhere as even though
> > everything is running fine, if I try to run a batch file in a DOS window
> > (using CMD), I get an error saying it can't find D:.
> >
> > Someone suggested I try using fixpath.exe, but that utility confirmed my
> > path settings are correct, so what do I need to fix and how do I fix it?
> > Thanks!
> > Sue

>
> http://www.dougknox.com/xp/fileassoc...file_assoc.zip
>
> --
> → Ayush
> -------------
> Search - www.Google.com | Wikipedia - http://en.wikipedia.org
> Snip your long urls - http://snipurl.com/
> -------------
>

 
Reply With Quote
 
Ayush
Guest
Posts: n/a
 
      2nd Feb 2007
Replied to [Sue]s message :
> Hi,
> I'm sure I must need to plug in a path idiciator somewhere as even though
> everything is running fine, if I try to run a batch file in a DOS window
> (using CMD), I get an error saying it can't find D:.
>
> Someone suggested I try using fixpath.exe, but that utility confirmed my
> path settings are correct, so what do I need to fix and how do I fix it?
> Thanks!
> Sue


What happens when you type :
cd /d D:\
in Command Prompt.

--
→ Ayush
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------
 
Reply With Quote
 
=?Utf-8?B?U3Vl?=
Guest
Posts: n/a
 
      2nd Feb 2007
Vanguard,
The path variable is quite long and points to a number of directories on C:
and 2 different ones on D: which applications have evidently entered
themselves. What I am trying to do with this bat file is delete some log
files and a trash file that get created by various applications, that I don't
want to keep after rebooting. so my bat file says for example
del d:\xyz\crash*.log
and then dos comes back and says it can't find D:
Thanks!
Sue

"Vanguard" wrote:

> "Sue" <(E-Mail Removed)> wrote in message
> news4158004-55FF-4056-B19D-(E-Mail Removed)...
> > Hi,
> > I'm sure I must need to plug in a path idiciator somewhere as even
> > though
> > everything is running fine, if I try to run a batch file in a DOS
> > window
> > (using CMD), I get an error saying it can't find D:.
> >
> > Someone suggested I try using fixpath.exe, but that utility confirmed
> > my
> > path settings are correct, so what do I need to fix and how do I fix
> > it?
> > Thanks!
> > Sue

>
>
> So just WHAT is the value of your PATH environment variable (when you
> run "echo %path%" at the DOS command prompt)?
>
> So WHAT is *in* the problematic batch file that you are trying to run?
>
>

 
Reply With Quote
 
=?Utf-8?B?U3Vl?=
Guest
Posts: n/a
 
      2nd Feb 2007
Dear Aysh,
using that command, it changes to the D: drive. Here is some of the bat
file. Windows is saying it can find the string specified:
del C:\Documents and Settings\mememe\Application Data\Mailwasher Pro\trash.*
/F /Q
del C:\Documents and Settings\mememe\Application Data\Mailwasher Pro\mwlog.*
/F /Q
del D:\Eudora Mail\Eudora.log /F /Q
Thanks!
Sue

"Ayush" <"ayushmaan.j[aatt]gmail.com" wrote:

> Replied to [Sue]s message :
> > Hi,
> > I'm sure I must need to plug in a path idiciator somewhere as even though
> > everything is running fine, if I try to run a batch file in a DOS window
> > (using CMD), I get an error saying it can't find D:.
> >
> > Someone suggested I try using fixpath.exe, but that utility confirmed my
> > path settings are correct, so what do I need to fix and how do I fix it?
> > Thanks!
> > Sue

>
> What happens when you type :
> cd /d D:\
> in Command Prompt.
>
> --
> → Ayush
> -------------
> Search - www.Google.com | Wikipedia - http://en.wikipedia.org
> Snip your long urls - http://snipurl.com/
> -------------
>

 
Reply With Quote
 
Nepatsfan
Guest
Posts: n/a
 
      2nd Feb 2007
Just out of curiosity, why didn't you respond back that my
earlier suggestion didn't fix the problem? You were also asked
to post a copy of your batch file. If you had done so, you're
problem would probably already be solved. You need to enclose
the path to the files you're trying to delete in quotes.

For example, you have this.

del C:\Documents and Settings\mememe\Application
Data\Mailwasher
Pro\trash.* /F /Q

It should be this.

del "C:\Documents and Settings\mememe\Application
Data\Mailwasher Pro\trash.*" /F /Q

likewise

del C:\Documents and Settings\mememe\Application
Data\Mailwasher Pro\mwlog.* /F /Q

should be

del "C:\Documents and Settings\mememe\Application
Data\Mailwasher
Pro\mwlog.*" /F /Q

Finally,

del D:\Eudora Mail\Eudora.log /F /Q

should be

del "D:\Eudora Mail\Eudora.log" /F /Q

Good luck

Nepatsfan

In news:C2D1610E-915C-4A68-8BC6-(E-Mail Removed),
Sue <(E-Mail Removed)> wrote:
> Dear Aysh,
> using that command, it changes to the D: drive. Here is some
> of the
> bat file. Windows is saying it can find the string
> specified:
> del C:\Documents and Settings\mememe\Application
> Data\Mailwasher
> Pro\trash.* /F /Q
> del C:\Documents and Settings\mememe\Application
> Data\Mailwasher
> Pro\mwlog.* /F /Q
> del D:\Eudora Mail\Eudora.log /F /Q
> Thanks!
> Sue
>
> "Ayush" <"ayushmaan.j[aatt]gmail.com" wrote:
>
>> Replied to [Sue]s message :
>>> Hi,
>>> I'm sure I must need to plug in a path idiciator somewhere
>>> as even
>>> though everything is running fine, if I try to run a batch
>>> file in
>>> a DOS window (using CMD), I get an error saying it can't
>>> find D:.
>>>
>>> Someone suggested I try using fixpath.exe, but that utility
>>> confirmed my path settings are correct, so what do I need
>>> to fix
>>> and how do I fix it? Thanks!
>>> Sue

>>
>> What happens when you type :
>> cd /d D:\
>> in Command Prompt.
>>
>> --
>> → Ayush
>> -------------
>> Search - www.Google.com | Wikipedia -
>> http://en.wikipedia.org
>> Snip your long urls - http://snipurl.com/
>> -------------




 
Reply With Quote
 
=?Utf-8?B?U3Vl?=
Guest
Posts: n/a
 
      2nd Feb 2007
Dear Napatsfan,
I'm very sorry, either you responded to someone else with a similar problem
or I simply never saw your reply. If it was my error in any way, please
forgive me. I am VERY grateful for your help and can't wait to run my
correct bat file!
kind regards,
Sue

"Nepatsfan" wrote:

> Just out of curiosity, why didn't you respond back that my
> earlier suggestion didn't fix the problem? You were also asked
> to post a copy of your batch file. If you had done so, you're
> problem would probably already be solved. You need to enclose
> the path to the files you're trying to delete in quotes.
>
> For example, you have this.
>
> del C:\Documents and Settings\mememe\Application
> Data\Mailwasher
> Pro\trash.* /F /Q
>
> It should be this.
>
> del "C:\Documents and Settings\mememe\Application
> Data\Mailwasher Pro\trash.*" /F /Q
>
> likewise
>
> del C:\Documents and Settings\mememe\Application
> Data\Mailwasher Pro\mwlog.* /F /Q
>
> should be
>
> del "C:\Documents and Settings\mememe\Application
> Data\Mailwasher
> Pro\mwlog.*" /F /Q
>
> Finally,
>
> del D:\Eudora Mail\Eudora.log /F /Q
>
> should be
>
> del "D:\Eudora Mail\Eudora.log" /F /Q
>
> Good luck
>
> Nepatsfan
>
> In news:C2D1610E-915C-4A68-8BC6-(E-Mail Removed),
> Sue <(E-Mail Removed)> wrote:
> > Dear Aysh,
> > using that command, it changes to the D: drive. Here is some
> > of the
> > bat file. Windows is saying it can find the string
> > specified:
> > del C:\Documents and Settings\mememe\Application
> > Data\Mailwasher
> > Pro\trash.* /F /Q
> > del C:\Documents and Settings\mememe\Application
> > Data\Mailwasher
> > Pro\mwlog.* /F /Q
> > del D:\Eudora Mail\Eudora.log /F /Q
> > Thanks!
> > Sue
> >
> > "Ayush" <"ayushmaan.j[aatt]gmail.com" wrote:
> >
> >> Replied to [Sue]s message :
> >>> Hi,
> >>> I'm sure I must need to plug in a path idiciator somewhere
> >>> as even
> >>> though everything is running fine, if I try to run a batch
> >>> file in
> >>> a DOS window (using CMD), I get an error saying it can't
> >>> find D:.
> >>>
> >>> Someone suggested I try using fixpath.exe, but that utility
> >>> confirmed my path settings are correct, so what do I need
> >>> to fix
> >>> and how do I fix it? Thanks!
> >>> Sue
> >>
> >> What happens when you type :
> >> cd /d D:\
> >> in Command Prompt.
> >>
> >> --
> >> ââ€*’ Ayush
> >> -------------
> >> Search - www.Google.com | Wikipedia -
> >> http://en.wikipedia.org
> >> Snip your long urls - http://snipurl.com/
> >> -------------

>
>
>
>

 
Reply With Quote
 
Ron Sommer
Guest
Posts: n/a
 
      2nd Feb 2007
Why didn't you say in your original post
del D:\Eudora Mail\Eudora.log /F /Q ?
Or when asked for some of the bat file you gave an example of
del d:\xyz\crash*.log ?

--
Ronald Sommer

"Sue" <(E-Mail Removed)> wrote in message
news:52EA5033-B0F1-4FA0-B76B-(E-Mail Removed)...
: Dear Napatsfan,
: I'm very sorry, either you responded to someone else with a similar
problem
: or I simply never saw your reply. If it was my error in any way, please
: forgive me. I am VERY grateful for your help and can't wait to run my
: correct bat file!
: kind regards,
: Sue
:
: "Nepatsfan" wrote:
:
: > Just out of curiosity, why didn't you respond back that my
: > earlier suggestion didn't fix the problem? You were also asked
: > to post a copy of your batch file. If you had done so, you're
: > problem would probably already be solved. You need to enclose
: > the path to the files you're trying to delete in quotes.
: >
: > For example, you have this.
: >
: > del C:\Documents and Settings\mememe\Application
: > Data\Mailwasher
: > Pro\trash.* /F /Q
: >
: > It should be this.
: >
: > del "C:\Documents and Settings\mememe\Application
: > Data\Mailwasher Pro\trash.*" /F /Q
: >
: > likewise
: >
: > del C:\Documents and Settings\mememe\Application
: > Data\Mailwasher Pro\mwlog.* /F /Q
: >
: > should be
: >
: > del "C:\Documents and Settings\mememe\Application
: > Data\Mailwasher
: > Pro\mwlog.*" /F /Q
: >
: > Finally,
: >
: > del D:\Eudora Mail\Eudora.log /F /Q
: >
: > should be
: >
: > del "D:\Eudora Mail\Eudora.log" /F /Q
: >
: > Good luck
: >
: > Nepatsfan
: >
: > In news:C2D1610E-915C-4A68-8BC6-(E-Mail Removed),
: > Sue <(E-Mail Removed)> wrote:
: > > Dear Aysh,
: > > using that command, it changes to the D: drive. Here is some
: > > of the
: > > bat file. Windows is saying it can find the string
: > > specified:
: > > del C:\Documents and Settings\mememe\Application
: > > Data\Mailwasher
: > > Pro\trash.* /F /Q
: > > del C:\Documents and Settings\mememe\Application
: > > Data\Mailwasher
: > > Pro\mwlog.* /F /Q
: > > del D:\Eudora Mail\Eudora.log /F /Q
: > > Thanks!
: > > Sue
: > >
: > > "Ayush" <"ayushmaan.j[aatt]gmail.com" wrote:
: > >
: > >> Replied to [Sue]s message :
: > >>> Hi,
: > >>> I'm sure I must need to plug in a path idiciator somewhere
: > >>> as even
: > >>> though everything is running fine, if I try to run a batch
: > >>> file in
: > >>> a DOS window (using CMD), I get an error saying it can't
: > >>> find D:.
: > >>>
: > >>> Someone suggested I try using fixpath.exe, but that utility
: > >>> confirmed my path settings are correct, so what do I need
: > >>> to fix
: > >>> and how do I fix it? Thanks!
: > >>> Sue
: > >>
: > >> What happens when you type :
: > >> cd /d D:\
: > >> in Command Prompt.
: > >>
: > >> --
: > >> ââ€*’ Ayush
: > >> -------------
: > >> Search - www.Google.com | Wikipedia -
: > >> http://en.wikipedia.org
: > >> Snip your long urls - http://snipurl.com/
: > >> -------------
: >
: >
: >
: >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find multiple characters in one find using MSword find/replace =?Utf-8?B?Q2xpZmY=?= Microsoft Word Document Management 2 29th Oct 2006 07:48 PM
Find and Advanced Find Feature cannot find any data in outlook =?Utf-8?B?VGVycmkgU2Nob2VybmVy?= Microsoft Outlook Discussion 0 30th Jan 2006 07:19 PM
How to find all the members of a group with the advance find mode in the active directory console? =?Utf-8?B?Y2F2YXRpbm8=?= Microsoft Windows 2000 CMD Promt 5 1st Feb 2004 11:27 PM
How to find all the members of a group with the advance find mode in the active directory console? =?Utf-8?B?Y2F2YXRpbm8=?= Microsoft Windows 2000 0 28th Jan 2004 02:51 AM
How to find all the members of a group with the advance find mode in the active directory console? =?Utf-8?B?Y2F2YXRpbm8=?= Microsoft Windows 2000 0 28th Jan 2004 02:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:43 PM.