Jump to content
Macro Express Forums

tonyretoh

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by tonyretoh

  1. I am new to Macro Express. I am interested in creating a macro that will move image files (.jpg) from the current folder to a newly created folder. I would like to repeat the process until all files have been moved. I have been able to move all the files into a new folder, but I can't move a set number of them and then start the process over until all files have been moved. I have tried to create a counter to identify the files in the current folder, but that does not seem to work. I used the following counter that I found in the help file: variable set integer %n1% to 0 repeat with folder variable modify integer: %n1%=%n1% + 1 repeat end text box display: files in folder I can only get "files in folder message", but not the files in the current folder. I have not been able to get past this part. Any assistance would be greatly appreciated.
×
×
  • Create New...