source: trunk/gui/apps/driver.cmd @ 5663

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

whitespace

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.