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 variables.

Featured Replies

Someone posted how to find drive letter and path for a file with command using %~ variables like the one below. But I cannot seem to recall or search and find it again. Can someone post the list of available %~ variables for cmd?

This shows full filepath

%~f0

http://labmice.techtarget.com/articles/batchcmds.htm

%~I  expands %I which removes any surrounding quotes (")

%~fI  expands %I to a fully qualified path name

%~dI  expands %I to a drive letter only

%~pI  expands %I to a path only

%~nI  expands %I to a file name only

%~xI  expands %I to a file extension only

%~sI  expands path to contain short names only

%~aI  expands %I to the file attributes of file

%~tI  expands %I to the date/time of file

%~zI  expands %I to the size of file

%~$PATH:I  searches the directories listed in the PATH environment variable and expands %I to the fully qualified name of the first one found. If the environment variable name is not defined or the file is not found by the search, then this modifier expands to the empty string.

The modifiers can be combined to get compound results:

Variable

(with modifiers)  Description

%~dpI  expands %I to a drive letter and path only

%~nxI  expands %I to a file name and extension only

%~fsI  expands %I to a full path name with short names only

%~dp$PATH:I  searches the directories listed in the PATH environment variable for %I and expands to the drive letter and path of the first one found

%~ftzaI  expands %I to a dir-like output line

wow... now that will def come in handy. use batch all the time and no idea how these slipped through!

thanks!

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.