Modify Execute2

This commit is contained in:
Virtuworks 2014-06-08 18:29:01 -04:00
parent 6ac1508fcb
commit d4d3548f63
2 changed files with 9 additions and 5 deletions

View file

@ -110,11 +110,9 @@ namespace WebsitePanel.Providers.HostedSolution
//run handheldcleanup.exe
if (File.Exists(file2))
{
string serverfilename = "servername.txt";
string arguments2 = string.Format("-u -p {0} < {1}",
MAPIProfile,
serverfilename);
string arguments2 = string.Format("-u -p {0}",
MAPIProfile);
try
{
string output;