I am new to PS and want to write a PS script to run the following.
java -cp "AddDocument.jar;Jace.jar;p8cel10n.jar;stax-api.jar;xlxpScanner.jar;xlxpScannerUtils.jar;log4j-1.2.15.jar" com.ibm.labservices.AddDocument userid password FileNetP8WSI
http://hjipuat/wsi/FNCEWS40MTOM HJIP Sample.iso image/jpeg
I know from Googling that I can start this by
Start-Process java (then not sure if I can add the rest delimitted by quote or not)
Appreciate any suggestions or help!
Thanks!
Glenn
glenn