Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs =================================================================== diff -u -rdbfd6d5a71d7d491940d4ec5bf766f125da12229 -r251bcdf87a049349a2d5297201a225da8626e112 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs (.../MigrateAllFilesInFolderUsingCommandLineTool.cs) (revision dbfd6d5a71d7d491940d4ec5bf766f125da12229) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs (.../MigrateAllFilesInFolderUsingCommandLineTool.cs) (revision 251bcdf87a049349a2d5297201a225da8626e112) @@ -76,19 +76,8 @@ { string fileName = Path.GetFileName(sourceFilePath); string destinationFilePath = Path.Combine(targetFolder, fileName); - - //string commandToRun = "/C ..\\..\\..\\..\\..\\bin\\Debug\\Application\\Built-in\\Managed\\Core\\Migratiehulpprogramma.exe " + @sourceFilePath + " " + @destinationFilePath + " >borrame.log"; string commandToRun = "/C ..\\..\\..\\..\\..\\bin\\Debug\\Migratiehulpprogramma.exe " + @sourceFilePath + " " + @destinationFilePath + " >borrame.log"; - //string commandToRun = "/C dir *.* >borrame.log"; - RunCommand(commandToRun); - //var psi = new ProcessStartInfo(commandToRun) { - // UseShellExecute = true, - // CreateNoWindow = false - // }; - //Process.Start(psi); - - //System.Diagnostics.Process.Start("dir *.*"); } }