SUMMARY
=======
ChangeToolType is a tool for adding and removing tool types from
an existing icon.
USAGE
=====
ChangeToolType ICON/A,ADD/K,REM=REMOVE/K
ICON - alone prints the current icon tool types
ADD - will add a new tool type containing the provided text
REMOVE - will remove the tool type which exactly matches the text
EXAMPLE
=======
ChangeToolType icon.info ADD="LOW"
ChangeToolType icon.info ADD="HIGH" REMOVE="LOW"
HISTORY
=======
1.2 - The .info file extension is now optional.
- Bumped up stack cookie and cleaned up code.
- Added example usage.
- Compiled with GCC 4.2.4 and latest SDK.
1.1 - Initial internal release.
AUTHOR
======
Copyright (c) 2009 Steven Solie. All Rights Reserved.
Steven Solie (smsolie()gmail.com)
THANKS
======
Ken Lester for the idea.
| |