Blackberry 5 - Update Arguments

This commit is contained in:
Virtuworks 2014-06-08 16:24:35 -04:00
parent f799ad522f
commit 71b365bf8e

View file

@ -124,6 +124,7 @@ namespace WebsitePanel.Providers.HostedSolution
//run handheldcleanup.exe
if (File.Exists(file2))
{
string arguments2 = string.Format("-u -p {0} {1}",
MAPIProfile,
" < servername.txt");
@ -131,7 +132,7 @@ namespace WebsitePanel.Providers.HostedSolution
{
string output;
int exitCode = Execute(file, arguments, out output);
int exitCode = Execute(file, arguments2, out output);
if (exitCode == 0)
{
Log.WriteInfo(output);