AutoHotkey Community

It is currently May 26th, 2012, 1:11 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: November 19th, 2008, 8:32 pm 
Offline

Joined: October 12th, 2006, 9:57 pm
Posts: 99
Location: Canada
Hello! Yesterday I tried this script and nothing changed in the Recycle bin:
Code:
FileDelete, ::{645ff040-5081-101b-9f08-00aa002f954e}\*.tmp


Any idea?

_________________
The best things of life are free.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 19th, 2008, 8:51 pm 
wrong syntax


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 19th, 2008, 10:23 pm 
Offline

Joined: October 12th, 2006, 9:57 pm
Posts: 99
Location: Canada
Where specifically?
I just copied and pasted the code for recycle bin from the help.
and the syntax for FileDelete is
FileDelete, Pattern

Right?

In a computer connected to a server, does it mean we have more than one recycle bin? Maybe that's the problem?

_________________
The best things of life are free.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 19th, 2008, 11:58 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
This will display all items in Recycle bin of all drives in XP, but file names are different to original file.
Code:
Loop, 26
{
   Loop,% Chr(A_Index+96)":\RECYCLER\*.*",0,1
      MsgBox % A_LoopFileLongPath
}

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2008, 4:54 pm 
Offline

Joined: October 12th, 2006, 9:57 pm
Posts: 99
Location: Canada
Thank you! That solved the problem

_________________
The best things of life are free.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Amandaville, patgenn123, poserpro, Yahoo [Bot] and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group