Search found 7 matches

by newklear
22 Aug 2014 11:43
Forum: DOS Batch Forum
Topic: Find string in line, match with other string [SOLVED]
Replies: 12
Views: 4917

Re: Find string in line, match with other string [SOLVED]

Love that song lol :-)

"Where women glow and men plunder" - Ahh so you guys are miners :D
by newklear
21 Aug 2014 08:57
Forum: DOS Batch Forum
Topic: Find string in line, match with other string [SOLVED]
Replies: 12
Views: 4917

Re: Find string in line, match with other string and change

Did you download repl.bat and put it in the same folder? Test it again because your screen output says "0 files moved" so it did not overwrite the file at that time. Wooohooo, thank you so much for your help and patience foxidrive. File moved and copied. There are a few more things I need...
by newklear
21 Aug 2014 04:40
Forum: DOS Batch Forum
Topic: Find string in line, match with other string [SOLVED]
Replies: 12
Views: 4917

Re: Find string in line, match with other string and change

I ran the script as is and noticed that it over writes the document.xml with copying "117765" to "C:\bluchip\campaigns\16914\MENU2.jpg" The system cannot find the file specified. 0 file(s) moved. Press any key to continue . . . Firstly, the file "117765" does not exist...
by newklear
21 Aug 2014 01:34
Forum: DOS Batch Forum
Topic: Find string in line, match with other string [SOLVED]
Replies: 12
Views: 4917

Re: Find string in line, match with other string and change

Thank You very much for your help foxidrive. I ran the script as is and noticed that it over writes the document.xml with copying "117765" to "C:\bluchip\campaigns\16914\MENU2.jpg" The system cannot find the file specified. 0 file(s) moved. Press any key to continue . . . and in ...
by newklear
20 Aug 2014 09:21
Forum: DOS Batch Forum
Topic: Find string in line, match with other string [SOLVED]
Replies: 12
Views: 4917

Re: Find string in line, match with other string and change

Hello foxidrive, thank you for your prompt reply. Let me try explain in a better way. I have this INI file. xmlPath=C:\campaigns\16914\document.xml fileinXml=C:\campaigns\16914\MENU2.jpg destination=C:\campaigns\16922\ 1. xmlPath is the XML file that needs to be edited. 2. fileinXml is my search tex...
by newklear
20 Aug 2014 08:42
Forum: DOS Batch Forum
Topic: FTP Batch File
Replies: 5
Views: 2230

Re: FTP Batch File

You can try: FTP_USER = "username@domain"
by newklear
20 Aug 2014 08:39
Forum: DOS Batch Forum
Topic: Find string in line, match with other string [SOLVED]
Replies: 12
Views: 4917

Find string in line, match with other string [SOLVED]

Hello Everyone I have been tasked with this at work and have had a crash course in batch scripting over the 2 days, I am not a developer or scripter but am keen to learn so please bare with me. I am almost complete in achieving what I need to do, please kindly help. Problem I need to find a string i...