Hi there,
i've written something to call connect:direct (file transfer tool), however it's important to know that it's completed it's transfer, rather than just sent it to the queue.
However, when i use:
cmd="%comspec% /c Direct.exe -nservername -uuser -ppwd < transferfile.txt"
cdtransfer = wshshell.run(cmd,1,true)
it fails, when I don't wait for it to finish, it will run fine (although not giving me the returncode I need natch.)
Any help much appreciated!
i've written something to call connect:direct (file transfer tool), however it's important to know that it's completed it's transfer, rather than just sent it to the queue.
However, when i use:
cmd="%comspec% /c Direct.exe -nservername -uuser -ppwd < transferfile.txt"
cdtransfer = wshshell.run(cmd,1,true)
it fails, when I don't wait for it to finish, it will run fine (although not giving me the returncode I need natch.)
Any help much appreciated!