Building Controls Virtual Test Bed
|
Class to write the path variable on Windows with one argument on each line. More...
Static Public Member Functions | |
static void | main (String[] args) |
Main method. More... | |
Class to write the path variable on Windows with one argument on each line.
This class is only used for Windows. It is required because on Windows 7, the command
for %i in (expr "%AAA%") do ( echo %i )
does not work anymore. The reason is that Windows 7 introduced the path C: Files (x86). The closing bracket confuses the batch command interpreter.
Definition at line 16 of file GetPath.java.
|
inlinestatic |
Main method.
args | No arguments are used by this method. |
Definition at line 22 of file GetPath.java.
References i.