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.

If Exist... better code

Featured Replies

Finding out which drive has the install files?

Try this:

FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" (SET CDDRIVE=%%i:& goto DONECD)

:DONECD

Early in the build, it'll save a coupla nanoseconds.... late in the build, it will save me having to click OK btn 4 times 'cos I have camera card readers..... pls do it 'cos it costs you nothin' and can save me time

Bashrat: I love ur work. Pls do this in Presetup.CMD (sure ya tried it before - look at the spacing - mine works)

  • 4 weeks later...

You can use this code instead:

SET CDDRIVE=%~d0
:DONECD

If the script is on the cd it gives you your cd-drive-letter.

You can also get a path relative to the script-path.

::set a path relative to the script
SET DIR=%~dp0..\Anwendungen
::create the absolute path
PUSHD "%DIR%"
SET DIR=%CD%
POPD
::output absolute path
ECHO %DIR%

Greetings

Al

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.