home *** CD-ROM | disk | FTP | other *** search
- ; Menu file for wbt extension
-
- 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)
-
-
-
-
-