I have an install.bat. I have to get all contents to c:\temp how do I do that?
We have a vendor with really poorly-written installation procedures that requires software to be installed from c:\temp, which means I need to get the installation into that folder as first step.
I created an install.bat but on my first iteration, when I told it to copy from the installation folder to c:\temp, it thought the source file was in another folder (not sure where but not in C:\ProgramData\Quest\KACE\downloads)
What's the command to tell it to copy all files from C:\ProgramData\Quest\KACE\downloads\11100 to c:\temp? Off the top of my head, that I'm trying next, is to fully qualify the download path, but that seems messy.
Thanks!