Re: Re: Simple MSDOS command dir
Dimitris Keletsekis <[email protected]> Tue, 16 Apr 2013 19:52:49 +0300
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1UXFF0Yu=tHAKH-zeAUL506nEX=_USkGG9ioAyqVpPMEA@mail.gmail.com> |
Joseph, Since you're working with DOS you should also take a look at the DOS.dll (in the DLL folder) Dimitris On Tue, Apr 16, 2013 at 4:47 PM, jd <[email protected]> wrote: > ** > > > Hello Fred & DImitris, > > i succeeded in > getting the aspell line to work: > - translating all fullpaths to PC style (Extract myfullparh PCPATH myPCpath > - One path c;\Program files/etc had to be set between quotes > > Thanks again > > Joseph > > > On 04/16/2013, you wrote: > > > Some examples of how i use the run command, the $$lv.field.3 has the name > > of the computer to use the operation on. > > > > // run msinfo32 > > Run "msinfo32.exe" "/computer $$lv.field.3" > > > > // run ping > > Run "cmd.exe" "/k ping $$lv.field.3" > > > > // run windows Explorer > > Run "//$$lv.field.3" "" BSLASH > > > > // run windows Explorer C: > > Run "//$$lv.field.3/C\$" "" BSLASH > > > > Regards, > > Fred. > > > > > > --- In [email protected], "jd_duch" <JDuch@...> wrote: > >> > >> http://ss64.com/nt/cmd.html > >> > >> gives info on Cmd > >> > > > > > Regards > > >