Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Bat file invocation


2 replies to this topic

wellwisher

wellwisher
  • Full Members
  • 32 posts

Posted 18 January 2008 - 17:24

I'm running a bat file that in turn runs the IS created setup.exe file. I would like to know a better way of launching the setup.exe file through this bat file such that the user does not see the annoying black cmd prompt. The bat file is necessary because i want to have a bunch of dos commands to execute without user intervention. I have heard that one way to do that is to pass it to process monitor. But how shall I be bundling the same in my package which I'm zipping up. Any thoughts.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 January 2008 - 18:43

I think there a command line switch for cmd that tells it to run invisible.

MrSmersh

MrSmersh
  • Full Members
  • 48 posts

Posted 21 January 2008 - 12:15

Look here onInstallSite at the topic Closing a DOS Box On Exit , maybe it helps.