source: trunk/gui/apps/rerun.cmd

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

whitespace

File size: 285 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 -load %*
6
Note: See TracBrowser for help on using the repository browser.