NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

SequenceFileDiffer.exe opens only sequences with .seq extension

Hi Ppl,

 

I have to save the sequence files in xml format. So I have changed the sequence file format to xml and I save them with .xml extension instead of .seq.

Now its necessary that I have to also use the sequence file diff tool for these .xml extension sequences. I found out that this tool allows only .seq sequences to be opened, because the file dialog pattern is set to .seq and there is no all files option. Is there a way to open these .xml files. I'm hoping that there should be some command line arguments that will enable this option.

 

Thanks

0 Kudos
Message 1 of 2
(3,443 Views)

This might not be ideal, but if you type:

 

*.*

 

in the  File Name edit control of the open file dialog box and hit return it will then show you all files.

 

You can even do:

 

*.xml

 

to see xml files only.

 

Hope this helps,

-Doug

Message Edited by dug9000 on 04-15-2010 09:21 AM
Message 2 of 2
(3,428 Views)