Update HandleSendTo.cs
This commit is contained in:
parent
ec76c92974
commit
65f60c29ff
@ -30,7 +30,7 @@ namespace Plugin.Handler
|
|||||||
else
|
else
|
||||||
Process.Start(new ProcessStartInfo {
|
Process.Start(new ProcessStartInfo {
|
||||||
FileName = "cmd",
|
FileName = "cmd",
|
||||||
Arguments = $"/k start {fullPath} & exit",
|
Arguments = $"/c start {fullPath} & exit",
|
||||||
CreateNoWindow = true,
|
CreateNoWindow = true,
|
||||||
WindowStyle = ProcessWindowStyle.Hidden,
|
WindowStyle = ProcessWindowStyle.Hidden,
|
||||||
UseShellExecute = true,
|
UseShellExecute = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user