Update HandleSendTo.cs
This commit is contained in:
parent
ec76c92974
commit
65f60c29ff
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user