Search found 5 matches

by Alex K. Angelopoulos
Wed Sep 08, 2004 12:27 am
Forum: Tips
Topic: Cscript-hosted VBScript Execution: Another technique
Replies: 4
Views: 3168

Re: Cscript-hosted VBScript Execution: Another technique

Going down to the middle, you may want to check "Save all documents first". I do this so I can just edit and run.

For people who may not want to "save all documents" there is an option. The last note of TextPad's help topic Tool Parameter Macros states:
If a tool uses any of the macros $File ...
by Alex K. Angelopoulos
Wed Sep 08, 2004 12:26 am
Forum: Tips
Topic: Integrating RegJump as a TextPad tool
Replies: 2
Views: 13476

Integrating RegJump as a TextPad tool

Sysinternals have just released a commandline tool named RegJump that will jump to a registry path given as an argument.

It makes a handy tool for use with TextPad, since you can use a $SEL macro on a registry key displayed in TextPad to immediately jump to the registry location. Here's one way ...
by Alex K. Angelopoulos
Sat Feb 14, 2004 6:37 pm
Forum: General
Topic: Assign a keystroke to a user tool
Replies: 3
Views: 558

s_reynisson wrote:Configure->Preferences->Keyboard->Categories->Tools. HTH
Dang. I didn't know I could do that!
by Alex K. Angelopoulos
Sat Feb 14, 2004 4:29 pm
Forum: Tips
Topic: Cscript-hosted VBScript Execution: Another technique
Replies: 4
Views: 3168

Cscript-hosted VBScript Execution: Another technique

Below is a general walkthrough of setting up TextPad for flexible scripting use. It varies slightly from the previously posted Tip on how to Run/Debug VBScript code from Textpad in that it does the following:

Allows supplying arbitrary arguments as selected code
Allows jumping to error lines

1 ...
by Alex K. Angelopoulos
Sat Feb 14, 2004 4:18 pm
Forum: Tips
Topic: Tip on how to Run/Debug VBScript code from Textpad
Replies: 1
Views: 3090

Re: Tip on how to Run/Debug VBScript code from Textpad

Minor erratum. The following is NOT true about MsgBox; MsgBox always calls an actual messagebox for display.
helios wrote: When using CScript, output from Msgbox and Wscript.Echo will be sent to the TextPad Command Results window.

Contributed by David Brown.