| View previous topic :: View next topic |
| Author |
Message |
igot_skillz
Joined: 18 May 2006 Posts: 1
|
Posted: Fri May 19, 2006 2:02 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
|
|
Earl Parker II
Joined: 22 May 2006 Posts: 1
|
Posted: Mon May 22, 2006 3:42 am Post subject: |
|
|
| Can you post your orginal batchfile here? Maybe we'll spot something. |
|
| Back to top |
|
 |
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Mon May 22, 2006 6:55 pm Post subject: |
|
|
| Do you say about trial version? |
|
| Back to top |
|
 |
daslick
Joined: 21 May 2006 Posts: 6
|
Posted: Wed May 31, 2006 4:16 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|