So i made a .bat file and when i double click on it i see the cmd popup and go away again and nothing happens. Like if i ran "@echo off msg * Hi" it would popup a windows box with hi in it, but nothing happens anymore.
try placing the command "pause" as last line. it will make the command window stay there until you press any key.
Take the @echo off as well so you can see the console script as it runs , and might help if you post the code so we can check it out ..