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.

File Associations batch-file

Featured Replies

As I saw in the "Gosh - Unattended Tips and Tricks" topic the possibility to implent file association type in to your unattended cd...could anyone tell me if the following code is correct for that to work!?

RunOnceEx.cmd

ECHO.
ECHO Associating File Types
start /wait %systemdrive%\Install\filetype.bat

filetype.bat

assoc .blt=txtfile
assoc .cue=txtfile
assoc .diz=txtfile
assoc .eml=txtfile
assoc .iss=txtfile
assoc .log=txtfile
assoc .md5=txtfile
assoc .m3u=txtfile
assoc .nbi=txtfile
assoc .nfo=txtfile
assoc .nt=txtfile
assoc .pif=txtfile
assoc .sam=txtfile
assoc .sif=txtfile
assoc .sfv=txtfile

(can anyone tell me what "REM ftype will also show all registered types" mean exactly?)

Thanks in advance :)

Yeah it should work. When used in conjunction with ftype, this can be a pretty powerful tool. Look at ftype /? and assoc /? to get a better idea of the two.

However it does have its limitations, such as you can't specify icons, which you'll have to go into the registry. I started off with the ftype/assoc way, but ultimately went down the registry path.

As for your REM question, REM is a comment. Do a REM /? for more information.

  • Author

cewl! :rolleyes:

so nothing in filetype.bat needs to be changed?

and...are the commands language sensitive?

I mean...as you can see I'm dutch and so I have a Dutch version of WinXP.

because of that do i need to change "assoc .nfo=txtfile" for instance in "assoc .nfo=Tekstdocument" > does it really matter!?

thanks in advance

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.