Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
replace characters in text
Name: sami-bami Date: May 30, 2004 at 13:10:16 Pacific OS: 98 CPU/Ram: 128
Comment:
hello
how can i replace the " characters in a text file to - ?
Summary: @echo off if "%1"=="GoTo" goto %2 %comspec% /v:on /c %0 GoTo start goto:eof :start type nul> %temp%.\$ for /F "tokens=*" %%S in (text.txt) do ( set str=%%S echo !str:a=b!>> %temp%.\$ ) copy/y ...
Summary: {{took a brake to eat and then mow the yard)) You do have a minor problem. DOS, by default uses BIOS for DOS text mode. The BIOS based Text mode character set does not have the characters that you wa...