![]() | LinkScan Reference Manual | Section 8 |
Previous Contents Next | Help Reference HowTo Card |
LinkScan is compatible with virtually any existing Windows scheduling utility.
Using Notepad or a similar editor, simply edit the file linkscan.bat which is automatically installed in the LinkScan folder. This basic Windows BATCH file must set the current working directory to the LinkScan folder and execute LinkScan for each required Project.
REM Set current working directory CD /D C:\LinkScan\ REM Execute LinkScan Phase 1 call perl linkscan.pl -project myproject -manual REM Execute LinkScan Phase 2 call perl linkscan2.pl -project myproject REM Execute LinkScan Phase 1 call perl linkscan.pl -project myotherproject -manual REM Execute LinkScan Phase 2 call perl linkscan2.pl -project myotherproject
Please note the following points:
You must explicitly set the current working directory to the LinkScan folder before executing LinkScan.
You must specify the Project name on the command line to prevent LinkScan from prompting the (absent) user to select a Project.
You must run linkscan.pl with the -manual switch and then run linkscan2.pl from the BATCH file. If you omit the -manual switch, linkscan.pl will automatically execute linkscan2.pl but the BATCH script will execute the next command without waiting for linkscan2.pl to complete execution.
Finally, configure your Windows Scheduler to execute the file:
C:\LinkScan\linkscan.bat
according to the required schedule. LinkScan is compatible with almost all Windows Schedulers -- for example, the one you use to scan your system for viruses. Windows 2000 users may wish to use the standard system scheduler which works rather well. See Control Panel | Scheduled Tasks.
LinkScan Reference Manual. Section 8. Scheduling LinkScan on Windows Systems
LinkScan Version 9.0
© Copyright 1997-2001
Electronic Software Publishing Corporation (Elsop)
LinkScan and Elsop are Trademarks of Electronic Software Publishing Corporation
Previous Contents Next | Help Reference HowTo Card |