Daniel Guellmar
2005-10-26 17:40:58 UTC
Permalink
Raw Message
I need a code to replace the backslashes in a full file location e.g.
C:\Windows\sytem32\whatever.dll so that it ends up in
C:\\Windows\\sytem32\\whatever.dll .. to import it as a key-name in the
registry.
If seen many replacing scripts ... but I think this is a special case
and I do not need a additional batch file that solves this. And I don't
want to use additional tools ... I familiar with awk, sed and that
stuff, but I dont want to use them in this case.
Any ideas?
Thanks, Daniel