Catalog
Posted: 12 Jun 2009 08:15
How can I launch a script from the Catalog section?
admin wrote:Like this. (This also answers your question about how to display a report without launching an external app.)
Yes, the trick is to prepend "::"timhatz wrote:Very cool... I'll have to experment with this.
admin wrote:Like this. (This also answers your question about how to display a report without launching an external app.)
admin wrote:Yes, the trick is to prepend "::"timhatz wrote:Very cool... I'll have to experment with this.
admin wrote:Like this. (This also answers your question about how to display a report without launching an external app.)
Use the Edit... button on the right to insert multi-line scripts. Multi-line scripts are always recognized as scripts and do not need to be prepended with ::.
My guess (based on other thread) is that code isn't quite finished yet and will be part of upcoming beta release.timhatz wrote:i tried this and it worked, but I could not figure out the {template} code for the fileversion.
Exactly. In the next BETA you can do:j_c_hallgren wrote:My guess (based on other thread) is that code isn't quite finished yet and will be part of upcoming beta release.timhatz wrote:i tried this and it worked, but I could not figure out the {template} code for the fileversion.
Code: Select all
::text report("{name}, {fileversion}<crlf>", 1);-----TheQwerty wrote:Just a small suggestion, I'd consider adding your script as a UDC (user command), and then you can call this script from the catalog using the command ID assigned to it (the #14?? button in the UDC dialog).
This way you can easily access the same script via UDC menu, Catalog, and shortcut key.
It makes it a little easier to manage things, and if you don't actually want it in the UDC menu you can still hide it while keeping the ability to give it a shortcut key.
admin wrote:Exactly. In the next BETA you can do:j_c_hallgren wrote:My guess (based on other thread) is that code isn't quite finished yet and will be part of upcoming beta release.timhatz wrote:i tried this and it worked, but I could not figure out the {template} code for the fileversion.But this is unofficial secret information. And it will probably only work under XP, not Vista/Win7.Code: Select all
::text report("{name}, {fileversion}<crlf>", 1);
EDIT: {fileversion}, not {version}
Code: Select all
::text report("{name}, {fileversion}<crlf>", 1);Remember that this yet unofficial feature will currently (probably) only work under XP, not Vista/Win7.admin wrote:It works in the recent version. Select one or more files with version info (EXEs, DLLs...) in the file list, and feedinto the Address Bar.Code: Select all
::text report("{name}, {fileversion}<crlf>", 1);
admin wrote:Remember that this yet unofficial feature will currently (probably) only work under XP, not Vista/Win7.admin wrote:It works in the recent version. Select one or more files with version info (EXEs, DLLs...) in the file list, and feedinto the Address Bar.Code: Select all
::text report("{name}, {fileversion}<crlf>", 1);
XP?timhatz wrote:It worked...
Yes, XPadmin wrote:XP?timhatz wrote:It worked...