diff --git a/src/auto_connect.ps1 b/src/auto_connect.ps1 index a5a9304..1a629fa 100644 --- a/src/auto_connect.ps1 +++ b/src/auto_connect.ps1 @@ -1,5 +1,5 @@ -$command = "start ceclient.exe --auto-connect" -Invoke-Expression($command) +$command = "./ceclient.exe --auto-connect" +Invoke-Expression $command # Use -h or --help argument to check the valid arguments # start ceclient.exe --help