So for example, ('C:\Documents and Settings\User\Desktop\Test.bat'). Now, if it just has the folder, but not the program or file, you need to type in the name of the program. Now go back to notepad, then put a quotation mark (') and paste in the location. Then find the first program you want the batch file to open, right click on it, then click properties, then find where it says location (or if it's a shortcut, find target) and copy the location in the bar.
Then make sure there is a space between the 'start' and the '/d'.
Though it may flash, it won't stay on for long.) Ok, so what we do first is type in 'start /d' (Without the quotes). (If you don't want it to show up, type 'echo off' at the top of notepad. Alright, now if you want the little command prompt box to show up (See Model 1) skip the section in parentheses.