I want to create a new, empty file using Total Commander.

I have not been able to find out how to do this simple task, so I am asking here.

link|improve this question

78% accept rate
feedback

5 Answers

up vote 4 down vote accepted

You can create a new text file in Total Commander by pressing SHFT + F4 and entering a file name. The file will automatically open in the editor which is configured under Configuration -> Options -> Operation -> Edit/View -> Editor for F4.

link|improve this answer
Ai... Should have thought about that myself. :-( – Tonny Feb 8 at 12:10
feedback

Unfortunately, you can't.

At least not directly with Total Commander. But you can invoke the standard Windows Explorer behavior from Total Commander.

Try this:

In the Total Commander file/folders-panel right-click and hold the mouse for about 1 second. Total Commander will now fall-through to the normal Windows right-mouse menu you would normally get in Windows Explorer.

This menu's context depends on the object beneath the mouse-pointer. So you will only see the New->Text document (or whatever other file-format that's available on your system) option if you do this without any object beneath the cursor.

So you will have to click below the last file in the list in order to have nothing selected. Even if the list fills the panel completely there is still a tiny (5 pixels or so) blank area below the last file that you can use.

link|improve this answer
Oh, OK. This is a bit stupid, but it helps. – Karel Bílek Feb 7 at 2:05
feedback

If it is about text files copy an existing file and rename it. Open it and select all, delete. I admit, that this is more difficult than in Windows Explorer but you will get used to it soon and often you copy files that are similar in its contents so modifying from an existing copy makes it easier than writing everything from scratch. At least this is the case when dealing with code.

link|improve this answer
feedback

I saw in some blog (don't remember which - sorry) on a very simple way to do it which has a more TC authentic feel to it:

  1. Go to Start-->Change Start Menu
  2. Choose Add Item and give it the name Create File
  3. In the Command text input, type - cmd /c type null >
  4. In the Parameters text input, type - ?%N
  5. In the Shortcut key drop down, choose whatever you want. I chose CTRL+ALT+F7 since it is easy for me to remember since F7 creates a new directory.

This way it works exactly like creating a new directory - and you can hardly notice it actually opens a shell window (it closes in less than a second).

link|improve this answer
feedback

Press SHIFT +F4. Simple. No need for any menus or the mouse.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.