Quote:
Originally Posted by KaktoR
I have a question about [CMDCommands]
Are the commands executed from {app} or {tmp}?
|
You could try:
Code:
[CMDCommands]
@echo off
echo %cd% >> "C:\mylocation.txt"
pause
It will save the location to the specified text file