Cisco Cisco Agent Desktop 8.5 Guia De Resolução De Problemas

Página de 126
Cisco CAD Troubleshooting Guide
44
April 3, 2014
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 folder, 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