I am making a program. I want to import XML file to schtasks.exe, I have to set the path of the program.
Here's the part of XML code :
<Exec>
<Command>"C:\MyPath\program.exe"</Command>
<Arguments>/copy</Arguments>
</Exec>
In my opinion, I have to set the path as variable, so...