Command to create a .txt file in active file panel?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Dazzer
Junior Member
Junior Member
Posts: 67
Joined: 2016-12-14, 08:35 UTC
Location: Amsterdam

Command to create a .txt file in active file panel?

Post by *Dazzer »

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!
Fla$her
Power Member
Power Member
Posts: 2318
Joined: 2020-01-18, 04:03 UTC

Re: Command to create a .txt file in active file panel?

Post by *Fla$her »

It was discussed just 3 days ago.
Overquoting is evil! 👎
Dazzer
Junior Member
Junior Member
Posts: 67
Joined: 2016-12-14, 08:35 UTC
Location: Amsterdam

Re: Command to create a .txt file in active file panel?

Post by *Dazzer »

Thanks, for anyone else wondering, the answer is:

Create a button with this command:

cm_Edit /C /N="info.txt" /L0 /G
Fla$her
Power Member
Power Member
Posts: 2318
Joined: 2020-01-18, 04:03 UTC

Re: Command to create a .txt file in active file panel?

Post by *Fla$her »

It's better to shorten it: cm_Edit /CGL0N="info.txt"
Overquoting is evil! 👎
Dazzer
Junior Member
Junior Member
Posts: 67
Joined: 2016-12-14, 08:35 UTC
Location: Amsterdam

Re: Command to create a .txt file in active file panel?

Post by *Dazzer »

cheers, this is very useful for quickly creating notes in a project folder .......
Post Reply