home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 21
/
CTROM21B.mdf
/
win95
/
utility
/
wb99g32i
/
wbt.mn_
< prev
next >
Wrap
Text File
|
1998-11-29
|
689b
|
24 lines
; 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)