Search found 5 matches

by topsoto
Mon Oct 03, 2011 5:40 pm
Forum: General Discussion
Topic: rename folders
Replies: 3
Views: 11728

rename folders

1. File Loop with settings: by folders, C:\1\*.movC:\1\*.MOV (our folders that must be renamed), assign curent foldername to variable - {OLD_PATH}.2. String Replace: source - {OLD_PATH}, find for .mov, assign to {NEW_PATH} variable.3. Rename Folder: {OLD_PATH} with {NEW_PATH}End LoopHere are the det...
by topsoto
Fri Sep 23, 2011 10:17 am
Forum: General Discussion
Topic: rename folders
Replies: 3
Views: 11728

rename folders

Try to use Ctrl+M for multi-rename tool in Total Commander - it is very simple and will solve your task in seconds!Just select all these folders with .mov extension > press ctrl+m > in Multi-Rename Tool delete extension [E] - now you could see desired results in "new name" > press "st...
by topsoto
Fri Sep 23, 2011 10:11 am
Forum: General Discussion
Topic: How to minimize all windows?
Replies: 2
Views: 10816

How to minimize all windows?

1. we can run "show desktop" from here: c:\Documents and Settings\user\Application Data\Microsoft\Internet Explorer\Quick Launch\desktop.scf with RoboTask command "run program".2. if we type in "send keystrokes" - #(d) - this means we press win+d.
by topsoto
Fri Sep 23, 2011 3:44 am
Forum: General Discussion
Topic: Where are the task files
Replies: 1
Views: 8720

Where are the task files

They could be exported in any folder you want with Task>Export...
by topsoto
Thu Sep 22, 2011 5:18 pm
Forum: General Discussion
Topic: How to minimize all windows?
Replies: 2
Views: 10816

How to minimize all windows?

Is there any command like win+d for showing desktop?I can't hook WIN key for sending keystrokes like win+d - is it normal?Or maybe there could be some trick with looping through each existing window and minimizing it - but i can't figure it out how to make this.Can anyone help with solving this task?