Generally speaking you do need a client and a server if you are dealing with networking.
If you were running OSX or Linux, those operating systems were originally designed to be run remotely, and they ship with tools to support authentication and use of remote command lines. Windows was designed with a different philosophy, and generally speaking you are either dealing with something pre-built (such as remote desktop or vnc) or you are building something rather elaborate in this context (you might wind up wanting to design your own protocol). I hope this makes sense, -- Raul On Mon, Jan 17, 2022 at 7:45 PM greg heil <[email protected]> wrote: > > No i have not tried those labs > i expect though > that would mean the > client would need > to run a separate install? > > ...or it would beg the question > by requiring a remote run > > ~greg heil > picsrp.github.io > i.tgu.ca/real_cal > > -- > > from: Raul Miller <[email protected]> > to: General forum <[email protected]> > date: Jan 17, 2022, 4:36 PM > subject: Re: [Jgeneral] networked exe's > > >I do not know what you are thinking of when you say "it", here. > > >But, let me ask again: have you done the socket labs? > > Thanks, > -- > Raul > > -- > > from: greg heil <[email protected]> > to: General forum <[email protected]> > date: Jan 17, 2022, 4:33 PM > subject: Re: [Jgeneral] networked exe's > > Just a regular > Microsoft Home Net > > i take it > this is unusual to you? > > it should > just work? > > ~greg heil > picsrp.github.io > i.tgu.ca/real_cal > > -- > > from: Raul Miller <[email protected]> > to: General forum <[email protected]> > date: Jan 17, 2022, 4:22 PM > subject: Re: [Jgeneral] networked exe's > > Hmm... > > >What software are you using for the networking side of things? > > Thanks, > -- > Raul > . > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
