<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="+1"><small>Ahh good point Mark. Will do that. Thank you.<br>
        <br>
        What I am trying to accomplish has to do with getting random (as
        it seem to me) errors after changing the "start stack" of my
        ancient game and saving it with my slightly newer MC. I want to
        make the game downloadable without the need of the CD. The game
        looks for a file on the CD at startup.<br>
        Because I can't get around the errors I figured I make the
        installed folder (everything is in one folder including the
        files the start stack looks for) into a virtual disk drive.
        Preferably right after the installation and without extra clicks
        for the user. <br>
        I also need to create a batch file and place it in the start
        folder (have not figured out how to do that yet) so the virtual
        folder exists after reboot. That is the theory of it. :)<br>
        If you have any tips & tricks of the batch part of my theory
        do share.<br>
        <br>
        Cheers,<br>
        Eva<br>
        <br>
      </small></font><br>
    On 2011-11-16 12:07, Mark Schonewille wrote:
    <blockquote
      cite="mid:A6C2B51E-40C2-4769-8962-0B131CD822D5@schonewille.cjb.net"
      type="cite">
      <pre wrap="">Hi Eva,

I have no clue what you're doing, but try this:

set the hideConsoleWindows to true
get shell(whatever your shell command is)

This way, the shell gets executed without showing the ugly black window.

--
Best regards,

Mark Schonewille

</pre>
    </blockquote>
  </body>
</html>