@echo off rem (The above command prevents display of any commands rem below to the DOS window.) rem rem Example DOS Batch file for Statit rem rem If you create a shortcut to this BAT file, set it's rem properties to "run minimized" so the DOS window does rem not clutter your screen. rem rem ------------------------------------------------- rem If you are using a custom menu, statit.stm, uncomment rem the next command line and specify a directory in which rem you are going to put your customized menu file. rem rem set STMENUDIR=C:\mydir\mystatit rem rem ------------------------------------------------- rem If you want to change the directory from which rem Statit runs, you may do that by uncommenting the next rem command line and giving the directory name you want. rem You may install a local statit.ini in this directory. rem rem cd c:\mydir\mystatit rem rem ------------------------------------------------- rem You must add the path to the Statit executables and rem DLL's. This is the Statit bin directory under the rem Statit Installation Directory. rem rem set PATH="c:\program files\statit 5.2\bin";%PATH% rem rem ------------------------------------------------- rem Run Statit. You may optionally put a macro command rem file name as a parameter, and Statit will process this rem file as part of it's startup. One of the option rem switches may be used to control this execution: rem rem no switch: Statit windows open, macro processed rem /s: Macro processed, Statit windows open rem /h: Macro processed, Statit exits rem rem Uncomment and modify the one line you want to use. rem The quotation marks (") are required when Statit is rem installed under a directory with a blank in the name. rem rem winstatit52 rem winstatit52 macro rem winstatit52 /s macro rem winstatit52 /h macro rem exit