source: branches/1.5/apps/rappture.cmd @ 5901

Last change on this file since 5901 was 5901, checked in by gah, 9 years ago

first pass on new build

File size: 277 bytes
Line 
1@REM %~dp0     = extract directory and path of argument 0 (command executed)
2@REM %M:~1,-1  = extract every between first and last charcter (the quotes)
3@REM These constructs require extended command options (Windows 2000 or later)
4@set M="%~dp0"
5@wish %M:~1,-1%driver %*
Note: See TracBrowser for help on using the repository browser.