bill



----- Reply message -----
From: "u2-users-requ...@listserver.u2ug.org" 
<u2-users-requ...@listserver.u2ug.org>
To: "u2-users@listserver.u2ug.org" <u2-users@listserver.u2ug.org>
Subject: U2-Users Digest, Vol 34, Issue 13
Date: Wed, Feb 15, 2012 1:00 pm



Send U2-Users mailing list submissions to
        u2-users@listserver.u2ug.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://listserver.u2ug.org/mailman/listinfo/u2-users
or, via email, send a message with subject or body 'help' to
        u2-users-requ...@listserver.u2ug.org

You can reach the person managing the list at
        u2-users-ow...@listserver.u2ug.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of U2-Users digest..."


Today's Topics:

   1. Re: universe compiler -xref output (Tony Gravagno)
   2.  Universe's DOS command (Wjhonson)
   3. Re: Universe's DOS command (Robert Porter)
   4. Re: Universe's DOS command (Bob Rasmussen)
   5. Re: Universe's DOS command (Woodward, Bob)
   6. Re: Universe's DOS command (Wjhonson)
   7. Re: Universe's DOS command (Larry Hiscock)
   8. Re: Universe's DOS command (Wjhonson)
   9. Re: universe compiler -xref output (Doug Averch)


----------------------------------------------------------------------

Message: 1
Date: Wed, 15 Feb 2012 09:57:52 -0800
From: "Tony Gravagno" <3xk547...@sneakemail.com>
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] universe compiler -xref output
Message-ID: <23716-1329328673-607...@sneakemail.com>
Content-Type: text/plain;       charset="us-ascii"

> From: Buss, Troy
> I'd like to eliminate assigned but unused variables,
> so I'm looking for output that has single assignments
> only.

I asked about this a couple days ago in the mvToolbox forum, and
was told that product should be able to help with this.  That's
no surprise as it has a million other features, so why not this
one?  mvToolbox is one of the best products in this industry, but
it's largely unknown and thus seriously under-appreciated.
Get a 1-year (!?) free trial: http://www.mvtoolbox.com

No, I have nothing to gain from recommending this software.  I am
not a developer, sales rep, nor providing related services.  It's
just good software that deserves an occasional mention.

T




------------------------------

Message: 2
Date: Wed, 15 Feb 2012 13:27:42 -0500 (EST)
From: Wjhonson <wjhon...@aol.com>
To: u2-users@listserver.u2ug.org
Subject: [U2]  Universe's DOS command
Message-ID: <8ceba26a30ee752-cc0-22...@webmail-m092.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"


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 arguments like \z or \x  that it can take?


------------------------------

Message: 3
Date: Wed, 15 Feb 2012 12:33:52 -0600
From: "Robert Porter" <ropor...@ochsner.org>
To: <u2-users@listserver.u2ug.org>
Subject: Re: [U2] Universe's DOS command
Message-ID: <4f3ba630.820d.005...@ochsner.org>
Content-Type: text/plain; charset="us-ascii"

>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 arguments like \z or \x  that it can take?
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

------------------------------

Message: 4
Date: Wed, 15 Feb 2012 10:38:43 -0800 (PST)
From: Bob Rasmussen <r...@anzio.com>
To: U2 Users List <u2-users@listserver.u2ug.org>
Subject: Re: [U2] Universe's DOS command
Message-ID: <pine.lnx.4.64ras.1202151033440.7...@nimbus.anzio.com>
Content-Type: TEXT/PLAIN; charset=US-ASCII

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      Carries out the command specified by string and then terminates

Further down the help display, it gives more information.

On Wed, 15 Feb 2012, Wjhonson wrote:

>
> 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 arguments like \z or \x  that it can take?
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
>

Regards,
....Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: r...@anzio.com
 company e-mail: r...@anzio.com
          voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
            fax: (US) 503-624-0760
            web: http://www.anzio.com
 street address: Rasmussen Software, Inc.
                 10240 SW Nimbus, Suite L9
                 Portland, OR  97223  USA


------------------------------

Message: 5
Date: Wed, 15 Feb 2012 10:50:17 -0800
From: "Woodward, Bob" <bob_woodw...@k2sports.com>
To: "U2 Users List" <u2-users@listserver.u2ug.org>
Subject: Re: [U2] Universe's DOS command
Message-ID:
        <e4e1f30e3f4d964fb7e7f18de139585401ec2...@k2s-msg-01.k2sports.com>
Content-Type: text/plain;       charset="us-ascii"

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: Wednesday, February 15, 2012 10:28 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe's DOS command


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 arguments like \z or \x  that it can
take?
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


------------------------------

Message: 6
Date: Wed, 15 Feb 2012 13:59:44 -0500 (EST)
From: Wjhonson <wjhon...@aol.com>
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Universe's DOS command
Message-ID: <8ceba2b1ce5cb2e-cc0-22...@webmail-m092.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"


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 DOS command


An educated guess would be that the DOS command invokes the command
rocessor (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 /?
ou can see what options it accepts. My output includes:
  /C      Carries out the command specified by string and then terminates
Further down the help display, it gives more information.
On Wed, 15 Feb 2012, Wjhonson wrote:
>
 The DOS command in Universe takes a "/c" argument and then you can specify a
at file like

 DOS \c test.bat

 What does \c mean?  Are there other arguments like \z or \x  that it can take?
 _______________________________________________
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


Regards,
...Bob Rasmussen,   President,   Rasmussen Software, Inc.
personal e-mail: r...@anzio.com
company e-mail: r...@anzio.com
         voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
           fax: (US) 503-624-0760
           web: http://www.anzio.com
street address: Rasmussen Software, Inc.
                10240 SW Nimbus, Suite L9
                Portland, OR  97223  USA
______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users



------------------------------

Message: 7
Date: Wed, 15 Feb 2012 11:05:37 -0800
From: "Larry Hiscock" <lar...@wcs-corp.com>
To: "'U2 Users List'" <u2-users@listserver.u2ug.org>
Subject: Re: [U2] Universe's DOS command
Message-ID: <00bd01ccec14$cd53e430$67fbac90$@wcs-corp.com>
Content-Type: text/plain;       charset="us-ascii"

Ummm ... it's not a UniVerse thing, it's a command prompt thing.  Open up a
command prompt window, and type cmd /? And you'll see all the options.

/c means run the following command, then close the window
/k means run the following command, and keep the window open

There's a whole list of command options ...

Larry Hiscock
Western Computer Services


-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Wednesday, February 15, 2012 11:00 AM
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@listserver.u2ug.org>
Sent: Wed, Feb 15, 2012 10:38 am
Subject: Re: [U2] Universe's DOS command


An educated guess would be that the DOS command invokes the command rocessor
(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 /?
ou can see what options it accepts. My output includes:
  /C      Carries out the command specified by string and then terminates
Further down the help display, it gives more information.
On Wed, 15 Feb 2012, Wjhonson wrote:
>
 The DOS command in Universe takes a "/c" argument and then you can specify
a at file like

 DOS \c test.bat

 What does \c mean?  Are there other arguments like \z or \x  that it can
take?
 _______________________________________________
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


Regards,
...Bob Rasmussen,   President,   Rasmussen Software, Inc.
personal e-mail: r...@anzio.com
company e-mail: r...@anzio.com
         voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
           fax: (US) 503-624-0760
           web: http://www.anzio.com
street address: Rasmussen Software, Inc.
                10240 SW Nimbus, Suite L9
                Portland, OR  97223  USA
______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users



------------------------------

Message: 8
Date: Wed, 15 Feb 2012 14:08:10 -0500 (EST)
From: Wjhonson <wjhon...@aol.com>
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Universe's DOS command
Message-ID: <8ceba2c4af980d2-cc0-22...@webmail-m092.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"


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 
moment.
(That large remark is for Tony, who I'm sure will eventually jump in here and 
call me a "troll".)



-----Original Message-----
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 the options.
/c means run the following command, then close the window
k means run the following command, and keep the window open
There's a whole list of command options ...
Larry Hiscock
estern Computer Services

----Original Message-----
rom: u2-users-boun...@listserver.u2ug.org
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
ent: Wednesday, February 15, 2012 11:00 AM
o: u2-users@listserver.u2ug.org
ubject: Re: [U2] Universe's DOS command

h... My... God
mazing
try DOS /C DIR
hen try DOS /K DIR
how come they don't document this and we have to make guesses?

-----Original Message-----
rom: Bob Rasmussen <r...@anzio.com>
o: U2 Users List <u2-users@listserver.u2ug.org>
ent: Wed, Feb 15, 2012 10:38 am
ubject: Re: [U2] Universe's DOS command

n educated guess would be that the DOS command invokes the command rocessor
command.com in long-ago Windows, cmd.exe now) and passes the \c" (or is it
/c"?) to it.
f in Windows you open a CMD prompt, and type
 cmd /?
u can see what options it accepts. My output includes:
 /C      Carries out the command specified by string and then terminates
urther down the help display, it gives more information.
n Wed, 15 Feb 2012, Wjhonson wrote:

The DOS command in Universe takes a "/c" argument and then you can specify
 at file like

DOS \c test.bat

What does \c mean?  Are there other arguments like \z or \x  that it can
ake?
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


egards,
..Bob Rasmussen,   President,   Rasmussen Software, Inc.
ersonal e-mail: r...@anzio.com
ompany e-mail: r...@anzio.com
        voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
          fax: (US) 503-624-0760
          web: http://www.anzio.com
treet address: Rasmussen Software, Inc.
               10240 SW Nimbus, Suite L9
               Portland, OR  97223  USA
_____________________________________________
-Users mailing list
-us...@listserver.u2ug.org
tp://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users



------------------------------

Message: 9
Date: Wed, 15 Feb 2012 12:30:34 -0700
From: Doug Averch <dave...@gmail.com>
To: U2 Users List <u2-users@listserver.u2ug.org>
Subject: Re: [U2] universe compiler -xref output
Message-ID:
        <CAMe2gRrUn9VO=y0p1nYin1VS90h_RcVFUVQYSOnC=ybh7l-...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I saw this software many years ago at Spectrum conference.  So I clicked on
the link to see what's new.  Most of the pages are dead and the ones that
are not are hopeless out of date.  See your comment from 2004 on
http://www.mvtoolbox.com/Testimonials.1.html.

I would be very worried that any product I get from them would not be well
supported if they cannot get their web site in order.

Doug

On Wed, Feb 15, 2012 at 10:57 AM, Tony Gravagno <3xk547...@sneakemail.com>wrote:

> > From: Buss, Troy
> > I'd like to eliminate assigned but unused variables,
> > so I'm looking for output that has single assignments
> > only.
>
> I asked about this a couple days ago in the mvToolbox forum, and
> was told that product should be able to help with this.  That's
> no surprise as it has a million other features, so why not this
> one?  mvToolbox is one of the best products in this industry, but
> it's largely unknown and thus seriously under-appreciated.
> Get a 1-year (!?) free trial: http://www.mvtoolbox.com
>
> No, I have nothing to gain from recommending this software.  I am
> not a developer, sales rep, nor providing related services.  It's
> just good software that deserves an occasional mention.
>
> T
>
>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>


------------------------------

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


End of U2-Users Digest, Vol 34, Issue 13
****************************************
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to