elviss 2 年之前
父節點
當前提交
f9f0a57a58
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/WscriptShell.php

+ 0 - 5
src/WscriptShell.php

@@ -500,8 +500,3 @@ class WinService extends WscriptShell
 		}
 	}
 };
-
-$a = new WscriptShell();
-$cmd = 'cmd.exe /C sc query phpStudySrv > 1.txt';
-$cmd = 'sc stop phpStudySrv';
-print($a::Run($cmd,0,1));