@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.
How can I start a BAS script using nodejs?
-
@js654 said in How can I start a BAS script using nodejs?:
Hi all,
I am looking to write a nodejs code that starts a BAS script, waits for the BAS script to finish and then continues doing its job in nodejs. How can I do this?Any type of guidance will be greatly appreciated :)
Thanks!
Why are you asking this on the BAS forum?
https://nodejs.org/docs/latest/api/child_process.html
https://stackoverflow.com/questions/19762350/execute-an-exe-file-using-node-js