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.

stevehubbard

Member
  • Joined

  • Last visited

  • Country

    United Kingdom
  1. ok ignore that, im on xp and i cant work out how to get the date command to show me todays Day so i can parse it. @For /F "tokens=2,3,4 delims=/ " %%A in ('Date /t') do @( set Day=%%a set month=%%b Set year=%%C ) if %DAY%==Mon goto :mon if %DAY%==Tue goto :tue if %DAY%==Wed goto :wed if %DAY%==Thu goto :thu if %DAY%==Fri goto :fri if %DAY%==Sat goto :sat if %DAY%==Sun goto :sun Now i know the date /t command dont show the day (mon) but doing Echo.|Command /C Date does show at day(mon) how can i parse that command? Sorry for being a noob I am learning, takes some time
  2. my output on date is Current date is Mon 11/01/2010 how can i parse mon in dos??
  3. Hi all, anyone help me on this i want on certain days to run diffrent .bat files I have this but its not working... Im sorry im new to creating batch files anyone help me??? @ECHO OFF :LOOP ECHO Waiting for 5 minutes... PING -n 300 127.0.0.1>nul IF %DATE:~0,3%==Mon CALL monbreakfast-rename.bat IF %DATE:~0,3%==Tue CALL tuesbreakfast-rename.bat IF %DATE:~0,3%==Wed CALL wedbreakfast-rename.bat IF %DATE:~0,3%==Thu CALL thursbreakfast-rename.bat IF %DATE:~0,3%==Fri CALL fribreakfast-rename.bat IF %DATE:~0,3%==Sat CALL satbreakfast-rename.bat IF %DATE:~0,3%==Sun CALL sunbreakfast-rename.bat

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.