Re: Running DOS App on win32 via python over ssh

2006-01-17 Thread Peter Hansen
James Stroud wrote: > The program in question, in case anyone doesn't understand this problem, > is lem: > > http://spitswww.uvt.nl/web/fsw/mto/lem/lemdos.zip Well, LEM.EXE calls RTM.EXE and RTM.exe contains signs of not being a pure DOS program. It contains references to USER.EXE and KERNEL.E

Re: Running DOS App on win32 via python over ssh

2006-01-17 Thread James Stroud
Peter Hansen wrote: > James Stroud wrote: > >> I am helping someone write a python script to run their DOS >> application through an SSH terminal. It seems that this program wants >> to access a DOS shell and send output there. If running remotely, this >> causes a problem because it locks up t

Re: Running DOS App on win32 via python over ssh

2006-01-16 Thread Peter Hansen
James Stroud wrote: > I am helping someone write a python script to run their DOS application > through an SSH terminal. It seems that this program wants to access a > DOS shell and send output there. If running remotely, this causes a > problem because it locks up the program. The program seems