Unconfigured Ad Widget

Collapse

Need batch help. I'm having a senior moment...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Corbin Dallas
    CGN/CGSSA Contributor - Lifetime
    CGN Contributor - Lifetime
    • May 2006
    • 6280

    Need batch help. I'm having a senior moment...

    WTF is wrong with me...

    Have I lost all ability to write a proper batch command such as for /f ?


    I'm looking to parse the result of:

    wmic os get dataexecutionprevention_available

    Which should come out as:

    DataExecutionPrevention_Available
    TRUE

    So I wrote this command:

    Code:
    @echo off
    
    for /f %%a in ('wmic OS get DataExecutionPrevention_Available /value^|find "DataExecutionPrevention_Available"') do set %%a
    if "%DataExecutionPrevention_Available%" NEQ "TRUE" goto DEPno
    
    echo.
    echo DEP is available
    echo.
    goto end
    
    :DEPno
    
    echo DEP is NOT available
    
    :end
    Pause
    Have I gone lame? All I get from the CMD windows is a blinking cursor...

    NRA Life Member and Certified Instructor: Pistol - Rifle - Shotgun - PPITH - PPOTH - NRA Certified RSO

    WTB the following - in San Diego
    --Steyr M357A1 357SIG
    --Five Seven IOM (round trigger guard)

    Never forget - השואה... לעולם לא עוד.
  • #2
    Khanan
    Member
    • Apr 2011
    • 329

    Your code looked correct, so I tried it and it works for me as a batch file. I'm running Win7 Enterprise.
    What part of "shall not be infringed" don't you understand?

    sigpic

    Comment

    • #3
      Corbin Dallas
      CGN/CGSSA Contributor - Lifetime
      CGN Contributor - Lifetime
      • May 2006
      • 6280

      wow... I am daft and tired.

      My trouble came from trying to run this batch from my thumbdrive directly.

      Once I put it on the desktop, no problem!

      Ok, time for me to pack it in. Now I KNOW I'm tired...

      Thanks Khanan!
      NRA Life Member and Certified Instructor: Pistol - Rifle - Shotgun - PPITH - PPOTH - NRA Certified RSO

      WTB the following - in San Diego
      --Steyr M357A1 357SIG
      --Five Seven IOM (round trigger guard)

      Never forget - השואה... לעולם לא עוד.

      Comment

      • #4
        rolli12
        Banned
        • Apr 2011
        • 19

        this can happen in big matters

        Comment

        Working...
        UA-8071174-1