Hi folks,
Is it possible to make a one click command (button)to create a .txt file in the active file panel?
The file name isn't too important, could just be a fixed name like "info.txt"
Thanks!
Command to create a .txt file in active file panel?
Moderators: Hacker, petermad, Stefan2, white
Re: Command to create a .txt file in active file panel?
It was discussed just 3 days ago.
Overquoting is evil! 👎
Re: Command to create a .txt file in active file panel?
Thanks, for anyone else wondering, the answer is:
Create a button with this command:
cm_Edit /C /N="info.txt" /L0 /G
Create a button with this command:
cm_Edit /C /N="info.txt" /L0 /G
Re: Command to create a .txt file in active file panel?
It's better to shorten it: cm_Edit /CGL0N="info.txt"
Overquoting is evil! 👎
Re: Command to create a .txt file in active file panel?
cheers, this is very useful for quickly creating notes in a project folder .......