I have made a new button to creates a new textdoc.
Now this txt doc will be saved in “D:\download\”, but i would like it to have it saved in the current directory.
The directory where i stand at that moment. I just don’t know how to script that.
Could you please help me to do that.
This is the script text:
"C:\Program Files (x86)\Notepad++\Notepad++.exe" "D:\download\New.txt"
D:\download
Thank you