Last change
on this file since 1140 was
502,
checked in by nkissebe, 18 years ago
|
Windows cmd shell wrappers for the standard rappture scripts. These must be installed in same directory as the scripts. They require Windows 2000 or later as they use extended command options.
|
File size:
276 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.