ArcadeHustle / X3_USB_softmod

Taito X3 USB Boot Softmod
7 stars 5 forks source link

If you run this twice, you will lose the og launcher. #1

Open ArcadeHustle opened 4 years ago

ArcadeHustle commented 4 years ago

[] Running command rm launcher.exe.SFIV [-] stdapi_fs_delete_file: Operation failed: The system cannot find the file specified. [] Running command mv launcher.exe launcher.exe.SFIV

Renaming to "launcher.exe.(%Date)" or the equiv might be worth looking into.

ghost commented 4 years ago

Potential fix would be to rename with cmd.exe ren: execute -i -f "cmd.exe" -a "ren...."

YYYYMMDD-HHMM:

ren "somefile.txt" "somefile-%date:~10,4%%date:~7,2%%date:~4,2%-%time:~0,2%%time:~3,2%.txt"