Search found 3 matches

by nono5551212
25 Jan 2011 15:34
Forum: DOS Batch Forum
Topic: F5 Key - Need to simulate at end of batch Win 7
Replies: 1
Views: 5397

F5 Key - Need to simulate at end of batch Win 7

I have a batch file that works great but I need at the very end to refresh windows explorer Pretty much is there a way in a batch file that I can activate the F5 key or refresh windows explorer? Thanks Note that this will work in Windows XP but not in Windows 7 %windir%\System32\RUNDLL32.EXE user32....
by nono5551212
25 Jan 2011 15:32
Forum: DOS Batch Forum
Topic: Create a SendTo (Current Directory Then Delete)
Replies: 3
Views: 4563

Re: Create a SendTo (Current Directory Then Delete)

Thanks that worked but now I hit the F5 key to refresh the explorer tree..

Code: Select all

rmdir /S /Q %1

Do you know a command that will refresh simulate pressing the F5 key
by nono5551212
25 Jan 2011 13:02
Forum: DOS Batch Forum
Topic: Create a SendTo (Current Directory Then Delete)
Replies: 3
Views: 4563

Create a SendTo (Current Directory Then Delete)

I need a batch file that I can execute from the right click sendto option that will. When I right click a folder and select sendto I want it to activate this command on that folder rmdir /S /Q Your probably thinking why not just hit delete.. Well on Vista, 7, & Server 2008 when I select the dele...