1.

Solve : Replace the particular string using Dos batch program?

Answer» <html><body><p>Hi, <br/><br/>I have text file ( fulllist.txt ) with following format contents<br/><br/>C:\<a href="https://interviewquestions.tuteehub.com/tag/program-246414" style="font-weight:bold;" target="_blank" title="Click to know more about PROGRAM">PROGRAM</a> Files\Nero\Nero 9\Templates\Smart3D\Menus\4_3\Cube\cube.mpg<br/>C:\Program Files\Nero\Nero 9\Templates\Smart3D\Menus\4_3\Cube\cube_intro.mpg<br/>-----<br/>-----<br/>-----<br/>C:\Program Files\Nero\Nero 9\Templates\Smart3D\Menus\4_3\Cube\cube_intro.mpg<br/>D:\Program Files\Nero\Nero 9\Templates\Smart3D\Menus\4_3\Cube\cube.mpg<br/>D:\Program Files\Nero\Nero 9\Templates\Smart3D\Menus\4_3\Cube\cube_intro.mpg<br/>-----<br/>-----<br/>-----<br/>D:\Program Files\Nero\Nero 9\Templates\Smart3D\Menus\4_3\Cube\cube_intro.mpg<br/><br/><br/>i want <a href="https://interviewquestions.tuteehub.com/tag/replace-karana-ka-sharatakata-622250" style="font-weight:bold;" target="_blank" title="Click to know more about REPLACE">REPLACE</a> "C:\" with "\\Server\" and  "D:\" with "\\Server\"<br/><br/>how to <a href="https://interviewquestions.tuteehub.com/tag/write-746491" style="font-weight:bold;" target="_blank" title="Click to know more about WRITE">WRITE</a> a batch file to open my file "Fulllist.txt" and replace the above string ?<br/><br/><br/><br/>Kindly help me.. <br/> Code: <a>[Select]</a>for /<a href="https://interviewquestions.tuteehub.com/tag/f-236701" style="font-weight:bold;" target="_blank" title="Click to know more about F">F</a> "delims=" %%A in (fulllist.txt) do echo \\Server\%%~pnxA Quote from: Salmon Trout on October 24, 2010, 05:20:26 AM</p><blockquote> Code: <a>[Select]</a>for /f "delims=" %%A in (fulllist.txt) do echo \\Server\%%~pnxA</blockquote> <br/>Thanks! <br/><br/>i want redirect  the results new file.. <br/><br/> Quote from: csselva on October 24, 2010, 05:41:33 AM<blockquote>i want redirect  the results new file..<br/></blockquote> <br/>I am sure you know how to do that.<br/><br/><br/><br/></body></html>


Discussion

No Comment Found