Saving to disk as hidden or read-only
I have .jsl script that pulls data from a SQL server and saves it as .jmp & .xlsx. The .jmp file is so I can look at the data without waiting for the SQL query. The .xlsx file is so a different .xlsm file can read it (also without waiting) and run other macros as needed.However, some people without JMP open the .xlsx file to read the data. And then they don't close it - which means the .jsl cann...