;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; File name: EXIT98HF.DDX ; ; Date revised: 8-24-98 ; ; Description: This macro import file adds voice commands to DragonDictate ; for Windows 2.0 (or higher) to do hands free exit and restart under Windows 98. ; ; Before you use the macros for the first time make sure Run Hands free is ; NOT checked under the Hands Free options (VoiceMenu | Options | Hands ; Free). This seems a bit counter-intuitive but it's necessary. Unsetting ; the Run Hands Free box suppresses a dialog box which interferes with the ; exit macros. ; ; Each time you execute one of the macros: ; 1) Close all open applications. ; 2) Revert back to the last saved version of your user files if ; you don't want to save the adaptations you've made since ; the start of the current session. This is necessary because ; ALL OF THE MACROS SAVE YOUR VOICE FILES. You can revert back ; to the last saved version by selecting ; Voice Menu | Users... | Restore... | Go to Last Saved Version. ; 3) Say the macro name. You can abort the action by saying No when ; the confirmation dialog comes up. ; ; Included macros: ; [Restart Windows] which restarts Windows 95 ; [Shut Down Windows] which shuts down Windows 95 ; [Restart in MSDOS Mode] exits to MSDOS Mode. ; ; Compatible with DDWIN version: 2.x or higher ; ; Compatible with Windows version: Win 98 ; ; ; I. To import this ddx file into your voice files... ; ; First make sure that the voice file you wish to import the macros to ; is the active one. ; ; 1) Select Voice Menu | Tools | Vocabulary manager to start ; the Vocabulary Manager (or say "[Bring Up Vocabulary Manager]") ; 2) Go to the the Vocabulary menu and select "Import..." to bring up the Import ; Vocabulary dialog box. ; 3) Select the file called EXIT98HF.DDX (The location will depend on where you ; put it on your hard drive when you downloaded it). Once the path is correct, select OK. ; 4) A warning dialog might be displayed saying that "the vocabulary ; "XXXXXX" already exists". Select Yes to merge the new macros ; into the existing vocabulary. ; 5) Select Voice Menu | Quick Access | Save User to save your ; user files. This saves your voice files with the new macros ; which have just been added. ; ; Note: These macros have not been tested nor certified by the Dragon Systems ; Quality Assurance team, and they may not work perfectly on your ; system without modification. ; ; THIS DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ; ANY KIND. The user assumes the entire risk as to the use of this ; utility. You have the right to use this technical information ; subject to the terms of the License Agreement that you received ; with the product this information pertains to. ; ; © Copyright 1995-98 Dragon Systems, Inc. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; ; switch-to-vocabulary /create /module System System /overwrite switch-to-group /create System switch-to-group /create "Global Commands" add-word "[Restart in MSDOS Mode]" /script "MsgBoxConfirm \"Do you really want to exit to MSDOS mode?\",20,\"Warning!\" AppBringUp \"VoiceBar\" SendSystemKeys \"{Alt+v}u\" SetMicrophone 0 SendSystemKeys \"{Ctrl+Esc}\" SendKeys \"um{Enter}\"" /nsc add-word "[Restart Windows]" /script "MsgBoxConfirm \"Do you really want to restart Windows?\",20,\"Warning!\" AppBringUp \"VoiceBar\" SendSystemKeys \"{Alt+v}u\" SetMicrophone 0 SendSystemKeys \"{Ctrl+Esc}\" SendKeys \"ur{Enter}\"" /nsc add-word "[Shut Down Windows]" /script "MsgBoxConfirm \"Do you really want to shut down your computer?\",20,\"Warning!\" AppBringUp \"VoiceBar\" SendKeys \"{Alt+v}u\" SetMicrophone 0 SendSystemKeys \"{Ctrl+Esc}\" SendKeys \"us{Enter}\"" /nsc