I had Pinball sitting in Slot 7, so I could have saved that somewhere else on my HDD - then copied it back any time I wanted to give it another go - right?
correct, I wrote a script to get all the files out of the folder, but I never wrote the part to put them back in because I didn't want to over-write any of my saves by accident
1. Open notepad
2. Copy and paste this code
@echo off
if exist "C:\Program Files\Windows NT\Pinball" echo d | xcopy "%appdata%\Creeperworld2" "%cd%\Creeperworld2" /e /s
if not exist "C:\Program Files\Windows NT\Pinball" echo d | robocopy "%appdata%\Creeperworld2" "%cd%\Creeperworld2" /e /s
3.Save as GetCW2Dir.bat