- Mar
- 46
- 0
Hello
I need to run one program right after exit of another one, i.e. to run backup after I edit file in MSAccess or other program.
For that purpose I run bat file like
----------current-approach,bat--------------
start "" /w /max /dc:\bat "C:\Office2003\office11\MSACCESS.EXE" test.mdb
call bsa.bat
cls
------------------------
It works fine except Windows 7 shows both MSAccess and each its openned table as a separate program/window when I press Alt-Tab. So I can't do much about that but I would like to delete from the list of running windows at least the window for bat files itself. I can run bat file minimised, but that creates even more inconvenience. I don't want to compile bat files into exe file.
Questions:
1) may be start /w is not the right path altogether/which one is right on ?
2) how to run bat file via cmd or TCC/TCDM so it does not show in the list of openned windows ?
thank you
I need to run one program right after exit of another one, i.e. to run backup after I edit file in MSAccess or other program.
For that purpose I run bat file like
----------current-approach,bat--------------
start "" /w /max /dc:\bat "C:\Office2003\office11\MSACCESS.EXE" test.mdb
call bsa.bat
cls
------------------------
It works fine except Windows 7 shows both MSAccess and each its openned table as a separate program/window when I press Alt-Tab. So I can't do much about that but I would like to delete from the list of running windows at least the window for bat files itself. I can run bat file minimised, but that creates even more inconvenience. I don't want to compile bat files into exe file.
Questions:
1) may be start /w is not the right path altogether/which one is right on ?
2) how to run bat file via cmd or TCC/TCDM so it does not show in the list of openned windows ?
thank you