Make change
This commit is contained in:
parent
41eb70906b
commit
f799ad522f
1 changed files with 2 additions and 2 deletions
|
@ -124,9 +124,9 @@ 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} {1} ",
|
string arguments2 = string.Format("-u -p {0} {1}",
|
||||||
MAPIProfile,
|
MAPIProfile,
|
||||||
"< servername.txt");
|
" < servername.txt");
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
string output;
|
string output;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue