What does %os% echo as in Vista

Ask a Question related to Windows Vista, Design and Development.

  1. #1

    Default Re: What does %os% echo as in Vista

    Yep

    Windows_NT

    I would expect this, its still built on the nt kernal

    Steve


    "Grok" <grok@no-email.com> wrote in message
    news:%233Sayz2RGHA.4792@TK2MSFTNGP14.phx.gbl...
    > What is the result of
    >
    > echo %os%
    >
    > in Vista? Is it:
    >
    > Windows_NT
    >
    > ?? Thanks.
    >
    > ---
    > Grok
    >
    >
    Steve Drake Guest

  2. Similar Questions and Discussions

    1. #39828 [NEW]: Cannot echo 08
      From: numb_skull1001 at yahoo dot com Operating system: windows XP PHP version: 5.2.0 PHP Bug Type: Unknown/Other Function...
    2. Echo comes after some time
      I m using Macromedia flash 7 and communication server 1.5 with sp1 and sp2 installed.Sometimes the user starts getting his audio back after 2-3...
    3. Help with echo
      Hi, Im trying to get a form to display using php I have sonme code eg. conditional code if true then echo ('<form...
    4. CGI::Echo V 1.04
      The pure Perl module CGI::Echo V 1.04 is available immediately from CPAN, and from http://savage.net.au/Perl-modules.html. On-line docs, and a...
    5. `echo %!(*`
      Hello all, Does anyone know a way to do backtick interpolation while protecting the command's arguments from the shell, or bypassing the shell...
  3. #2

    Default Re: What does %os% echo as in Vista

    It would make more sense to the average user if they did make it that..

    --
    Deansweb2004|NT - Dean Wronowski
    Server2003 R2 (Grasshoppers) NNTP Hoster
    SourceCentral - [url]http://www.deansweb2004.com[/url]


    "Grok" <grok@no-email.com> wrote in message
    news:ugPJhQ3RGHA.252@TK2MSFTNGP10.phx.gbl...
    > Steve Drake wrote:
    > | Yep
    > |
    > | Windows_NT
    > |
    > | I would expect this, its still built on the nt kernal
    > |
    > | Steve
    > |
    > |
    > | "Grok" <grok@no-email.com> wrote in message
    > | news:%233Sayz2RGHA.4792@TK2MSFTNGP14.phx.gbl...
    > || What is the result of
    > ||
    > || echo %os%
    > ||
    > || in Vista? Is it:
    > ||
    > || Windows_NT
    > ||
    > || ?? Thanks.
    > ||
    > || ---
    > || Grok
    >
    > Thanks Steve. I'm not running Vista right now .. and I was sitting here
    > reading up on batch files. It occured to me that if Vista didn't register
    > as
    > Windows_NT that a lot of batch files were going to be broken!
    >
    > I'm a bit confused about batch files and scripting & Vista as yet. I've
    > been
    > reading about this new Microsoft Command Shell (MSH) and was wondering
    > about
    > cmd and so on.
    >
    > ---
    > Grok
    >
    >

    Deansweb2004|NT Guest

  4. #3

    Default Re: What does %os% echo as in Vista

    You don't need vista for MSH, i been MSHing for about 1 year (not much over
    1 year, but that's how long I've had it installed)

    MSH is a new shell, its not like your norm shell with stdin and stdout being
    strings, its all object based.

    it comes with the windows SDK rumor has it that it will ship with the next
    exchange, not sure if it will ship with vista, maybe longhorn.

    Steve



    "Grok" <grok@no-email.com> wrote in message
    news:ugPJhQ3RGHA.252@TK2MSFTNGP10.phx.gbl...
    > Steve Drake wrote:
    > | Yep
    > |
    > | Windows_NT
    > |
    > | I would expect this, its still built on the nt kernal
    > |
    > | Steve
    > |
    > |
    > | "Grok" <grok@no-email.com> wrote in message
    > | news:%233Sayz2RGHA.4792@TK2MSFTNGP14.phx.gbl...
    > || What is the result of
    > ||
    > || echo %os%
    > ||
    > || in Vista? Is it:
    > ||
    > || Windows_NT
    > ||
    > || ?? Thanks.
    > ||
    > || ---
    > || Grok
    >
    > Thanks Steve. I'm not running Vista right now .. and I was sitting here
    > reading up on batch files. It occured to me that if Vista didn't register
    > as
    > Windows_NT that a lot of batch files were going to be broken!
    >
    > I'm a bit confused about batch files and scripting & Vista as yet. I've
    > been
    > reading about this new Microsoft Command Shell (MSH) and was wondering
    > about
    > cmd and so on.
    >
    > ---
    > Grok
    >
    >
    Steve Drake Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139