I need windows script file Home Page › Forums › BizTalk 2004 – BizTalk 2010 › I need windows script file This topic has 1 reply, 1 voice, and was last updated 8 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts December 15, 2008 at 2:31 AM #21387 community-content i need windows script file that would automatically create the content based routing ports (receive ports and send ports). We should be able to just input the port names and it should do the task for us. I am expecting a batch file (*.bat) when executed would create all the artifacts needed as mentioned above. COULD YOU PLEASE ANY SUGGEST ME ON THIS HOW TO CREATE BAT FILE. Thanks in AdvanceDeepuaman December 15, 2008 at 4:48 AM #21390 community-content What I would do is: Create the solution in Biztalk locally Export bindings Remove everything you don’t want in your bindings (just leave the ports and parent nodes) Create a bat-file that imports the bindings with the help of BTSTask.exe ( described: http://technet.microsoft.com/en-us/library/aa560656.aspx ) Rename the ports in the bindings-file. Run bat-file GOTO 5 //Niklas Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register