Hello,
following:
PB 3.5 Dos code:
$compile exe
execute "c:\wordpad.exe"
------------------------------------------------------------
Problem: The wordpad opened - but I don´t see it because the
Dos window stayed open as black screen.
How to close the dos window after opening wordpad ?
( the box close after executing is set in the pif-file )
Or how to set the focus always on the "wordpad.exe" to see it ?
Thanks for help.
Regards
Matthias Kuhn
------------------
following:
PB 3.5 Dos code:
$compile exe
execute "c:\wordpad.exe"
------------------------------------------------------------
Problem: The wordpad opened - but I don´t see it because the
Dos window stayed open as black screen.
How to close the dos window after opening wordpad ?
( the box close after executing is set in the pif-file )
Or how to set the focus always on the "wordpad.exe" to see it ?
Thanks for help.
Regards
Matthias Kuhn
------------------
Comment