View Single Post
  #762  
Old 27-07-2021, 06:57
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
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
Reply With Quote