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

  1. ; Menu file for wbt extension
  2.  
  3. ;AMAZINGLY IMPORTANT NOTICE!!
  4. ;This file is automatically overwritten during upgrade
  5. ;or re-install of the WinBatch product.  If you make
  6. ;changes to it...SAVE YOUR BACKUPS...This file will
  7. ;be overwritten without notice.
  8.  
  9. Run with WinBatch     ; Runs the Winbatch Interpreter on this file
  10.         f = strcat('"',CurrFilePath(),'"')
  11.         Run("winbatch.exe",f)
  12.  
  13. WinBatch Studio    ; Edit the Winbatch file
  14.         f = strcat('"',CurrFilePath(),'"')
  15.         Run("WinBatch Studio.exe", f)
  16.  
  17. WinBatch Compiler  ;Run the WinBatch Compiler
  18.         f=strcat('"',CurrFilePath(),'"')
  19.         Run("WBCompiler.exe",f)
  20.                 
  21.    
  22.   
  23.  
  24.