To help people converting their .sfc and .smc files to .srom using the wonderful python script I made this little batch file. Just have your snes roms in a folder, drop in the batch file and the python file then run the batch file.
It looks like this
FOR %%f IN (*.s?c) DO (
sfc2sfrom.py "%%f" "%%f".sfrom
)
Hope it helps.
View attachment 101384
Thanks a lot for the upload, but i still got same problem, also tried with an other rom, removed totaly python 2.X + 3.X, reboot computer then re install last python release and still got the same error :
C:\test>FOR %f IN (*.s?c) DO (sfc2sfrom.py "%f" "%f".sfrom )
C:\test>(sfc2sfrom.py "Aladdin (F).smc" "Aladdin (F).smc".sfrom )
usage: sfc2sfrom.py [-h] input output
sfc2sfrom.py: error: the following arguments are required: input, output
C:\test>(sfc2sfrom.py "mystic.sfc" "mystic.sfc".sfrom )
usage: sfc2sfrom.py [-h] input output
sfc2sfrom.py: error: the following arguments are required: input, output
C:\test>pause
Appuyez sur une touche pour continuer...