Hi - I keep getting an error which relates to a class i am calling/using within the batch file.
I am using Sendfile call to send a file to a internal programe
The error message i am getting is : "Could not find or load main class file SendFile"
However if I just click on the batch file myself i do not get this error , yet i get this error when i try to open it using the command action in Omniscope. Any ideas why ?
It sounds like you're trying to start a Java program from a different working directory such that the classpath is incorrect. You should be able to invoke the BAT file directly from Omniscope. But you may need to put a "cd \path\to\bat\folder" line at the start of the BAT file.