Windows 10 'Run'

Questions, comments, and suggestions related to Typeitin.
Post Reply
dsan1326
Posts: 11
Joined: Mon Jul 01, 2019 2:08 pm

Windows 10 'Run'

Post by dsan1326 » Sat Jul 06, 2019 7:25 am

Good morning Paul -

I would like to be prompted for input. For example, if I want to enter a manual query or if I want to force a particular application to run despite default applications indicating otherwise, I'd like to receive a prompt to enter an input in to.

I was looking for the Windows 10 "Run" command but can't seem to get it to work with TypeItIn.

Thoughts?

Danny

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: Windows 10 'Run'

Post by Wavget » Sat Jul 06, 2019 12:47 pm

You can use the run command to open a file but it will always use the default application associated with the file.

For example {Run mydocument.docx} will use Microsoft Word to open the file.

You can specify what application to use with the Run command.

For example {Run notepad.exe,mydocument.docx} will use notepad to open the file.

You can use a variable from a list to allow you to select the application.

For example {Var1 List notepad.exe,winword.exe}{run {Var1},mydocument.docx} will first show a list with notepad and winword to allow you to select the application and then open the file in the selected program.

You can also use an input dialog to manually enter the program name.

For example {Var1 =?}{run {Var1},mydocument.docx} first shows a dialog box allowing you to enter the program name and then opens the file.

Please let me know if you have any other questions.

Regards,
Paul.

dsan1326
Posts: 11
Joined: Mon Jul 01, 2019 2:08 pm

Re: Windows 10 'Run'

Post by dsan1326 » Mon Jul 08, 2019 10:23 am

This is great Paul. thank you.

dsan1326
Posts: 11
Joined: Mon Jul 01, 2019 2:08 pm

Re: Windows 10 'Run'

Post by dsan1326 » Fri Jul 19, 2019 12:31 pm

I have been able to implement a Run command, below

{Run C:\Users\ds3787\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Run}

It delivers a "prompt" which then is used to initiate a typeitin shortcut phrase.

How do I, after inputting the shortcut phrase, automate closing the Run command?

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: Windows 10 'Run'

Post by Wavget » Fri Jul 26, 2019 1:44 pm

I think you can use {Enter} to execute the command.

Paul.

Post Reply