Search found 2 matches
- 23 Jan 2019 21:48
- Forum: DOS Batch Forum
- Topic: I need some help Please
- Replies: 3
- Views: 4394
Re: I need some help Please
I tried that already it simply does nothing to the filenames.
- 23 Jan 2019 20:08
- Forum: DOS Batch Forum
- Topic: I need some help Please
- Replies: 3
- Views: 4394
I need some help Please
This is a script I found that works Great cept one thing. Can someone help me change the Underscore to an open space or whitespace i think it is called???? @echo off setlocal EnableDelayedExpansion :: remove variables starting $ For %%b IN ($) DO FOR /F "delims==" %%a In ('set %%b 2^>Nul') DO SET "%...