Page 1 of 1

Some TextPad Tools

Posted: Wed Nov 20, 2002 4:02 am
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"

Re: Some TextPad Tools

Posted: Wed Nov 20, 2002 3:47 pm
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.

Re: Some TextPad Tools

Posted: Thu Nov 21, 2002 7:16 pm
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...

Re: Some TextPad Tools

Posted: Sun Dec 01, 2002 7:17 am
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