Press any key to continue - Converted to exe

Convert your BATch files into EXEcutable format in one click.
Post Reply
igot_skillz
Posts: 1
Joined: Thu May 18, 2006 6:26 pm

Post by igot_skillz »

When I run my batfile as a batfile all is fine. But as soon as i convert the file to an exe it sits and wait for user interaction, (Press any key to continue) which defeat the whole purpose for writing the batfile. What can I do?
Earl Parker II
Posts: 1
Joined: Mon May 22, 2006 3:39 am

Post by Earl Parker II »

Can you post your orginal batchfile here? Maybe we'll spot something.
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm
Contact:

Post by Oleg Tsheglov »

Do you say about trial version?
daslick
Posts: 6
Joined: Sun May 21, 2006 4:55 am

Post by daslick »

It may be a pause or some kind of set /* command. if you are using it, remove "echo off", and run it... make sure every step is working as you thought then compile it...
Or you could find out by process of elimination which step is making it pause, and edit it / replace it with an equal step.
Good Luck.
Post Reply