but the former (I think, right thru Vista) variant, setx

Have you searched the system dirs for the executable? :

c:\>attrib /s %systemroot%\setx.exe A C:\Windows\System32\setx.exe A C:\Windows\SysWOW64\setx.exe A C:\Windows\winsxs\amd64_microsoft-windows-setx_31bf3856ad +364e35_6.0.6000.16386_none_065eaf56d482c350\setx.exe A C:\Windows\winsxs\x86_microsoft-windows-setx_31bf3856ad36 +4e35_6.0.6000.16386_none_aa4013d31c25521a\setx.exe

Maybe it is still there, but not on the path for some reason?

which was required to set %PATHEXT% permanently, seems to have has been removed as of Win7.

You can also do that via the "Computer" icon on the desktop.

Right click and select "properties"->Advanced system settings->Environment variables->system variables->(scroll and select)PATHEXT->Edit->(change)->OK.

(Of course, the exact sequence has probably changed on Win7.)

Hardly convenient, but you only need do it once.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

The start of some sanity?


In reply to Re^7: Win7, ASSOCiation , and @ARGV by BrowserUk
in thread Win7, ASSOCiation , and @ARGV by ww

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.