Testxlst.js
parent
7bec824ea7
commit
0ac06ba6ca
|
@ -4,7 +4,6 @@ If you are missing from the acknowledgement, please let me know (I did not forge
|
|||
|
||||
|
||||
# OS SCRIPTS
|
||||
|
||||
[Cl_invocation.ps1](OSScripts/Cl_invocation.md)
|
||||
[Manage-bde.vbs](OSScripts/Manage-bde.md)
|
||||
[pester.bat](OSScripts/pester.md)
|
||||
|
@ -12,3 +11,12 @@ If you are missing from the acknowledgement, please let me know (I did not forge
|
|||
[Slmgr.vbs](OSScripts/Slmgr.md)
|
||||
[Syncappvpublishingserver.vbs](OSScripts/Syncappvpublishingserver.md)
|
||||
[Winrm.vbs](OSScripts/Winrm.md)
|
||||
|
||||
|
||||
|
||||
# OTHER MICROSOFT SIGNED SCRIPTS
|
||||
|
||||
|
||||
|
||||
# OTHER NON MICROSOFT BINARIES
|
||||
[Testxlst.js](OtherScripts/Testxlst.md)
|
|
@ -0,0 +1,32 @@
|
|||
## testxlst.js
|
||||
|
||||
* Functions: Execute
|
||||
|
||||
```
|
||||
cscript testxlst.js C:\test\test.xml c:\test\test.xls c:\test\test.out
|
||||
|
||||
wscript testxlst.js C:\test\test.xml c:\test\test.xls c:\test\test.out
|
||||
```
|
||||
|
||||
Acknowledgements:
|
||||
* Jimmy - @bohops
|
||||
|
||||
Code sample:
|
||||
*
|
||||
|
||||
Resources:
|
||||
* https://twitter.com/bohops/status/993314069116485632
|
||||
|
||||
Full path:
|
||||
```
|
||||
c:\python27amd64\Lib\site-packages\win32com\test
|
||||
```
|
||||
|
||||
Notes:
|
||||
Part of Pywin32
|
||||
https://github.com/mhammond/pywin32
|
||||
|
||||
Detection:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue