

InterviewSolution
Saved Bookmarks
1. |
Solve : windows 3.11 recorder? |
Answer» <html><body><p>Is there anyway to step through a .rec file while it is running on WFW 3.11? Also, does <a href="https://interviewquestions.tuteehub.com/tag/anyone-380251" style="font-weight:bold;" target="_blank" title="Click to know more about ANYONE">ANYONE</a> <a href="https://interviewquestions.tuteehub.com/tag/know-534065" style="font-weight:bold;" target="_blank" title="Click to know more about KNOW">KNOW</a> of a program which will translate the .rec file into readable code?Quote from: tftnbw on July 06, 2010, 09:50:02 AM</p><blockquote>Is there anyway to step through a .rec file while it is running on WFW 3.11? Also, does anyone know of a program which will translate the .rec file into readable code?<br/></blockquote><br/>Don't know about stepping through it, but I do know that the old Windows recorder had a secret way to <a href="https://interviewquestions.tuteehub.com/tag/view-772105" style="font-weight:bold;" target="_blank" title="Click to know more about VIEW">VIEW</a> the various instructions it contained.<br/><br/>To use this undocumented feature, open the Recorder window with a macro file loaded. Highlight the name of the macro you wish to examine. At this point, if you pull down the Macro menu and click Properties, you ordinarily see a dialog box with <a href="https://interviewquestions.tuteehub.com/tag/settings-771535" style="font-weight:bold;" target="_blank" title="Click to know more about SETTINGS">SETTINGS</a> for that macro: the hotkey combination it uses, whether it uses mouse events or not, and so on.<br/><br/>But, if you hold down the Shift key while clicking Macro->Properties, a completely different dialog appears.This is the Macro Events dialog box, which lists every keyboard and mouse event contained in the macro. This includes every key-up and key-down action, and the name of the program in which these actions took place. Additionally, the list contains the amount of time between each keystroke. (this timing <a href="https://interviewquestions.tuteehub.com/tag/information-238790" style="font-weight:bold;" target="_blank" title="Click to know more about INFORMATION">INFORMATION</a> is not used when the macro is played back unless you specify "Playback speed:As recorded")<br/><br/><br/>if you find a error in the sequence, you will still need to re-record the entire macro, but this hidden feature of the recorder may make finding such an error a lot quicker.</body></html> | |