Building Controls Virtual Test Bed
GetPath Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

static void GetPath.main ( String[]  args)
inlinestatic

Main method.

Parameters
argsNo arguments are used by this method.

Definition at line 22 of file GetPath.java.

References i.


The documentation for this class was generated from the following file: