Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Try the run.exe command of <a href="https://www.cygwin.com/" rel="noreferrer">cygwin</a>. It is a big install, a complete unix environment for your Windows machine. Suppose you installed it at <code>c:\cygwin\</code>.</p> <p>Open the shell (bash) and type <code>man run</code>.</p> <p>No mystery, just run <code>c:\cygwin\bin\run.exe &lt;your command here&gt;</code> and you will have your no dos window execution. </p> <p>You can run it from any DOS window (run cmd.exe from the start menu). You don't need to run it from cygwin.</p> <p>To make it easier, append <code>C:\cygwin\bin</code> to your %PATH% env var (My Computer → Properties → Advanced → Environment Variables) (Kudos to Felipe Alvarez comment).</p> <p>Now you can just type</p> <pre><code>run "C:\foo.bsh" </code></pre> <p>Here is the man page of the runcommand:</p> <pre><code>$ man run RUN(1) run 1.3.0 RUN(1) NAME run - start programs with hidden console window SYNOPSIS run [ -p path ] command [ -wait ] arguments runcommand [ -p path ] [ -wait ] arguments DESCRIPTION Windows programs are either GUI programs or console programs. When started console programs will either attach to an existing console or create a new one. GUI programs can never attach to an exiting con‐ sole. There is no way to attach to an existing console but hide it if started as GUI program. run will do this for you. It works as intermediate and starts a pro‐ gram but makes the console window hidden. With -p path you can add path to the PATH environment variable. Issuing -wait as first program argument will make run wait for program completition, otherwise it returns immediately. The second variant is for creating wrappers. If the executable is named runcommand (eg runemacs), run will try to start the program (eg emacs). EXAMPLES run -p /usr/X11R6/bin xterm run emacs -wait runemacs -wait run make -wait AUTHORS Charles S. Wilson Harold L Hunt II Jehan Bing Alexander Gottwald Version 1.3.0 November 2005 RUN(1) </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload