|
You can add your own new scripts to Web Link Commander.
| 1. | Create a new script file in python, based on some of the included examples. |
| 2. | Place your script in its own directory under Tools\Scripts\user |
| 3. | Create a new .tool file in it's directory that tells the program about your new scripts; the program autodiscovers all .tool files. |
| 4. | Don't forget to include a README file. |
|