Replace %PATH-TO-PHP% with path to php executable file (php.exe). Be sure to use "php.exe", not the "php-cgi.exe"!
Replace %PATH-TO-KMP% with physical path (not URL) where you have installed KnowledgeBase Manager Pro.
Replace %URL-TO-KMP% with URL to location where you have installed KnowledgeBase Manager Pro (if open this URL in your browser, you'll see the front-end part of your knowledge base). Please note that website name should not be "localhost", otherwise you would get incorrect URLs in emails that KMP sends - users won't be able to open articles they are subscribed to, reset password, etc.
Please, do not forget the slash at the end of the last parameter for the php.exe.
This is correct:
http://www.yourwebsite.com/kmp/
This is incorrect:
http://www.yourwebsite.com/kmp
Go to the Control Panel > Scheduled Tasks.
Select File > New > Scheduled Task. Give it an appropriate name, for example "KMP Cron Task".
Double-click on the new task. You will see the window with its properties.
Put the path to the cron.vbs file to the "Run:" field, for example:
C:\cron.vbs
Specify user under which this task will run in the "Run as" field.
Click "Set password" and specify password for that user.
Click on the "Schedule" tab.
Click on the "Advanced" button.
Set the "Repeat Task" checkbox and set task to run every minute with duration "24 hours".
Click OK on both windows to save changes. It may ask you for a password for the user under which this task will run. Enter it and click OK.
Open the KMP control panel and go to Administration > General Settings > Auto Related Articles. You may see the following message there previously: "You have to setup cron script in order to use this functionality."
This message will disappear after the first run of the Cron script. Click "Recheck" in about a minute to see that Cron job has been successfully installed.