Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Matt Schuckmann wrote: > If I run the batch file by itself from the command line it works fine but > when it runs from the context of the postcommand trigger the xcopy operation > does nothing, nadda, no output nothing. > > What could be going wrong? Am I going about this the wrong way? > If Z: is a network drive it's not going to work - the environment that scripts run under is restricted by windows security to the local machine. You can in fact enable network operation using sspi and enabling delegation privileges for the account, but be sure you know what you're doing before allowing something like that - it weakens security quite a bit. Tony