WinBatch Previously Documented Commands
Keywords: documentation undocumented documented commands
WinBatch is generally backwards compatible from version to version. See the 'Readme Now.txt' file that is installed with WinBatch, for a heads up listing of incompatabilities, you may need to watch out for.However, while a command may not be disabled, we might undocument it to encourage use of the new and better ways in WinBatch to accomplish the same task.
The following is a function that is no longer documented in the help file:
IconArrange
Rearranges icons. Syntax: IconArrange ( ) Parameters: (none) Returns: (i) always 0. This function rearranges the icons at the bottom of the screen, spacing them evenly. It does not change the order in which the icons appear. Example: IconArrange ( ) See Also: RunIcon, WinArrange, WinIconize, WinPlaceSet
Article ID: W13456Filename: Previously documented commands.txt