Chance1234
IS-IT--Management
I have the following
where I am stuck is after i have executed my vbs file i want to move it to the folder i have created just above, I cant see how i can reference this in the for next
Chance,
F, G + 3MSTG
Code:
cmd.exe /C MD "%DATE:/=-%%TIME::=.%"
for %%B IN (C:\battest\*.vbs) do call %%B
where I am stuck is after i have executed my vbs file i want to move it to the folder i have created just above, I cant see how i can reference this in the for next
Chance,
F, G + 3MSTG