home *** CD-ROM | disk | FTP | other *** search
- ; Menu file for wbt extension
-
- ;AMAZINGLY IMPORTANT NOTICE!!
- ;This file is automatically overwritten during upgrade
- ;or re-install of the WinBatch product. If you make
- ;changes to it...SAVE YOUR BACKUPS...This file will
- ;be overwritten without notice.
-
- Run with WinBatch ; Runs the Winbatch Interpreter on this file
- f = strcat('"',CurrFilePath(),'"')
- Run("winbatch.exe",f)
-
- WinBatch Studio ; Edit the Winbatch file
- f = strcat('"',CurrFilePath(),'"')
- Run("WinBatch Studio.exe", f)
-
- WinBatch Compiler ;Run the WinBatch Compiler
- f=strcat('"',CurrFilePath(),'"')
- Run("WBCompiler.exe",f)
-
-
-
-
-