30 likes | 124 Views
I can run this simple BAT file to copy files:. (this was tried with and without the pause command). I have set up this .TAS to execute the BAT file, and nothing more:. When the .TAS executes, this is the logging. However, files are not copied:.
E N D
I can run this simple BAT file to copy files: (this was tried with and without the pause command)
I have set up this .TAS to execute the BAT file, and nothing more:
When the .TAS executes, this is the logging. However, files are not copied: Automation Logging:03/05/2010 7:03:29 AM: Build started Automation Logging:03/05/2010 7:03:31 AM: Build Completed Automation Logging:03/05/2010 7:03:31 AM: Executing default description activity Automation Logging:03/05/2010 7:03:31 AM: Start run program Run_1 Automation Logging:03/05/2010 7:03:31 AM: Run_1 Out Message 1: X:\ReportsBatch>REM Created 8/1/2007 JChasin Automation Logging:03/05/2010 7:03:31 AM: Run_1 Out Message 1: Automation Logging:03/05/2010 7:03:31 AM: Run_1 Out Message 1: X:\ReportsBatch>xcopy /y c:\_reports\MES*.xls x:\Systems\MES\Reports Automation Logging:03/05/2010 7:03:31 AM: Run_1 Out Message 1: Automation Logging:03/05/2010 7:03:31 AM: Run_1 Out Message 1: X:\ReportsBatch>pause Automation Logging:03/05/2010 7:03:31 AM: Run_1 Out Message 1: Press any key to continue . . . Automation Logging:03/05/2010 7:03:31 AM: Run_1 finished execution with exitcode 0 Automation Logging:03/05/2010 7:03:31 AM: Done