Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Add link to ewriter help to program group...

Apr
1,793
15
Since earlier version had links for TCMD Help - any chance of haing a ewriter.exe takecommand.ewriter link ? or whatever the correct details would be....
 
Easy enough to roll your own. This command works when in TCMD.EXE's home directory.

Code:
eViewer.exe TakeCommand.ewriter

And here, this works elsewhere.

Code:
d:\tc28\eViewer.exe d:\tc28\TakeCommand.ewriter
 
I know I can roll my own but since earlier version had the link - thought that the current one could be made to as well....
 
@vefatica

SHORTCUT "command" ["args" "directory" "description" "linkname" mode [iconfile iconoffset [hotkey]]]

rem so the link appears in the TCMD%version% folder in Public Links....
rem the following all on one line

[C:\>] shortcut
eViewer.exe
TakeCommand.ewriter
"%@path[%_CMDSPEC]"
"TCMD v%int[%_version] Help"
"%@shfolder[23]\TCMD%@int[%_version]\TCMD Help.lnk"
1
"%@path[%_CMDSPEC]\eViewer.exe"
 

Similar threads

Back
Top