Add link to ewriter help to program group...

Apr 2, 2011
1,639
15
55
North Carolina, USA
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