- or download this
C:\CHAS_S~1\COLUMN~1>
wmic process|find /i "Caption"
...
TerminationDate ThreadCount UserModeTime VirtualSize
WindowsVersion WorkingSetSize WriteOperationCount
WriteTransferCount
- or download this
C:\CHAS_S~1\COLUMN~1>
perl -ne "print" header.bin
...
z e W i n d o w s V e r s i o n W o r k i n g S e t S i z e
+ W r i t
e O p e r a t i o n C o u n t W r i t e T r a n s f e r C o u n t
C:\CHAS_S~1\COLUMN~1>
- or download this
C:\CHAS_S~1\COLUMN~1>
perl -ne "($caption,$commandline)=unpack('@2U[42] U[270]',$_);print $c
+aption;" h
eader.bin
67
- or download this
C:\CHAS_S~1\COLUMN~1>
perl -ne "($caption,$commandline)=unpack('@2A[42] A[270]',$_);print $c
+aption;" h
...
perl -ne "($caption,$commandline)=unpack('@2a[42] a[270]',$_);print $c
+aption;" h
eader.bin
C a p t i o n