(I'm relatively new to this flash world.. so plz forgive me if I'm having a very stupid problem)

I recently created a flash projector (our college batch souvenir-video)--- batch.exe.

Wanted to make an autorun CD which would launch the batch.exe maximized (not fullscreen) on pressing a button from a central projector--- Start.exe


I tried Northcode's winstate.exe using batch file but but couldn't make it work..

Then came across His newer "ncstart.exe" in these threads......

Did the following things ----

Placed :----- start.exe in the root of the CD

and in the folder 'fscommand'---- I placed :
1--- abc.exe (i.e renamed proxy.exe)
2--- abc.bat
3--- batch.exe
4--- ncstart.exe




The script i added to to the button in start.exe to launch batch.exe maximized is----

Code:
on (release) {
    fscommand("Exec","abc.exe");
}

Entered the following in the abc.bat ----
Code:
ncstart.exe /e {startdir}\batch.exe /m

Then with all set when I pressed the button on start.exe---- -----


It did open the batch.exe but only the sound that i had put in it... no window appeared... moreover the whole desktop got jammed n batch.exe wasn't even showing in the taskbar... the sound was playing from nowhere....
The only way i could stop the sound then was to start windows taskmanager n kill batch.exe.

where did the window for batch.exe vanish ??

but when i open batch.exe directly.... it opens alright..

I urgently(in few days) need a solution to this(opening the projector maximized automatically).....

Am using Windows XP n the Flash version of the batch.exe i created is 8.


Humbly calling for help.... Plzz Help !!