Search found 6 matches

by Venkat
12 Sep 2014 04:26
Forum: DOS Batch Forum
Topic: Need a batch code to auto upgrade softwares mentioned daily
Replies: 0
Views: 8055

Need a batch code to auto upgrade softwares mentioned daily

Hi All, I need a batch code that will upgrade the specified softwares installed in a windows machine automatically everyday by checking for the latest version of the software in the specified path or server. Please help if there is any such code.??? The installion file can be an exe file or msi file...
by Venkat
02 Jul 2014 21:52
Forum: DOS Batch Forum
Topic: Batch code to find and replace strings in xml files and move
Replies: 8
Views: 8188

Re: Batch code to find and replace strings in xml files and

You could use the jscript/batch hybrid xslt to solve this (jscript enabled: default case for most windows systems). Just use the "xslt.bat" located here (second source block): http://www.dostips.com/forum/viewtopic.php?p=32941#p32941 . If you want to transform an xml named "input.xml...
by Venkat
02 Jul 2014 21:45
Forum: DOS Batch Forum
Topic: Batch code to find and replace strings in xml files and move
Replies: 8
Views: 8188

Re: Batch code to find and replace strings in xml files and

foxidrive wrote:There's no built in tool to edit blocks in the specific ways that your query specifies.

It would be a convoluted batch file to solve all the pieces - but maybe there XML editors around to help here?


I dont have any idea regarding that foxi..If i get something ll let u know..
by Venkat
29 Jun 2014 21:29
Forum: DOS Batch Forum
Topic: Batch code to find and replace strings in xml files and move
Replies: 8
Views: 8188

Re: Batch code to find and replace strings in xml files and

Foxi,
Can the tasks be removed from the XML files and simply be edited and re-added onto the end of the XML files?


The tasks shouldnt be removed since it will affect the flow and even if the tasks are removed , they should be added in the same place back again after editing :? :oops:
by Venkat
29 Jun 2014 21:25
Forum: DOS Batch Forum
Topic: Batch code to find and replace strings in xml files and move
Replies: 8
Views: 8188

Re: Batch code to find and replace strings in xml files and

Hi Foxi,
Can the tasks be removed from the XML files and simply be edited and re-added onto the end of the XML files?


The tasks shouldnt be removed from Xml files and even if removed, should be added back in the same place with same Uid since it will affect the execution flow.. :cry: :oops:
by Venkat
28 Jun 2014 22:28
Forum: DOS Batch Forum
Topic: Batch code to find and replace strings in xml files and move
Replies: 8
Views: 8188

Batch code to find and replace strings in xml files and move

Hi i need a BATCH CODE to find and replace the below two tasks(Task_RunOwt,Task_RunDbdIo) if found with another task(Task_RunGenericIo) in around 1500 xml files..is it possible??? ::) :-\ The changed files should be moved to different folder after replacing the strings... ??? old tasks to be replace...