Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
ashdepp
- Posts: 1
- Joined: 25 Jul 2010 23:09
#1
Post
by ashdepp » 25 Jul 2010 23:15
can anyone hepl me out with this ???
thanks
-
Andi
- Posts: 5
- Joined: 23 Jul 2010 07:46
#2
Post
by Andi » 26 Jul 2010 00:15
Hi
you should post what exactly you want to do; at the moment it is too abstract.
You would have to know what exactly you want to replace.
You may want to check out sfk.exe - a free tool which you could download here:
http://stahlworks.com/dev/swiss-file-knife.htmlSincerely
Andi
-
aGerman
- Expert
- Posts: 4689
- Joined: 22 Jan 2010 18:01
- Location: Germany
#4
Post
by aGerman » 26 Jul 2010 05:46
Using native batch you have to do that with a FOR loop. If the file contain nonpritable characters it will not work. If the file contain spezial characters like ^<>|& it's possible but difficult.
Tell some more about the file and the character you want to replace.
Regards
aGerman