Jumping to a Batch File ----------------------- The trick to jumping out to a batch file is to leave off the ".bat" extension when specifying the file name. For example, if your batch file is called "dothis.bat", the following syntax will close your application and launch the batch file: JumpOut(FileLocation^"dothis") The jump out will not work if you type it like this: JumpOut(FileLocation^"dothis.bat")