Cisco Cisco Agent Desktop 9.0 Guida Alla Risoluzione Dei Problemi

Pagina di 142
Cisco CAD Troubleshooting Guide
46
March 13, 2015
Additional lines can be added to the batch file to copy the files to another folder or file 
server. 
NOTE:  The utility has a feature that prevents it from reconverting files 
that are already present in the Desktop_wav directory, so the batch 
file does not have to explicitly check to see if the files have already 
been converted.
If you want the batch file to run automatically on specific days at a specific time, the 
MS-DOS “at” command can be used. 
For example, if you want convert.bat to run automatically every 13th and 23rd day of 
the month at 1:46 pm and create a log file named conversionlog.txt, do the following:
1. Put convert.bat in the <install path>\Cisco\Desktop\bin folder.
2. Open a command window and enter the following command:
at 1:46p /every:13,23 cmd /c "<install 
path>\cisco\desktop\bin\convert.bat" ^> c:\conversionlog.txt