If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Run batch file within job stream

Started by Sonnfan, 27 Sep 2013 06:37:14 AM

Previous topic - Next topic

Sonnfan

Hi community,

I need to start a .bat-File from a job stream. I know it should be possible with the procedure node, but whats the syntax to call a batch-File? I just can't find something like that in the documentation so any help would be much appreciated!

Best regards,
Sonnfan

terry_stjean

In the Procedure node, use the system function to execute things like running batch files, copying or deleting files etc.

System( 'c:\runme.bat' )


Sonnfan

Better late then never: Thank you, works like a charm!  :D