Re: Re: Simple MSDOS command dir

Dimitris Keletsekis <[email protected]> Mon, 15 Apr 2013 20:57:45 +0300
Newsgroups gmane.comp.windows.gui4cli
Message-ID <CAHiKg1X8CB-ACkJjuvbtj9havnQZOZCa-aaCZ45f3HnGPa3_2Q@mail.gmail.com>
Hi Joseph,

Short answer - I have no idea.
I did not even remember the trick with the CMD /K dir.

Maybe if you made a .bat file it would work better...

Dimitris



On Mon, Apr 15, 2013 at 8:34 PM, jd_duch <[email protected]> wrote:

> **
>
>
>
>
> --- In [email protected], jd <JDuch@...> wrote:
> >
> > Hello, as i have difficulties in getting aspell accept a command line,
> > i tried the simple dir command
> > RUN "dir" WAIT
> > and get an error message (cannot find dir)
> > In the MSDOS window, i cannot find the path using
> > >where dir
> > What did i miss?
> >
> > Joseph
> >
> OK i did find a previous thread (which i did start in 2008)
> it seems you have to use
> RUN CMD "/k dir"
>
> Now my aspell line looks like
> RUN "c:/Program Files/aspell/bin/aspell" " list --mode=sgml -l $Lng
> <$File2C" WAIT
>
> expecting output in the Gui4Cli output window,
> (or elsewhere , ashellike window aspell.exe opens bu nothing is written
>
> or
> RUN "c:/Program Files/aspell/bin/aspell" ">Ahom:/Spll_List list
> --mode=sgml -l $Lng <$File2C" WAIT
>
> neither works
>
>  
>