Hi! I've got a problem with merging two % data fields. For example: md f:\testscript\%label_% xcopy d:\*.* /s /e f:\testscript\%label_% %label_% is the name of the current DVD in the player. However, I'm trying to add the %Random% parameter like: md f:\testscript\%label_%+%random% xcopy d:\*.* /s /e...