Share This Post:

Schedule autodialer using Windows scheduler

I am writing a batch file which I will use with Windows scheduler to automate an import of a CSV file and broadcast to the numbers in that file. Following is the single line in the batch file. When I run it, it generates an error saying that the Name column is missing. When I click OK, it opens BoradcastByPhone with all the columns missing. If I close BroadcastByPhone and open it without the batch file, it still opens with no columns and I have to open a saved blank VOC file to get the columns back.

Here is the line in the batch file:

“C:\Program Files\Voicent\BroadcastByPhone\bin\vcast.exe” -startnow -wavfile
“C:\Program Files\Voicent\MyRecordings\Male Voice
Recordings\Telephone_Courtesy.wav” -import “C:\Program Files\Voicent\Call_Lists\test.csv” -noexit

Any help you can provide on the correct syntax is appreciated.

The first command line argument should be a VOC file. This can be an existing one or a new one.

Share This Post:

This entry was posted in Auto Dialer, Developer. Bookmark the permalink.