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
@echo off
copy c:\pb4\timemgmtsheri.ini c:\pb4\timemgmt.ini
h:\ais\time32\timemgmt.exe
Thanks