Day 16
Today I was asked if I would dig out an example of automating a Connect:Direct transfer using a Windows batch script.
I actually prefer to use WSH (Windows Script Host/VBScript) scripts for doing anything more complicated than a one line command when scripting with Connect:Direct on Windows.
I did find one however and have added a few comments to explain what it is doing.
send.bat
Today I was asked if I would dig out an example of automating a Connect:Direct transfer using a Windows batch script.
I actually prefer to use WSH (Windows Script Host/VBScript) scripts for doing anything more complicated than a one line command when scripting with Connect:Direct on Windows.
I did find one however and have added a few comments to explain what it is doing.
send.bat