Hi,
I have a .bat file that I use to update various systems (non Jet). I would like to add code to the .bat file to update a Jet report. The Jet report doesn't have any "options" or named ranges as these are not required for this particular Jet report.
What is the code to run Jet from a .Bat file? I have the following...
start "C:\Program Files (x86)\JetReports\AutoPilot.exe" /M "Update" /I "C:\A1test\touch.xlsx" /O "C:\A1test\Output\touch.xlsx"
This gives an error... Invalid switch - "/m".