First, set up the Rust
development environment, then install ncmc
.
cargo install ncmc
Use the following script to batch convert ncm
files in the specified directory:
Get-ChildItem -Recurse -Include *.ncm | ForEach-Object { ncmc $_.FullName }
First, set up the Rust
development environment, then install ncmc
.
cargo install ncmc
Use the following script to batch convert ncm
files in the specified directory:
Get-ChildItem -Recurse -Include *.ncm | ForEach-Object { ncmc $_.FullName }