Jump to content
Macro Express Forums

Gawwad

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Gawwad

  1. If I have a list of files that go something like this: 1 xxx aaaaa 2 xxx bbbbb 3 xxx cccccc How would I make a macro to remove the numbers infront of the filename? It's really annoying to do by hand when converting a load of my CDs to my computer and iPod...
  2. Haha, didn't notice it was so old. Was searching for schedule related stuff and this came up
  3. Possible to make it wait for closing the text box and then just add 'Delay 30min' -> ' Repeat End'?
  4. This is one way to do it. Date/Time: Save "hh:mm" into %T1% If Variable %T1% >= "hh:mm" AND If Variable %T1% <= "hh:mm" Macro Stop Example: Date/Time: Save "hh:mm" into %T1% If Variable %T1% >= "12:00" AND If Variable %T1% <= "13:00" Macro Stop The macro will check system time and if it's between 12:00 and 13:00 it will stop the macro. Edit the interval to suit the lenght of the macro.
×
×
  • Create New...