Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1009624 // Test nohup wmic

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (2178L/15K/50K).

!7

p {
  set nohup_noSlashB;
  //File outFile = prepareProgramFile("wmic.txt");
  File outFile = nohup("wmic path win32_process get ProcessId,CommandLine");
  print(outFile);
  
  repeat 5 {
    print(l(outFile));
    sleepSeconds(1);
  }
}

Author comment

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: 300 / 407
Version history: 7 change(s)
Referenced in: [show references]