If you need this at the OS level in CMD or batch file you should use parameters like %1, %2, ...
So in the batch or command file would be something like:
"Win32_Directory.Name="%1
Where %1 = \"c:\\\\Development\\\\temp\""
aneilg
ASKER
sorry for the Confusion, but i am using the WMI Event Watcher Task, and its WMI Options, WqlQuerySource.
lcohan
OK, so you have two options in my opinion - if you have the WQL query you can modify it as I mentioned above with the sql example using variables or if you have it in SSIS task you can add task parameter/value:
So in the batch or command file would be something like:
"Win32_Directory.Name="%1
Where %1 = \"c:\\\\Development\\\\tem