Try adding cmd /k to the beginning of your command. This tells the "DOS" console to carry out the specified command but remain open. In fact, you can click Start, Run and type in cmd /k cmd /? to get more information :)
Sometimes you even need cmd /k start "" added to the beginning as mentioned in ...
Search found 70 matches
- Sat May 15, 2004 3:56 am
- Forum: General
- Topic: winhlp32 - how does it work?
- Replies: 2
- Views: 745
- Tue May 11, 2004 5:28 am
- Forum: General
- Topic: Not Printing Underscores (_)
- Replies: 2
- Views: 720
Re: Not Printing Underscores (_)
Click on "Yes" .... It's a link to http://textpad.com/forum/viewtopic.php? ... nderscoresAnd let me add: Does anyone have a solution?
- Sun May 09, 2004 3:06 am
- Forum: General
- Topic: file name in title bar of window
- Replies: 2
- Views: 848
- Thu May 06, 2004 8:47 pm
- Forum: General
- Topic: Visual Page Break Marco?
- Replies: 2
- Views: 846
- Fri Apr 16, 2004 5:47 am
- Forum: General
- Topic: Getting Tool Parameters
- Replies: 1
- Views: 667
- Thu Apr 01, 2004 2:16 am
- Forum: General
- Topic: Search for something NOT there
- Replies: 4
- Views: 1183
- Fri Mar 26, 2004 9:41 pm
- Forum: General
- Topic: How to make the current cursor line top of the screen
- Replies: 2
- Views: 782
- Fri Mar 26, 2004 8:33 pm
- Forum: General
- Topic: Run from Flash/USB drive?
- Replies: 1
- Views: 850
- Sat Mar 13, 2004 1:44 am
- Forum: General
- Topic: Find dialog in a macro, strange, again :roll:
- Replies: 7
- Views: 985
- Thu Mar 11, 2004 8:51 pm
- Forum: General
- Topic: Find dialog in a macro, strange, again :roll:
- Replies: 7
- Views: 985
Might try AutoIt
Code: Select all
; AutoIt v3.0.100 sample script
Send("{Home}+{End}^c")
Send("^{Tab}^{Home}")
Send("{F5}")
WinWaitActive("Find")
Send("^v")
Send("!m{Esc}")
Send("^{Tab}{Home}{Down}")- Fri Mar 05, 2004 9:23 pm
- Forum: General
- Topic: HotKeys for Tools stopped working
- Replies: 4
- Views: 418
- Tue Feb 24, 2004 7:31 pm
- Forum: General
- Topic: AutoIt Context Sensitive Help
- Replies: 2
- Views: 399
I was really confused, too, when I ran the installer a few weeks ago.
For me, the file installed to c:\windows\keyHH.exe
By the way, keyHH might not be needed. Trids, who is a memeber of both TextPad's and AutoIt's forums, posted the keyHH info for use with an older version of TextPad. Trids said ...
For me, the file installed to c:\windows\keyHH.exe
By the way, keyHH might not be needed. Trids, who is a memeber of both TextPad's and AutoIt's forums, posted the keyHH info for use with an older version of TextPad. Trids said ...
- Mon Feb 23, 2004 10:13 pm
- Forum: General
- Topic: Can my SYNTAX DEFINITION file hilight the following . . .?
- Replies: 3
- Views: 699
- Mon Feb 23, 2004 9:50 pm
- Forum: General
- Topic: Blank line
- Replies: 11
- Views: 1638