Page 1 of 1

Workbench/Icons/Information

Posted: Tue Apr 01, 2014 11:54 am
by JosDuchIt
Is the function "Information" available through the WB submenu also available as a CLI function?

I know you can launch it with WB arexx port, but then its window appears on the Workbench screen.
What i am after is opening it on the public screen from which it is launched.

Re: Workbench/Icons/Information

Posted: Tue Apr 01, 2014 2:09 pm
by LyleHaze
You can get the file version information with the Version command,
You can see the file name, size, and protection bits, last date and time it was changed and the file comment with the List command.
You can change the comment with the the filenote command.
I think that's everything on the "file" tab of information.

I do not know of any support for the "Icon" tab without going outside of the O.S. supplied commands.

Re: Workbench/Icons/Information

Posted: Tue Apr 01, 2014 3:39 pm
by thomasrapp
JosDuchIt wrote:Is the function "Information" available through the WB submenu also available as a CLI function?
See attachment. 68k, but with source code.

Re: Workbench/Icons/Information

Posted: Tue Apr 01, 2014 4:19 pm
by JosDuchIt
@LyleHaze

It's to be able to change tooltypes ( eg for a filename you have in clipboard) without having to go through the WB menu
@ ThomasRapp
thanks for the hint.
Sources are always interesting
It opens on a defined pubscreen too: another thing i was looking for
I noted: wbinfo is in my c: drawer, as a standard OS4.1 command i guess.

Re: Workbench/Icons/Information

Posted: Tue Apr 01, 2014 11:20 pm
by nbache
Yes, it is in OS4 as a native command.

Try "help wbinfo".

Best regards,

Niels