Reputation: 92
I need to created a .bat file which does the following things :
All the commands should be each line for every step mentionned above.
I have tried the following code, but it is not what i'm expecting to do. Steps 1 and 2 is correct, but the folder is not opened.
start cmd.exe /k "cd Test && del * /Q && ."
Upvotes: 0
Views: 442