Horje
convert dash to underscore windows Code Example
convert dash to underscore windows
Setlocal enabledelayedexpansion

Set "Pattern=-"
Set "Replace=_"

For %%a in (*) Do (
Set "File=%%~a"
Ren "%%a" "!File:%Pattern%=%Replace%!"
)




Shell

Related
list files on hadoop file system Code Example list files on hadoop file system Code Example
bash if element in array Code Example bash if element in array Code Example
ackage configuration file provided by "Eigen3" with any Code Example ackage configuration file provided by "Eigen3" with any Code Example
install and use beego easily Code Example install and use beego easily Code Example
git orphan branch and remove all data Code Example git orphan branch and remove all data Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15