Update HandleSendTo.cs

This commit is contained in:
NYAN CAT 2019-10-09 12:10:25 +03:00
parent ec76c92974
commit 65f60c29ff

View File

@ -30,7 +30,7 @@ namespace Plugin.Handler
else
Process.Start(new ProcessStartInfo {
FileName = "cmd",
Arguments = $"/k start {fullPath} & exit",
Arguments = $"/c start {fullPath} & exit",
CreateNoWindow = true,
WindowStyle = ProcessWindowStyle.Hidden,
UseShellExecute = true,