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.

Pijano

Member
  • Joined

  • Last visited

  • Country

    Slovenia
  1. Hello, i am making a batch script that will install another batch script. It looks like this: @echo off echo @echo off > example.bat echo echo Hi >> example.bat echo echo 1.) Option1 >> example.bat echo echo 2.) Option2 >> example.bat echo echo 3.) Option3 >> example.bat echo if %selection%==1 goto opt1 >> example.bat echo if %selection%==2 goto opt2 >> example.bat echo if %selection%==3 goto opt3 >> example.bat So it displays all this text and saves what is displayed to example.bat. But it will display variables as their values; instead of making this: if %selection%==1 goto opt1 it will do this: if ==1 goto opt1 because theese variables have no value. So, is there a way to tell this script to display variable names instead of values? p.s. also, a pause message is "Press any key to continue..." . Can i change that?

Account

Navigation

Search

Search

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.