Add tags

Add tags to the following comment
WSHで。 
1
2
3
4
5
6
7
8
// usage: cscript 127.js "dir"
with(WSH) with(createObject("WScript.Shell").exec(arguments(0))){
  echo('pid: '+ processID);
  while(!status) sleep(100);
  echo('exit code: '+ exitCode);
  echo('stdout:');
  with(stdOut) while(!atEndOfStream) echo(readLine());
}

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...