Hi, I realise this is an old post but I thought I'd try to revive it by asking for a command help to run in windows PowerShell.
I've noticed some users on the forum asking for a 'release date' modification, changing the release date from, e.g 18/10/1985 to simply just 1985 and thought this could maybe be done with windows powershell.
Standard format for the gamelist.xml
<releasedate>19851018T000000</releasedate> (note the first 4 digits)
to be turned into...
<releasedate>1985</releasedate>
I just wondered if this was possible using WPS and maybe having the option of adding an if statement of 'if no date found' add '19xx' to the release date tag inside the xml?
Thanks :)