BUG: Command Line doesn't support StdOut/StdErr

Sysprogs forums Forums WinCDEmu BUG: Command Line doesn't support StdOut/StdErr

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26757
    RFlash
    Participant

    Hello!

    batchmnt.exe and PortableWinCDEmu.exe have a commandline keys /check  and /list, but we fail when trying to parse the returned text in the console.

    The following commands will be useless:

    batchmnt /list|find “iso”

    batchmnt /check|find /v “”

    2>&1 batchmnt /list|find “E:”

    PortableWinCDEmu /?|find /v /c “”

    PortableWinCDEmu /list|find “iso”

    for /f %i in (‘2>&1 PortableWinCDEmu /list’) do echo %i

    etc.

    The /check key description reads: return drive letter as ERRORLEVEL

    But ERRORLEVEL returns a some number that has no logical connection to the Latin alphabet.

    I wrote to the support team, but it closes the ticket without response, citing the free status of the product.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.