cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
vharibal
Level III

Taking Inputs from a batch file into jsl

Hi,

I have a batch file with names of folders.

I want to extract these folder names into jsl and open those folders.

 

How can I do this?

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Taking Inputs from a batch file into jsl

Do you want to execute the batch or do you just want to read the batch files and extract information from those? For running the batch files you can use Run External Programs from JMP with Read Function("text") to extract results in text. If you wish to get the text from the batch file without running it, you can use Load Text File().

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: Taking Inputs from a batch file into jsl

Do you want to execute the batch or do you just want to read the batch files and extract information from those? For running the batch files you can use Run External Programs from JMP with Read Function("text") to extract results in text. If you wish to get the text from the batch file without running it, you can use Load Text File().

-Jarmo

Recommended Articles