PC Review


Reply
Thread Tools Rate Thread

for /d %I in ("%USERPROFILE%\Cookie\*jeanpierredaviau*.txt") do @echo %I

 
 
Jean Pierre Daviau
Guest
Posts: n/a
 
      20th Oct 2006

Hi patient ones,

Here is another one

for /d %I in ("%USERPROFILE%\Cookie\*jeanpierredaviau*.txt") do @echo %I

There is two cookies in the cookie folder *jeanpierredaviau*.txt.
I tried many possibilities with /f /r

--
Thanks for your attention.

Jean Pierre Daviau
--
Easyphp1.8 with Apache1.3.24
Server version: Apache/2.0.55
Server built: Oct 9 2005 19:16:56
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
Processor Radeon7000 0x5159 agp
http://www.jeanpierredaviau.com


 
Reply With Quote
 
 
 
 
Alexander Suhovey
Guest
Posts: n/a
 
      20th Oct 2006
> -----Original Message-----
> From: Jean Pierre Daviau [private.php?do=newpm&u=]
> Posted At: Friday, October 20, 2006 6:50 PM
> Posted To: microsoft.public.win2000.cmdprompt.admin
> Conversation: for /d %I in
> ("%USERPROFILE%\Cookie\*jeanpierredaviau*.txt") do @echo %I
> Subject: for /d %I in
> ("%USERPROFILE%\Cookie\*jeanpierredaviau*.txt") do @echo %I
>
>
> Hi patient ones,
>
> Here is another one
>
> for /d %I in ("%USERPROFILE%\Cookie\*jeanpierredaviau*.txt") do
> @echo %I
>
> There is two cookies in the cookie folder *jeanpierredaviau*.txt.
> I tried many possibilities with /f /r
>
> --
> Thanks for your attention.
>
> Jean Pierre Daviau
> --
> Easyphp1.8 with Apache1.3.24
> Server version: Apache/2.0.55
> Server built: Oct 9 2005 19:16:56
> DEVC++, borland 5.5
> windows Xp
> asus p4 s533/333/133
> Intel(R) Celeron (R) CPU 2.00 GHz
> Processor Radeon7000 0x5159 agp
> http://www.jeanpierredaviau.com


From FOR /?:
=============
FOR /D %variable IN (set) DO command [command-parameters]

If set contains wildcards, then specifies to match against directory
names instead of file names.
=============

Use for /r instead:

for /R "%USERPROFILE%\Cookies" %%i in (
*jeanpierredaviau*.txt) do @echo %%i


--
Alexander Suhovey

 
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
Echo multiple messages separated by new line thorugh "echo" command Vijay Jain Windows XP General 1 12th Dec 2006 09:11 PM
Help: SyncToy 1.4 in "Echo" mode doesn't auto-select/Copy "New" fi =?Utf-8?B?SmVyZW15TW9za293aXR6KE1WUCk=?= Windows XP Photos 0 24th Nov 2006 08:21 PM
"Error 1606.Could not access network location %USERPROFILE%\Recent\." Anth Windows XP Help 7 5th Oct 2005 06:19 PM
Copy over "%userprofile%\Local Settings" while logged on? m0e Microsoft Windows 2000 CMD Promt 1 5th Jul 2004 02:24 AM
Copy over "%userprofile%\Local Settings" while logged on? m0e Microsoft Windows 2000 File System 0 23rd Jun 2004 03:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:28 PM.