How to display a specific text file from start menu

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
sevem
Junior Member
Junior Member
Posts: 7
Joined: 2013-09-07, 20:43 UTC

How to display a specific text file from start menu

Post by *sevem »

I often have to look into one text file for checking certain operation results. It is a file with fixed name in a fixed location. For this I have a button that opens the file in the viewer. Below the definition of the button.

Now I would like to add this behaviour to a menu entry in the start menu. I can add the command cm_List to the menu but I do not see any possibility to add the file name. Did I miss something or is it not possible.

Thanks for your help

---------
Definition of button in use:

Code: Select all

TOTALCMD#BAR#DATA
cm_List SomeFile.txt

wcmicons.dll,27
Show File

0
-1
User avatar
Dalai
Power Member
Power Member
Posts: 10036
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

The Parameters field is disabled if you choose a cm_* command, but it's exactly the same syntax as in the button:

Code: Select all

cm_List SomeFile.txt
(i.e. add the filename directly after the cm_List command)

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply