11-25-2019, 06:51 AM -
Edit: Ok, I think I figured it out and have it working great, though I could learn some more to auto zip or create individual folders, but I think this is good enough to enjoy RPCS3 but also provide the necessary log files for reports.
Thanks for the help Ani
Code:
@echo off
ROBOCOPY E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3 E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3\LOGS RPCS3.log
ROBOCOPY E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3 E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3\LOGS RPCS3.log.gz
ROBOCOPY E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3 E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3\LOGS TTY.log
REN "E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3\LOGS\RPCS3.log" "%date:/=-% %time::=-%.RPCS3.log"
REN "E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3\LOGS\RPCS3.log.gz" "%date:/=-% %time::=-%.RPCS3.log.gz"
REN "E:\Emulators\PS3\rpcs3-v0.0.7-9125-0ff5938b_win64-3\LOGS\TTY.log" "%date:/=-% %time::=-%.TTY.log"
rpcs3.exe
Thanks for the help Ani
This post was last modified: 11-25-2019, 08:08 AM by moccor.