Yes there is and no there isn't For `Yes there is`: You place your file in the directory which contains the path starting Documents, (on Line 2)e.g. C:\Users\able72For `no there isn't`: You input in the full path within the script, (in front of Documents on line 2)e.g. C:\Users\able72\Documents\1C SoftClub\il-2 sturmovik cliffs of dover - MOD\DashPics Ok, so to make sure I understand (I did get it to work, now I'm learning how). In order to place the .cmd file where ever I want in the structure, I should set the full path directory? So for example, I would change Set "_BD=Documents\1C SoftClub\il-2 sturmovik cliffs of dover - MOD\DashPics" to Set "_BD=c:\Users\able72\Documents\1C SoftClub\il-2 sturmovik cliffs of dover - MOD\DashPics" My next question is, if I want this to be usable by whomever the current user is, should I use the variable %user%? is that right? so it would be Set "_BD=c:\Users\%user%\Documents\1C SoftClub\il-2 sturmovik cliffs of dover - MOD\DashPics" Thank you for your help with this. I would like to learn this, because next I want to alter this code to select random music for startup and a random splash screen (those are in a different location, and use different file extensions). I'll then create a .bat file to call each one in sequence, wait till they are finished, start my TrackIR and then start the game.