Further Update
This commit is contained in:
parent
333d3b1bfa
commit
77d3ab338d
1 changed files with 2 additions and 4 deletions
|
@ -124,10 +124,8 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
//run handheldcleanup.exe
|
//run handheldcleanup.exe
|
||||||
if (File.Exists(file2))
|
if (File.Exists(file2))
|
||||||
{
|
{
|
||||||
|
string arguments2 = string.Format("-u -p {0} < servername.txt",
|
||||||
string arguments2 = string.Format("-u -p {0} {1}",
|
MAPIProfile);
|
||||||
MAPIProfile,
|
|
||||||
" < servername.txt");
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
string output;
|
string output;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue