By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!E:\Utils>which varnames
varnames is a plugin command (4UTILS)
Maybe a decade or more ago but not any longer.Don't some of the plugins have a way to enable/disable specific items?
There are two methods that I know of...A related question: How can I tell the name to use to reference a page in the help file. As I recall, it used to be displayed, which is how I learned that "varnames" would take me to that page. In the eViewer display, I don't see the name of the page.
http://127.0.0.1:8000/1CA17B92-23A4-409B-8A6A-8E627BB79082/index.html?f_exetype.htm
https://jpsoft.com/help/index.htm?f_exetype.htm,
plugin /u 4utils & *help varnames & plugin /l e:\utils\4Utils64.dll
alias ev=`"%@path[%_cmdspec]eviewer.exe" "%@path[%_cmdspec]TakeCommand.ewriter"`
ev varnames.html
help varnames.htm?
If you're going to call eviewer.exe by name, there's apparently a lot you can do. Here's just one example, a modified version of an example I found starting at this page.Or launch the help viewer yourself:
Code:alias ev=`"%@path[%_cmdspec]eviewer.exe" "%@path[%_cmdspec]TakeCommand.ewriter"` ev varnames.html
eViewer.exe "ewriter://d:\tc33\takecommand.ewriter?loadpage=index.html?varnames.htm&defpos=50,50,600,600
hh.exe -decompile r:\help tcmd.chm
The site I linked might say how.Great solutions from Charles and Vince, thanks for those!
With the TCMD.CHM file, I was able to export the .html files doing...
Code:hh.exe -decompile r:\help tcmd.chm
If anyone discovers how to do this with the TakeCommand.ewriter file,
I would appreciate them sharing how to accomplish this.
Joe
It does not work without the '?'.
/I Show the Index instead of the topic, and optionally search for the specified string
/S Show the Search window instead of the topic
If anyone discovers how to do this with the TakeCommand.ewriter file,
I would appreciate them sharing how to accomplish this.
Why would you need to do this? You can get all of the .html files from the website (Take Command / TCC Help v. 33).
16:12:19 Error: "Forbidden" (403) at link https://jpsoft.com/help/index.htm?overview.htm (from primary/primary)
16:15:24 Error: "Forbidden" (403) at link https://jpsoft.com/help/index.htm (from primary/primary)
v:\> copy https://jpsoft.com/downloads/v33/tcmd.exe
https://jpsoft.com/downloads/v34/tcmd.exe => V:\tcmd.exe
TCC: HTTP protocol error. 403 Forbidden. "https://jpsoft.com/downloads/v34/tcmd.exe"
0 files copied 1 failed
It's an ongoing problem. TCC's COPY is no better.
Code:v:\> copy https://jpsoft.com/downloads/v33/tcmd.exe https://jpsoft.com/downloads/v34/tcmd.exe => V:\tcmd.exe TCC: HTTP protocol error. 403 Forbidden. "https://jpsoft.com/downloads/v34/tcmd.exe" 0 files copied 1 failed
It hasn't got much attention. It works for Rex and for @Charles Dye (from one of two locations). Funny, it worked during the recent site update and shortly after, but it doesn't work today.
C:\>ver /r
TCC 34.00.12 x64 Windows 10 [Version 10.0.19045.5247]
TCC Build 12 Windows 10 Build 19045
Registered to COE-LN00061392
C:\>copy https://jpsoft.com/downloads/v33/tcmd.exe
https://jpsoft.com/downloads/v33/tcmd.exe => C:\tcmd.exe
TCC: HTTP protocol error. 403 Forbidden. "https://jpsoft.com/downloads/v33/tcmd.exe"
0 files copied 1 failed
C:\>acquire https://jpsoft.com/downloads/v33/tcmd.exe
Wrote 92,559,296 bytes to "C:\tcmd.exe".
C:\>which acquire
acquire is a plugin command (Acquire)
C:\>