How to add shortcut for CMD command parameter.

Joined
Feb 9, 2021
Messages
1
Reaction score
0
Hello to this community.

I am trying to add two useful cmd execution commands to the context menu. I am left wondering what would be the command line shortcut?

One of the cmd commands I want to use is:
Code:
cmd  /c  dir  /b  > "%temp%\Dir.txt"  & notepad  "%temp%\Dir.txt"
(which creates a list of file names in a folder.

And the other would be to select specific file types in the current directory.

Would anyone know what the execution parameters would be?
 

Attachments

  • Screenshot 2021-02-08 225104.png
    Screenshot 2021-02-08 225104.png
    28.4 KB · Views: 91

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top