bat file

G

Guest

I am trying to create a batch file that will either, run and not display the cmd screen or close the minute the batch file starts the program. This is what the file look like now:

@echo off
copy c:\pb4\timemgmtsheri.ini c:\pb4\timemgmt.ini
h:\ais\time32\timemgmt.exe

Thanks
 
T

Torgeir Bakken (MVP)

KK0213 said:
I am trying to create a batch file that will either, run and not display the cmd screen or close the minute the batch file starts the program. This is what the file look like now:

@echo off
copy c:\pb4\timemgmtsheri.ini c:\pb4\timemgmt.ini
h:\ais\time32\timemgmt.exe

Hi

Try this:

start.exe h:\ais\time32\timemgmt.exe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top