Link to home
Start Free TrialLog in
Avatar of JamesWillison
JamesWillison

asked on

HELP PLEASE!! Am trying to run an *.exe of a *.bat file

Hello ,

Hope you can help i am tring to write a simple batch file to pick up a exe file and run in with no user inter action at all and need some HELP please.

The should only be two maybe three points where user inter action is prompt but i need to the procces to be user less.

It might sound simple but i have spent the last two year not doing any coding at all and need help
please

Hope someone can Help

Avatar of Mihailo
Mihailo

How do you mean "pick up a exe file" ?
Avatar of JamesWillison

ASKER

I am going to copy the exe to c:\AV on a computer i want the batch file to be able to run the exe from there with no user interaction.

E.g. i need the answers to each step automatically done
start c:\AV\program.exe
in your batch file have the line

call something.exe

that will call the exe file from your batch script
i have got that far but it need uers interface to press next for example
i need to make it total user less
if the program (.exe) requires user interaction, there is no way you can skip that through batch file.
ASKER CERTIFIED SOLUTION
Avatar of Luc Franken
Luc Franken
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
btw. what file are you trying to run?? And what does this file??
Thanks alot that was just the thing
Glad to help