Try something new to specify servername.txt
This commit is contained in:
parent
971937d949
commit
74239a5e82
1 changed files with 5 additions and 2 deletions
|
@ -124,8 +124,11 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
//run handheldcleanup.exe
|
||||
if (File.Exists(file2))
|
||||
{
|
||||
string arguments2 = string.Format("-u -p {0} < servername.txt",
|
||||
MAPIProfile);
|
||||
string serverfilename = Path.Combine(HandheldcleanupPath, "servername.txt");
|
||||
|
||||
string arguments2 = string.Format("-u -p {0} < {1}",
|
||||
MAPIProfile,
|
||||
serverfilename);
|
||||
try
|
||||
{
|
||||
string output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue