I have a dos batch file that contains an ant call for a target containing vssget. When I run the batch file from the Dos prompt, nightly.bat, the target executes properly, but when I inlcude the batch file in an at command, at 23:30 c:\nighlty.bat, I get the error: [vssget] Access to file "..." denied The contents of nighlty.bat looks like: call ant -DDebug=off vss >> build.log
