I have some macros that run unattended... well I realize that this is frowned upon. I am in the room just not sitting at my desk. I have a loop atm where if it errors and the error is unfixable it enters a:
Code: Select all
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub HumanFixLoop
:FixLoop
/beep
/delay 25
/goto :FixLoop
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Or perhaps even some functions that could execute some sort of alarm program. I have programs now that if invoked via a dos prompt with an initial command it will start an alarm like c:/alarm.exe playnow
I am currently at school and not able to try this myself just wanted to bounce some ideas off the community. I am fairly proficient with the macro language just not aware of all that is possible.
anyway... cheers- back to work.
PS I should state that I do know that I can route my system speaker through my soundcard with some small modifications but I would rather not do this as it seems like a workaround and not a fix.
EDIT : strange how the code option on this board doesnt show my indents correctly for that code.. oh well




