![]() |
| |||||||
Workspace Macro Pro - Automation Edition Post messages and questions related to Macro Software for Windows Automation here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Is there a way to write a "beep" command into a macro? I have the computer downloading data from the web for individual accounts, converting it into a comma delimininated format, then appending the data into an Access database. This process usually takes 4-6 hours depending on the quality of the internet connection and how many space ships are flying around that day. It would be nice if the computer told me it was done instead of me constantly checking to see if it is done. I could have a "beep" macro placed at the end. Thanks |
| |||
| Hello, Workspace Macro Pro does not have a direct command to play a beep like Automation Anywhere does. However, what you can do is, play any media file like a sound file (for e.g. any song in .mp3) using the Open Program/File command. So you can simply insert an Open Program/File command at the end of the macro that plays the sound file. Hope that helps! |