Some TextPad Tools

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Alex Angelopoulos

Some TextPad Tools

Post by Alex Angelopoulos »

Here are a few entries I have on my tools menu; thought I would post these in case anyone else will find them helpful.

"MenuText"="Debug Wscript"
"Command"="C:\WINDOWS\system32\wscript.exe"
"Parameters"="//X $File"
"Folder"="$FileDir"

"MenuText"="Explore This Directory"
"Command"="c:\windows\explorer.exe"
"Parameters"="$FileDir"
"Folder"="$FileDir"

"MenuText"="HTA Exec"
"Command"="C:\WINDOWS\system32\mshta.exe"
"Parameters"="$File"
"Folder"="$FileDir"

"MenuText"="HTA with Options"
"Command"="C:\WINDOWS\system32\mshta.exe"
"Parameters"="$File"
"Folder"="$FileDir"

"MenuText"="Launch in IE 6"
"Command"="C:\Program Files\Internet Explorer\IEXPLORE.EXE"
"Parameters"="$File"
"Folder"="$FileDir"

"MenuText"="Open Console Window Here"
"Command"="cmd.exe"
"Parameters"="cmd /k"
"Folder"="$FileDir"

"MenuText"="Parametric Cscript"
"Command"="c:\windows\system32\cscript.exe"
"Parameters"=" $File $Sel"
"Folder"="$FileDir"
"RE"="^\([^(]+\)(\([0-9]+\)):"

"MenuText"="progid4:$SEL"
"Command"="cmd.exe"
"Parameters"="start progid4:$SEL"
"Folder"="$FileDir"

"MenuText"="Register WSC"
"Command"="c:\windows\system32\regsvr32.exe"
"Parameters"="$File"
"Folder"="$FileDir"
nelson

Re: Some TextPad Tools

Post by nelson »

Hi,
I would like to know what would this settings do.

I wonder if you could help - I'm having trouble with the tools setting. Tools - is not available in the Comfigure\Preferences dialog box. how can I add it there so that I can add the JDK package.

Tnk for your input.
Alex Angelopoulos

Re: Some TextPad Tools

Post by Alex Angelopoulos »

No clue, Nelson. It's there in my TextPad version. I'm not sure about the JDK stuff anyway since I don't use Java...
XpNeRd

Re: Some TextPad Tools

Post by XpNeRd »

Nelson,

make sure that you install JDK properly (ensure that all environment variables are set appropriately as per the installation instructions from Sun's site) before you install TextPad. This way TextPad will automatically configure for Java.

it should work.

good luck

XpNeRd
Post Reply