Binding .exe and .bat files using iexpress [NOT PPI]

maineyak

Power Member
Joined
Mar 27, 2008
Messages
602
Reaction score
560
This is NOT about PPI
This was removed before because they thought it was about PPI, it isn't

I wasn't sure what forum to put this in, thought It would get the best response here.

I want to bind a .exe file with a .bat file. I want the bat file to open the browser after the exe is installed. I have this inside my .bat:
Code:
start hxxp://3w.blahblah.com

When I try the bat by itself, it DOES open the browser, but when I bind it with the exe in iexpress, it won't launch the browser. I used an online .bat to .exe converter to convert the .bat, and that DOES work using iexpress, but mcafee spots the .bat converted file as a trojan. Why won't this work using the .bat file? When the .exe file is done installing, the black window prompt comes up and closes, without anything working. This is driving me nuts, has anyone got an answer to this?

I'm not using any PPI, it's just a regular exe file.
 
maybe your AV spots some "malicous" code there . ie your exe would be go to website , dl , run :P so they dont like those i wonder
 
Hmmm... I think this could be improved :) What are you tring to accomplish? If its not allowed here maybe you can pm me,
 
Put this code in bat file
HTML:
@start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" www.google.com

For future queries goto
HTML:
http://pay-per-install.org

I tried that, it didn't work either. I wonder if it's because I have Vista?
 
Back
Top