Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

differences in stdout between win64bit and win32bit

Featured Replies

While playing a little with the shell in winxp64 I stumbled across a strange problem:

When I run the command

tasklist /FI "USERNAME eq %USERDOMAIN%\%USERNAME%" /FI "ImageName eq msiexec.exe"

On a WinXp 64 bit, I get the output

INFO: No tasks are running which match the specified criteria.

on a WinXP 32bit, I get

INFO: No tasks running with the specified criteria.

So nearly the same

But when I run the command

for /f "tokens=1" %i in ('tasklist /FI "USERNAME eq %USERDOMAIN%\%USERNAME%" /FI "ImageName eq msiexec.exe"') do echo anything

on a 64bit xp, I get the output:

D:\>echo anything
anything

on a 32bit xp, I get the output

INFO: No tasks running with the specified criteria.

So it seems, that on a 32bit xp the INFO message seems not to be in the stdout, but it is in 64bit xp.

Can anyone explain this to me?

Especially, does anyone know, where the message on a 32bit xp is redirected?


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.