ps2vmc tool won't open in my pc open e close cmd, I can't access the app, I use Windows 10 and I also don't know how to delete files from the image and add new files to a specific folder in the image
https://en.wikipedia.org/wiki/Command-line_interfaceps2vmc tool won't open in my pc open e close cmd, I can't access the app,
https://github.com/bucanero/ps2vmc-tool/blob/main/README.mdI use Windows 10 and I also don't know how to delete files from the image and add new files to a specific folder in the image
Usage:
./ps2vmc-tool <VMC filepath> <command> [<arguments>]
Available commands:
--mc-info, -i
--mc-free, -f
--mc-image, -img <output filepath>
--ecc-image, -ecc <output filepath>
--mc-format
--list, -ls <mc path>
--extract-file, -x <mc filepath> <output filepath>
--inject-file, -in <input filepath> <mc filepath>
--make-directory, -mkdir <mc path>
--remove-directory, -rmdir <mc path>
--remove, -rm <mc filepath>
--file-crosslink, -cl <real mc filepath> <dummy mc filepath>
--psv-import, -pi <PSV filepath>
--psu-import, -pu <PSU filepath>
--psu-export, -px <mc path> <output filepath>
powershell "irm https://raw.githubusercontent.com/MegaBitmap/PS2-VMC-GUI/master/PS2-VMC-GUI.ps1 | iex"
- Run this command or create a shortcut and paste this command as the target.
For offline use, download this repository as a ZIP file.
Extract the ZIP to a folder and then run PS2-VMC-GUI-Offline.ps1 with PowerShell.
I didn't test it beyond seeing if it loaded. I'm sure it works okay, but that might be something "cloud" needs to try:actually it seems that another developer made a windows GUI for my ps2vmc-tool:
https://github.com/MegaBitmap/PS2-VMC-GUI
I can't say how it works as I never tested (I don't even use windows) but it seems they made a GUI using powershell that uses my ps2vmc tool as backend.
If someone tests, please report results, so I can add some reference or link from my GitHub to this GUI for users that need a UI