source: branches/uq/gui/apps/driver.cmd @ 5679

Last change on this file since 5679 was 5679, checked in by ldelgass, 9 years ago

Full merge 1.3 branch to uq branch to sync. Fixed partial subdirectory merge
by removing mergeinfo from lang/python/Rappture directory.

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.