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));