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.

Does anyone know of any programs that provide in 98 batch

Featured Replies

The NT Windows systems include additional commands, using the tilde symbol, in the batch file language for setting environment variables to parts of a file path string, such as the name and the file extension.

See http://searchwindowsserver.techtarget.com/tip/0,289483,sid68_gci1294869,00.html?int=off&Offer=WCMcplb18 under "variable substitution."

See also http://www.rgagnon.com/gp/gp-0008.html

It would seem that to someone knowledgeable it would be easy to write a console mode program to provide identical functionality by taking these strings as arguments and parsing them and setting the corresponding environment variable from them.

I looked in the shareware sites and came up with zip. I doubted that I had hit the right keywords. I am at a loss to know what to call this functionality.

Does anyone know of any such programs?


I don't know of any utilities that mimic that functionality, but that's part of the ''command extensions'' in the WinNT command line processor (cmd.exe). One way to get said functionality is by using a version of cmd.exe that works on Win9x. They're referenced in the FOR command's help (FOR /?) as ''variable modifiers'' I think.

You can test if command extensions are available in a batch file using something like:

if "%~x9%~x9"=="~x9"

Which would mean to do something if command extensions are NOT available.

Queue

  • 2 weeks later...
  • Author

I followed up on the links and eventually discovered that this functionality was included in the mdgx list at http://www.mdgx.com/dos.htm

I had read that page before, but what these command extensions can do didn't come out of the deescription there.

For some details on what they can do, see http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/for.mspx?mfr=true

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.