Olorin

Vista testers needed

What I have got after executing the script   4 members have voted

  1. 1. Windows Vista

    • Ok and Ok
      1
    • Ok and No
      2
    • No and Ok
      0
    • No and No
      0
    • I have got an error message and _posted_ it below
      0
    • If not tested under this OS
      1
  2. 2. Windows 2000/2003

    • Ok and Ok
      0
    • Ok and No
      1
    • No and Ok
      0
    • No and No
      0
    • I have got an error message and _posted_ it below
      0
    • If not tested under this OS
      3
  3. 3. Windows 9x

    • Ok and Ok
      0
    • Ok and No
      2
    • No and Ok
      0
    • No and No
      0
    • I have got an error message and _posted_ it below
      0
    • If not tested under this OS
      2
  4. 5. Windows XP

    • Ok and Ok
      2
    • Ok and No
      1
    • No and Ok
      0
    • No and No
      0
    • I have got an error message and _posted_ it below
      0
    • If not tested under this OS
      1
  5. 6. Windows 2008

    • Ok and Ok
      0
    • Ok and No
      1
    • No and Ok
      0
    • No and No
      0
    • I have got an error message and _posted_ it below
      0
    • If not tested under this OS
      3

Please sign in or register to vote in this poll.

3 posts in this topic

Testers under Vista needed. The script is listed below.

It's for testing cmd.exe extended execution options.


@echo off
setlocal
if "%1"=="start" goto :%1
cmd.exe /q /d /v /c call %0 start
goto :eof
:start
set VAR=before
if "%VAR%" == "before" (
set VAR=after
if "!VAR!" == "after" (echo Ok) else (echo No)
)
echo on
set LIST=
for /l %%i in (1,1,3) do set /a LIST=!LIST!+%%i
if "%LIST%"=="3" (echo Ok) else (echo No)
pause

Please, execute the script and vote at the poll.

Share this post


Link to post
Share on other sites