source: gs3-extensions/ekit/trunk/ekit.bat@ 22030

Last change on this file since 22030 was 22030, checked in by sjm84, 14 years ago

Added an ekit.bat file so that it can be run from windows

File size: 318 bytes
Line 
1# -s is open view source
2# -x is exclusive source/document view (not split view)
3# -fFilename is open the given file when ekit opens
4# %1 is the html file passed to ekit.bat, when running ekit.bat
5# through the DOS prompt (i.e. run: ekit.bat <filename.html>).
6java -jar "%GSDL3SRCHOME%/ext/ekit/ekit.jar" -x -s -f"%1"
Note: See TracBrowser for help on using the repository browser.