parent
6821f7b73d
commit
f1454b8fdc
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Stuff I've made!
|
||||||
### convert all files in dir to mp3 on windows
|
### convert all files in dir to mp3 on windows
|
||||||
|
|
||||||
```ps
|
```ps
|
||||||
gci -file | %{ ffmpeg -i $_.fullname $_.basename.mp3 }
|
gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 }
|
||||||
```
|
```
|
||||||
|
|
||||||
## log
|
## log
|
||||||
|
|
Loading…
Reference in a new issue