January 22, 2009

Quick Tip: Determine Path of an Application (Update)

Filed under: General — Marcus Tettmar @ 6:03 pm

When using the RunProgram command in Macro Scheduler to run an app you usually need to know the path (unless it’s a system app already in the path) and executable name. Sometimes it’s not obvious what that is. You might start Microsoft Word, or Internet Explorer several times a day without knowing or caring what its exe name and path is. So when you come to write a macro which calls it how do you find out what it is? Well you might think to right click on the application’s shortcut and look at the properties. But this doesn’t always help. If I click on the MS Access shortcut in my Start menu it seems to point to yet another shortcut. I could locate that shortcut and look at that I suppose, but I’m an impatient kind of guy and don’t like being sent around the houses. No, there’s a quicker way:

  • Start the application if it is not already running.
  • Hit Win-R to get the Run dialog and type msconfig32 and hit Enter
  • In the System Information window expand “Software Environment” and click on “Running Tasks”
  • You will see a list of running processes with their Path shown in the second column

Running Task Location

In Vista you can also do the following:

  • Start the application if it is not already running.
  • Start Task Manager (which you can do quickly by right clicking on the task bar and selecting “Task Manager”).
  • Look down the list (you can sort it by name or description) to find the application.
  • Now you can right click on the application’s entry and select Properties and it will show you it’s location. Or right click and select “Open File Location” to see it in an Explorer window.

The location field in the Properties box of Task Manager can be selected, so you can just copy this to Macro Scheduler.

So, even if you don’t know where an application is installed or what its executable name is, it’s easy to find that out once it’s running.

__

Updated 23/01/09 for an XP solution. Thanks to Dick Lockey for pointing out my Task Manager solution was Vista only.

January 21, 2009

Free T-Shirts for Forum Points

Filed under: Announcements — Marcus Tettmar @ 12:13 pm

The forums now let you give points to other users. Reward those that have helped you, and get points for helping out others. And as an extra reward, the top three earners each month will receive a free MJT Net Gearhead T-Shirt (T-Shirts will go to the three people who earn the most points in the proceeding month). For full details see the announcement in the forum. So log in and start sharing your knowledge now.

January 20, 2009

MJT Net T-Shirts and Merchandise

Filed under: Announcements, General — Marcus Tettmar @ 5:03 pm

Thanks to Zazzle we can now offer MJT Net Logo T-Shirts and merchandise.

MJT Logo T-Shirts and Merchandise

Just what every Macro Scheduler user always wanted! View the products at the Zazzle store here. Oh, and by the way – Zazzle are currently offering an “Inauguration Weekend Sale!” which ends today. So act quickly if you want a good deal.

Macro Scheduler 11.1.01 Update

Filed under: Announcements, Macro Recorder — Marcus Tettmar @ 12:02 pm

Macro Scheduler 11.1.01 Update is now available with the following fixes:

– Fixed: Window Open Trigger not working properly when visible windows only is UNCHECKED
– Fixed: Tray icon still not single clicking in Windows 7
– Fixed: Macro recorder “Run this application first” option not working
– Fixed: When entering hotkey via “Type a hotkey” box in macro properties you are not asked if you want to save changes

Registered Downloads/Upgrades | Evaluation Downloads | New License Sales

January 15, 2009

Windows 7 Betta (sic)

Filed under: Windows 7 — Marcus Tettmar @ 4:20 pm

I’m no fish expert, so it meant nothing to me when I saw the pretty looking fish on the Windows 7 beta wallpaper.  Then I saw this CNET report.  Turns out it’s a Siamese fighting fish also known as a Betta fish, pronounced “beta”.  Presumably, therefore, it won’t be the default wallpaper in the final release?

Update: I hadn’t noticed – there are also 7 bubbles!

January 14, 2009

New Linux User Misses Macro Scheduler

Filed under: General — Marcus Tettmar @ 5:57 pm

A while back I got this comment in an email:

“I loved Macro Scheduler. Unfortunately, I’m now working exclusively on Mac and Linux boxes. I have kept a copy of Macro Scheduler, just in case I ever return to Windows, and have recommended it to many friends (2 of which have purchased copies).  After 2 years without Windows, I have to say that I don’t miss Windows, but I do miss Macro Scheduler.”

Despite the fact that we’ve lost a customer to Linux, I think that’s quite an endorsement. Linux has always catered to the sysadmin with its rich command line interface, and all Linux tools, utilities and system apps provide a command line processor. Linux also comes with a number of built-in scripting languages and an advanced scheduler called Cron. So Linux is made for being automated. Windows, on the other hand, was designed almost exclusively for human users and is purely graphical. Therefore, tools like Macro Scheduler are required to automate Windows applications. Nice to hear how important Macro Scheduler was to this sysadmin when he had to put up with Windows 🙂

January 12, 2009

Macro Scheduler 11.1 Update

Filed under: Announcements — Marcus Tettmar @ 12:25 pm

Macro Scheduler 11.1 Update is now available with the following fixes:

– Fixed: Text Capture functions (GetWindowTextEx, WaitScreenText, GetTextInRect, GetTextAtPoint) could
cause clipboard function to stop working in source application
– Fixed: Standalone Editor not prompting to save on exit after compile options changed and not saved
– Fixed: Inline Function selector not adding chevron to GetWindowList
– Fixed: Updating dialog in editor from popup menu could leave blank space at start of first line of dialog block
– Fixed: Find Next in Editor will now follow search direction as set in Find dialog
– Fixed: Tab characters causing text loss in watch list
– Change: Tray icon action changed to single click for Windows 7

Registered Downloads/Upgrades | Evaluation Downloads | New License Sales

January 11, 2009

January 9, 2009