Jump to content
Macro Express Forums

RobHat

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by RobHat

  1. I've used as many company email addresses as I can find to ask this question. So far, no replies to any. So I am asking this in forum hoping for some admin or company help. I started mailing on Jan 04, 2015.

     

    I paid for Macro Express 3 Full Version on 03/24/2013. Since then I have gone through several hard drive formats and no longer have the name nor activation code available to me. I still have the payment email with all my information which I can provide. There are only a few days remaining on my evaluation copy and I would like to get this program re-registered asap.

     

    I hoped at some point the company would have contacted me with some information. Maybe I need to repurchase the software. Maybe the software I originally paid for is newer now. But it still says version 3.1, so I don't understand the issue. When I paid for the software, was it more like a rental that expires in a year or two? If that's the case, it was not explained that way when I paid for it.

     

    I want one of the big guys to help me with this. Please, assist me.

     

    Thank you.

  2. I'm not sure exactly what a hyperbole is, but the exact number of files I am working with at this time is 12156932. I need to see the thumbnails of each image to move them into their respective folders. I have made a basic move script which involves dragging the images to desired folders with about 85-90% success without the thing freezing up on me and I can process these much faster than 2 per second but the script cannot it seems. Let us say for example the image contains pics of person A only, then it is to go into folder A. The same for person B-D. But if the image contains a combination of A-D, the picture goes into folder E. Filenames are not going to be of any assistance since they are all consecutive numbers. I've been looking at thumbnails to decide which image goes into it's respective folder as mentioned before. I just wish there was a cut and paste function in ME which would allow me to define a folder on shortcut. Something like:

     

    Shortcut NumPad1

    Mouse Move x,x (to hover over image)

    Left Click (to select)

    Clipboard Cut

    *Target Folder D:\Folder_A\

    *Clipboard Paste

     

    Shortcut NumPad2

    Mouse Move x,x (to hover over image)

    Left Click (to select)

    Clipboard Cut

    *Target Folder D:\Folder_B\

    *Clipboard Paste

     

    Shortcut NumPad3

    Mouse Move x,x (to hover over image)

    Left Click (to select)

    Clipboard Cut

    *Target Folder D:\Folder_C\

    *Clipboard Paste

     

    Shortcut NumPad4

    Mouse Move x,x (to hover over image)

    Left Click (to select)

    Clipboard Cut

    *Target Folder D:\Folder_D\

    *Clipboard Paste

     

    Shortcut NumPad5

    Mouse Move x,x (to hover over image)

    Left Click (to select)

    Clipboard Cut

    *Target Folder D:\Folder_E\

    *Clipboard Paste

     

    If I could get a working script going in ME that would not keep stalling on me or have another option available to simply run through using visuals, then I can knock these out in about 5-8 a second. That's about 45 days max. Not a problem. But before it's suggested for me to use facial recognition software, it isn't just people, it's cars, places, and many more subjects. I will share with you my makeshift script to solve the issue for the time being. Again, I'm not looking for a mod, rather a replacement if one exists. Or advice on how to achieve an alternative.

     

    <MMS2:530,300><MSD:50><LDN><MMS2:20,250><MSD:50><LUP><MSD:50><MMS2:530,300>

     

    Mouse Move Screen 530,300 (over image)

    Delay 50 Milliseconds

    Mouse Left Button Down (begin image file drag)

    Mouse Move Screen 20,250 (target folder)

    Delay 50 Milliseconds

    Mouse Left Button Up (end image file drag)

    Delay 50 Milliseconds

    Mouse Move Screen 530,300 (returns to over image)

  3. Greetings,

     

    Using Macro Express Standard. Win7 OS.

     

    I have a little over 12 million jpg image files which need to be sorted into predefined folders. Is there a way to script a way I can simply assign a destination folder to numpad1 on through numpad9 for 9 folders which I can have the mouse left click on the image thumbnail, cut, and paste the file into the predefined folder?

     

    Even if it's a simple copy/paste I am betting its possible to script a delete function to get rid of the originally copied file.

     

    I find it very slow to click/drag image files into appropriate folders or tag each image. If there is a way I can just use my numpad to speed through these files, sorting them, this would be great. If the answer is not with this scripting prog, please clue me in. Thanks so very much.

     

    Love MacEx, long time user.

     

    ~Rob.

    • Like 1
×
×
  • Create New...