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.

Command Line x64 Tools?

Featured Replies

I'm looking for an x64 command line tool that can output an operating system's free RAM. So far I've been using pmon.exe for that job, but this is a 32bit one and I can't use it on a x64-only system. So does anyone know of an x64-replacement? Does anyone know where to find a whole bunch of native x64 command line tools for other purposes?

  • Author

Thank you for your quick reply :)

I never heard of PowerShell, but it sure looks useful and it might come in handy in my future endeavors. For this one, however, it doesn't work. It relies on Net Framework 2.0. I need a standalone tool which can run on a minimal Windows without the need for much overhead. PowerShell seems to be the exact opposite of having no overhead.

So far, I used pmon.exe for getting some status reports on RAM-usage. It's a 10kb command line executable. Easy to use and very small with basically no requirements. Too bad that there is no x64-version of it. So I hope to find a similarly small and easy tool for x64 systems.

Edited by Mexxi

Pick one:

systeminfo
wmic os get FreePhysicalMemory
wmic os get FreeVirtualMemory
wmic os get TotalVirtualMemorySize
wmic os get TotalVisibleMemorySize

  • Author

Thanks a lot for these suggestions! I never used WMIC for that, but this going to be my new way to invoke this information from command line now.

However, this still doesn't work for what I have in mind. I guess I should have been more specific. I'm using a super slim command shell-only XP x64. There are no bells and whistles like WMIC left to use, so I need a standalone application that is absolutely independent from most Windows components.

I could quickly write something in VC++ but it would require the VC++ redist to be installed. Your call.

  • Author

I could quickly write something in VC++ but it would require the VC++ redist to be installed. Your call.

Wow, that is a very nice offer! Thanks a lot, but thankfully I just found a little app called RamStatus which just works nicely, just as I had hoped. Thanks again for your offer and also for all the other suggestions you guys sent. They will be useful to me in the future :)

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.