HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-12-2007, 11:52 PM
nucleus
 
Posts: n/a
Default XP is not user friendly, this is frustrating

a start, search for for "cookies" finds a cookie is there
at I:\Documents and Settings\Myname\Cookies

a search with start, programs, assessories, command prompt
using I:\Documents and Settings\Myname\Cookies also finds
the cookie is there

BUT IF I TRY TO DELETE IT in my autoexec.bat file at bootup,
with the statement
Del /q/s I:\Documents and Settings\Myname\Cookies\*.*
i get the message "The system cannot find the path specified."

the PATH i am using is: PATH I:\

what am i missing???
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 12-13-2007, 12:38 AM
JS
 
Posts: n/a
Default Re: XP is not user friendly, this is frustrating

At the very least the spaces in between the words 'Documents and Settings'
will cause fits.
From a command prompt try the following: CD I:\""documents and
settings""\Myname\Cookies
If the above works then you can try the delete command.
If there are spaces in your user name you will need the resolve this also.

JS

"nucleus" <rose122550@yahoo.com> wrote in message
news:b293387c-b480-47d2-9421-d7a929d5de30@i29g2000prf.googlegroups.com...
>a start, search for for "cookies" finds a cookie is there
> at I:\Documents and Settings\Myname\Cookies
>
> a search with start, programs, assessories, command prompt
> using I:\Documents and Settings\Myname\Cookies also finds
> the cookie is there
>
> BUT IF I TRY TO DELETE IT in my autoexec.bat file at bootup,
> with the statement
> Del /q/s I:\Documents and Settings\Myname\Cookies\*.*
> i get the message "The system cannot find the path specified."
>
> the PATH i am using is: PATH I:\
>
> what am i missing???



Reply With Quote
  #3  
Old 12-13-2007, 12:43 AM
Malke
 
Posts: n/a
Default Re: XP is not user friendly, this is frustrating

nucleus wrote:
> a start, search for for "cookies" finds a cookie is there
> at I:\Documents and Settings\Myname\Cookies
>
> a search with start, programs, assessories, command prompt
> using I:\Documents and Settings\Myname\Cookies also finds
> the cookie is there
>
> BUT IF I TRY TO DELETE IT in my autoexec.bat file at bootup,
> with the statement
> Del /q/s I:\Documents and Settings\Myname\Cookies\*.*
> i get the message "The system cannot find the path specified."
>
> the PATH i am using is: PATH I:\
>
> what am i missing???


You're missing that XP doesn't use autoexec.bat. The file is there only
for backwards compatibility with old programs.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Reply With Quote
  #4  
Old 12-13-2007, 07:06 AM
Shenan Stanley
 
Posts: n/a
Default Re: XP is not user friendly, this is frustrating

nucleus wrote:
> a start, search for for "cookies" finds a cookie is there
> at I:\Documents and Settings\Myname\Cookies
>
> a search with start, programs, assessories, command prompt
> using I:\Documents and Settings\Myname\Cookies also finds
> the cookie is there
>
> BUT IF I TRY TO DELETE IT in my autoexec.bat file at bootup,
> with the statement
> Del /q/s I:\Documents and Settings\Myname\Cookies\*.*
> i get the message "The system cannot find the path specified."
>
> the PATH i am using is: PATH I:\
>
> what am i missing???


Long file names and quotation marks at least.
Is your Windows XP configured to parse the autoexec at startup? It doesn't
*have* to be...

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Reply With Quote
  #5  
Old 12-13-2007, 11:34 PM
nucleus
 
Posts: n/a
Default Re: XP is not user friendly, this is frustrating

thanks for the replies, everybody.

JS, the quotation marks did solve that one problem. what i do
not understand, is why XP sometimes requires quotation marks
on some delete commands in autoexec.bat and on other delete
commands in autoexec.bat, it works without quotation marks.
is there some link you could suggest for me to learn more
about the quotation marks in XP?

Malke, why do you say XP DOES NOT use autoexec.bat? it does
work on XP Pro at boot time. it does execute my delete commands.

Shenan, yes ParseAutoexec is set to 1. it was like that at XP
build time (i did not change that).

On Dec 13, 1:06 am, "Shenan Stanley" <newshel...@gmail.com> wrote:
>
> Long file names and quotation marks at least.
> Is your Windows XP configured to parse the autoexec at startup? It doesn't
> *have* to be...
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Wayhttp://www.catb.org/~esr/faqs/smart-questions.html- Hide quoted text -
>
> - Show quoted text -


Reply With Quote
  #6  
Old 12-14-2007, 12:08 AM
Shenan Stanley
 
Posts: n/a
Default Re: XP is not user friendly, this is frustrating

nucleus wrote:
> a start, search for for "cookies" finds a cookie is there
> at I:\Documents and Settings\Myname\Cookies
>
> a search with start, programs, assessories, command prompt
> using I:\Documents and Settings\Myname\Cookies also finds
> the cookie is there
>
> BUT IF I TRY TO DELETE IT in my autoexec.bat file at bootup,
> with the statement
> Del /q/s I:\Documents and Settings\Myname\Cookies\*.*
> i get the message "The system cannot find the path specified."
>
> the PATH i am using is: PATH I:\
>
> what am i missing???

nucleus wrote:
> thanks for the replies, everybody.
>
> JS, the quotation marks did solve that one problem. what i do
> not understand, is why XP sometimes requires quotation marks
> on some delete commands in autoexec.bat and on other delete
> commands in autoexec.bat, it works without quotation marks.
> is there some link you could suggest for me to learn more
> about the quotation marks in XP?
>
> Malke, why do you say XP DOES NOT use autoexec.bat? it does
> work on XP Pro at boot time. it does execute my delete commands.
>
> Shenan, yes ParseAutoexec is set to 1. it was like that at XP
> build time (i did not change that).



If there is a space in the filename/directory to get to the file in
question - put quotes around it.
I would put quotes around it if anything is over 8 characters (between \'s)
as well...

Your line:
Del /q/s I:\Documents and Settings\Myname\Cookies\*.*

would be:
Del /q /s "I:\Documents and Settings\Myname\Cookies\*.*"


If you were deleting something simplistic, like C:\windows\filename.ext, you
wouldn't need the quotes.


--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Reply With Quote
  #7  
Old 12-14-2007, 12:32 AM
JS
 
Posts: n/a
Default Re: XP is not user friendly, this is frustrating

I looked but could not find a really good easy to understand and with the
detail you need.
I did find this: http://en.wikipedia.org/wiki/Delimiter

Keep in mind that 'White Space' (a space separating two parts of command
that is syntactically correct) is valid for command line switches, pipes,
etc.

You can type the word 'help' (without the single quotes) at the command
prompt and get a list of commands and 'help del' will show more detail on
the DEL command.

JS

"nucleus" <rose122550@yahoo.com> wrote in message
news:c74443c3-1604-40b1-8383-b06fb3b2f471@e6g2000prf.googlegroups.com...
> thanks for the replies, everybody.
>
> JS, the quotation marks did solve that one problem. what i do
> not understand, is why XP sometimes requires quotation marks
> on some delete commands in autoexec.bat and on other delete
> commands in autoexec.bat, it works without quotation marks.
> is there some link you could suggest for me to learn more
> about the quotation marks in XP?
>
> Malke, why do you say XP DOES NOT use autoexec.bat? it does
> work on XP Pro at boot time. it does execute my delete commands.
>
> Shenan, yes ParseAutoexec is set to 1. it was like that at XP
> build time (i did not change that).
>
> On Dec 13, 1:06 am, "Shenan Stanley" <newshel...@gmail.com> wrote:
>>
>> Long file names and quotation marks at least.
>> Is your Windows XP configured to parse the autoexec at startup? It
>> doesn't
>> *have* to be...
>>
>> --
>> Shenan Stanley
>> MS-MVP
>> --
>> How To Ask Questions The Smart
>> Wayhttp://www.catb.org/~esr/faqs/smart-questions.html- Hide quoted text -
>>
>> - Show quoted text -

>



Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
most frustrating sf Windows XP 2 10-05-2007 06:38 AM
its quite frustrating - help roma@datanet.ab.ca DVD Authoring 1 04-30-2007 01:22 AM
Is there a user friendly Vista appcompat tool? JB Windows Vista Installation 1 04-06-2007 09:48 PM
RAW-Friendly Picasa Replacements? bodhisoma@gmail.com Digital Photo 10 04-01-2007 03:09 PM
frustrating communications (port?) problem tim roddy XP Networking 0 04-23-2004 08:51 AM


All times are GMT. The time now is 07:05 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger