runing a .bat as a param
i need to run this script "c: & cd c:\ & del file.extension /s" that search for a file in C: and delete it. the problem i have is that i need to run it like a parameter.
been trying
Launch a program
Directory:$(KACE_SYS_DIR)
file:cmd.exe
parameters:c\ c: & cd c:\ & del file.extension /s
without sucess. any help would be greatly apreciated.
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer