Batch Discoverer Export [message #196337] |
Thu, 05 October 2006 01:28 |
dmdm
Messages: 1 Registered: October 2006
|
Junior Member |
|
|
Good morning everyone,
my target is to export a discoverer file to both an Excel and HTML file. I haven't found a way to run the dis only once and export it to XLS and HTML at the same time.
I have to run the dis file twice using the following commands in a batch file:
START /WAIT DIS51USR.EXE /CONNECT username/password@MIS9I /OPEN "C:\myfile.DIS" /sheet ALL /export XLS "C:\test" /batch
START /WAIT DIS51USR.EXE /CONNECT username/password@MIS9I /OPEN "C:\myfile.DIS" /sheet ALL /export HTML "C:\test" /batch
Is there a way to export twice the file and run it only once, as it happens when I open it in Discoverer Desktop?
Thank you very much in advance.
DM
|
|
|