Re: [U2] Universe's DOS command

2012-02-16 Thread Ed Clark
. Before I did that, you could not kill those jobs even in UniAdmin. -Original Message- From: Robert Houben robert.hou...@fwic.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 4:11 pm Subject: Re: [U2] Universe's DOS command It depends... You

Re: [U2] Universe's DOS command

2012-02-16 Thread Robert Porter
on their own. Before I did that, you could not kill those jobs even in UniAdmin. -Original Message- From: Robert Houben robert.hou...@fwic.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 4:11 pm Subject: Re: [U2] Universe's DOS command It depends... You are in DOS

Re: [U2] Universe's DOS command

2012-02-16 Thread Bob Rasmussen
On Thu, 16 Feb 2012, Ed Clark wrote: If the universe server is on windows XP (or windows 2000/nt or I think windows server 2003) you can use services.msc to allow the universe telnet server service access to the desktop (there's a checkbox in the log in tab). Of course that's only useful

Re: [U2] Universe's DOS command

2012-02-16 Thread George Gallen
:40 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe's DOS command If you're doing FTP, you probably want the -n option on the ftp (no prompt for login) and then use the user ftp command. We'll build a script for the ftp session and then call it as ftp -n scriptname Inside

Re: [U2] Universe's DOS command

2012-02-16 Thread Robert Porter
@listserver.u2ug.org Subject: Re: [U2] Universe's DOS command If you're doing FTP, you probably want the -n option on the ftp (no prompt for login) and then use the user ftp command. We'll build a script for the ftp session and then call it as ftp -n scriptname Inside of scriptname you'll have something along

Re: [U2] Universe's DOS command

2012-02-16 Thread George Gallen
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Porter Sent: Thursday, February 16, 2012 10:07 AM To: U2 Users List Subject: Re: [U2] Universe's DOS command Probably so from what you were describing... I was speaking to the expecting input causing it not to close

Re: [U2] Universe's DOS command

2012-02-16 Thread Jeff Schasny
even in UniAdmin. -Original Message- From: Robert Houben robert.hou...@fwic.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 4:11 pm Subject: Re: [U2] Universe's DOS command It depends... You are in DOS mode (as opposed to window mode). If you launch

Re: [U2] Universe's DOS command

2012-02-16 Thread George Gallen
10:42 AM To: U2 Users List Cc: George Gallen Subject: Re: [U2] Universe's DOS command If you are on 64-bit Windows or Windows 2008 there are some gotchas that can make FTP hang - in part as UniVerse is a 32-bit shell. The Microsoft FTP client interacts directly with the keyboard buffer

Re: [U2] Universe's DOS command

2012-02-16 Thread Ed Clark
I wondered about that too and googled around. Simple answer: Services can have access to a desktop, but it isn't the same as any user's desktop. Apparently there are some things that a process can do that require a desktop that nobody needs to see. SQL server uses this for task synchronization.

Re: [U2] Universe's DOS command

2012-02-16 Thread Tony Gravagno
From: Ed Clark Or you can have a listening program running on your desktop, and the server can connect to it and tell it to open desktop windows. When people ask for a way to invoke PC applications from a browser based on interaction with an MV app, that's exactly how I do it. There can

Re: [U2] Universe's DOS command

2012-02-15 Thread Robert Porter
From DOS/Windows days, which also uses the same /c (argument), I just assumed it meant Command. Wjhonson wjhon...@aol.com 2/15/2012 12:27 PM The DOS command in Universe takes a /c argument and then you can specify a bat file like DOS \c test.bat What does \c mean? Are there other

Re: [U2] Universe's DOS command

2012-02-15 Thread Bob Rasmussen
An educated guess would be that the DOS command invokes the command processor (command.com in long-ago Windows, cmd.exe now) and passes the \c (or is it /c?) to it. If in Windows you open a CMD prompt, and type cmd /? you can see what options it accepts. My output includes: /C

Re: [U2] Universe's DOS command

2012-02-15 Thread Woodward, Bob
The /c is to close the command session when the supplied process/batchfile completes. This returns you back to your originating session of Universe. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent:

Re: [U2] Universe's DOS command

2012-02-15 Thread Wjhonson
Oh... My... God Amazing try DOS /C DIR then try DOS /K DIR how come they don't document this and we have to make guesses? -Original Message- From: Bob Rasmussen r...@anzio.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 10:38 am Subject: Re: [U2] Universe's

Re: [U2] Universe's DOS command

2012-02-15 Thread Larry Hiscock
DOS command Oh... My... God Amazing try DOS /C DIR then try DOS /K DIR how come they don't document this and we have to make guesses? -Original Message- From: Bob Rasmussen r...@anzio.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 10:38 am Subject: Re: [U2

Re: [U2] Universe's DOS command

2012-02-15 Thread Wjhonson
- From: Larry Hiscock lar...@wcs-corp.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 11:05 am Subject: Re: [U2] Universe's DOS command Ummm ... it's not a UniVerse thing, it's a command prompt thing. Open up a ommand prompt window, and type cmd /? And you'll see all

Re: [U2] Universe's DOS command

2012-02-15 Thread Brian Leach
...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: 15 February 2012 19:08 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe's DOS command This one in particular (the /K) is exactly what I need to debug an issue I'm having. A real world issue, in an actual program I'm actually writing at this very

Re: [U2] Universe's DOS command

2012-02-15 Thread Robert Houben
To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe's DOS command Oh... My... God Amazing try DOS /C DIR then try DOS /K DIR how come they don't document this and we have to make guesses? -Original Message- From: Bob Rasmussen r...@anzio.com To: U2 Users List u2-users

Re: [U2] Universe's DOS command

2012-02-15 Thread Wjhonson
...@fwic.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 1:00 pm Subject: Re: [U2] Universe's DOS command They actually do document these. Go to a command prompt and type: cmd /? Or help cmd (Both produce the same output) Enjoy! -Original Message- rom: u2-users

Re: [U2] Universe's DOS command

2012-02-15 Thread George Gallen
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Wednesday, February 15, 2012 4:09 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe's DOS command I mean they are not document in the Universe manuals for the DOS

Re: [U2] Universe's DOS command

2012-02-15 Thread Robert Houben
-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: February-15-12 1:14 PM To: U2 Users List Subject: Re: [U2] Universe's DOS command I Tried doing the same with UV/Unix (except with the SH command). Sh -c 'ls' gives me directory Sh -k 'ls' gives a strange error: /bin/ls: /bin/ls

Re: [U2] Universe's DOS command

2012-02-15 Thread George Gallen
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Houben Sent: Wednesday, February 15, 2012 4:18 PM To: U2 Users List Subject: Re: [U2] Universe's DOS command The /k option is used to run a command (like a batch file) and keep the command shell around for more

Re: [U2] Universe's DOS command

2012-02-15 Thread Bob Rasmussen
To: U2 Users List Subject: Re: [U2] Universe's DOS command The /k option is used to run a command (like a batch file) and keep the command shell around for more commands. The only difference to the /c option is that it does not immediately close after running your command. *nix doesn't have

Re: [U2] Universe's DOS command

2012-02-15 Thread Ed Clark
to Dos and type cmd /? -Original Message- From: Robert Houben robert.hou...@fwic.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 1:00 pm Subject: Re: [U2] Universe's DOS command They actually do document these. Go to a command prompt and type

Re: [U2] Universe's DOS command

2012-02-15 Thread Wjhonson
-users@listserver.u2ug.org Sent: Wed, Feb 15, 2012 3:35 pm Subject: Re: [U2] Universe's DOS command yeah, they left that out. If you look at the docs for the SH. CSH, and VI ommands, they suggest that you look at the unix documentation on those ommands, but they don't mention it in the manual for DOS

Re: [U2] Universe's DOS command

2012-02-15 Thread Robert Houben
...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: February-15-12 3:57 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe's DOS command Oh wow. Urm So any command that requires input will hang, I got that, because it's not actually opening an interactive session with *your process

Re: [U2] Universe's DOS command

2012-02-15 Thread Wjhonson
...@listserver.u2ug.org] n Behalf Of Wjhonson ent: February-15-12 3:57 PM o: u2-users@listserver.u2ug.org ubject: Re: [U2] Universe's DOS command h wow. rm So any command that requires input will hang, I got that, because it's not ctually opening an interactive session with *your process

Re: [U2] Universe's DOS command

2012-02-15 Thread George Gallen
, 2012 7:21 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe's DOS command Thanks. What I was saying was that *if* you DOS /c cmd And that cmd requires input, a task will be created that never dies, evidently. Or perhaps it was because the cmd I was trying to use was ftp perhaps