If I write a batch file in Notepad with the last line
'CLS'
and run it from the windows run dialog,
Then it will close its window after it has terminated.
If I produce an identical batch file by saving to file from a Delphi program then it wont close its window!
does anyone know how to produce a batchfile *.bat that closes on exit from a delphi program?
Steve.
'CLS'
and run it from the windows run dialog,
Then it will close its window after it has terminated.
If I produce an identical batch file by saving to file from a Delphi program then it wont close its window!
does anyone know how to produce a batchfile *.bat that closes on exit from a delphi program?
Steve.