Libraryless. Click here for Pure Java version (2178L/15K/50K).
1 | !7 |
2 | |
3 | p {
|
4 | set nohup_noSlashB; |
5 | //File outFile = prepareProgramFile("wmic.txt");
|
6 | File outFile = nohup("wmic path win32_process get ProcessId,CommandLine");
|
7 | print(outFile); |
8 | |
9 | repeat 5 {
|
10 | print(l(outFile)); |
11 | sleepSeconds(1); |
12 | } |
13 | } |
Began life as a copy of #1009622
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wtqryiryparv
No comments. add comment
| Snippet ID: | #1009624 |
| Snippet name: | Test nohup wmic |
| Eternal ID of this version: | #1009624/8 |
| Text MD5: | 114b5a868a8399513ac284a607d2cfaa |
| Transpilation MD5: | ab59bd1e36138245a9c67fdbd94f823d |
| Author: | stefan |
| Category: | javax / os |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-12 18:48:22 |
| Source code size: | 253 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 558 / 749 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |