Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs =================================================================== diff -u -r5d6e8d5fd3ef196389ca9dc4a6db9564daba64ad -re4d6c91f968de446bfc333ca6692b3b8aadfcfcd --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs (.../MigrateAllFilesInFolderUsingCommandLineTool.cs) (revision 5d6e8d5fd3ef196389ca9dc4a6db9564daba64ad) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs (.../MigrateAllFilesInFolderUsingCommandLineTool.cs) (revision e4d6c91f968de446bfc333ca6692b3b8aadfcfcd) @@ -79,6 +79,7 @@ string destinationFilePath = Path.Combine(targetFolder, fileName); string pathMigrationProgram = GetPathMigrationProgram(); string commandToRun = "/C " + pathMigrationProgram + " \"" + @sourceFilePath + "\" \"" + @destinationFilePath + "\" >migration.log"; + RunCommand("/C cd >output\\script18\\cd.log"); RunCommand("/C dir ..\\..\\..\\..\\..\\*.exe /s /b >output\\script18\\exeFiles.log"); //RunCommand(commandToRun); Delay.Duration(new Duration(300));