Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
huettezzen
Contributor
Contributor

Merge multiple QVS to one Script

Hello,

does anybody know how to merge a list of multiple QVS-Script-Parts to one Script without copy and paste? The whole Script consists of a big number of Part-QVS depending on the different datasources and older or newer versions.

 

 

1 Solution

Accepted Solutions
saurabhwadhwa
Partner - Contributor III
Partner - Contributor III

Hi , 

you can export all the scripts in a folder . 

open cmd 

Change directory to folder where files are placed and run the below command to combine the qvs files.

then use the  copy *.qvs  final.qvs command .

Note: final is the o/p file name.

Hope it helps. 

BR,

Saurabh

View solution in original post

1 Reply
saurabhwadhwa
Partner - Contributor III
Partner - Contributor III

Hi , 

you can export all the scripts in a folder . 

open cmd 

Change directory to folder where files are placed and run the below command to combine the qvs files.

then use the  copy *.qvs  final.qvs command .

Note: final is the o/p file name.

Hope it helps. 

BR,

Saurabh