07-24-2007 03:11 PM
02-12-2019 08:27 AM
Is there a way i can load a file using command prompt in a running instance of Diadem Navigator ?
05-05-2020 06:50 AM
Hi,
I want to pass list of mf4 files to DIAdem script through command line and export PDF report based on specific template for each.
What is the best way to do it?
05-06-2020 06:28 AM
Hello,
My favorite way to process files from command line, is to have the command line call a script and the script will expect a file to exist in a specific path like c:/users/public/temp/Filelist.csv
Then before you call the command line, you make the Filelist.csv file. The VBS will then read the CSV file and do what you have coded in the script.
Paul
05-06-2020 06:51 AM
Thanks!