This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Open a Command Prompt. | |
| Go to the folder with the cd command (eg.: cd "path of your folder"). | |
| Open a powershell by typing: powershell | |
| Then input this: get-childitem *.mp3 | foreach {rename-item $_ $_.name.replace(" ","")} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h3>Leave a Review</h3> | |
| <label> Name | |
| [text* your-name autocomplete:name] </label> | |
| <b>Rating</b> [radio review-radio default:1 "5" "4" "3" "2" "1"] | |
| <label> Your Review | |
| [textarea* your-review x4]</label> | |
| [dscf7captcha dscf7captcha-205] |
OlderNewer