Thread
:
Problem with commands in DOS
View Single Post
#
10
(
permalink
)
08-04-2007, 02:32 AM
mhookem
Moderator
About:
Join Date: Dec 2006
Location: Chesterfield, UK
Posts: 387
FOR %variable IN (set) DO Command
When using the %
variable
in batch files, the '%' must be preceeded by another '%'. And to avoid confusion with the batch file parameters %0-%9, the
variable
can be anything except the symbols 0-9.
Regards
Martin
mhookem
View Public Profile
Send a private message to mhookem
Find all posts by mhookem