http://www.musicday.co.kr/shop/pdffile/kim5860/10759 carry out if the condition is

                    met.

j  string1==string2  Specifies a true condition if the specified text strings

                    match.

g  EXIST filename    Specifies a true condition if the specified filename

                    exists.

wRuns a specified command for each file in a set of files.



FOR %variable IN (set) DO command [command-parameters]



}  %variable  Specifies a replaceable parameter.

  (set)      Specifies a set of one or more files.  Wildcards may be used.

V  command    Specifies the command to carry out for each file.

  command-parameters

             Specifies parameters or switches for the specified command.



To use the FOR command in a batch program, specify %%variable instead of

%variable.

Reserved command name

/Loads a program into the upper memory area.



XLOADHIGH [drive:][path]filename [parameters]

LH [drive:][path]filename [parameters]



q  parameters   Specifies any command-line information required by the

               program you want to load.

>bM_nly

                    if the condition is false.

  ERRORLEVEL number Specifies a true condition if the last program run returned

                    an exit code equal to or greater than the number specified.

f  command           Specifies the command to carry out if the condition is

                    met.

j  string1==string2  Specifies a true condition if the specified text strings

                    match.

g  EXIST filename    Specifies a true condition if the specified filename

                    exists.

wRuns a specified command for each file in a set of files.



FOR %variable IN (set) DO command [command-parameters]



}  %variable  Specifies a replaceable parameter.

  (set)      Specifies a set of one or more files.  Wildcards may be used.

V  command    Specifies the command to carry out for each file.

  command-parameters

             Specifies parameters or switches for the specified command.



To use the FOR command in a batch program, specify %%variable instead of

%variable.

Reserved command name

/Loads a program into the upper memory area.



XLOADHIGH [drive:][path]filename [parameters]

LH [drive:][path]filename [parameters]



q  parameters   Specifies any command-line information required by the

               program you want to load.

>bM
