I am currently running a command and it is producing the compressed file. I need to store that zip file into c:\windows\abc.zip. Does anyone know how to do that?
MY current command is something like this: cd %path% cdx.exe
I have tried specifying the path after cdx.exe but it doesn't store in that path. It is running the exe but storing on my desktop instead of c:\windows.
Hope it make sense.