Skip to content
View in the app

A better way to browse. Learn more.

ResHax

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.
Help us keep the site running.

Associate files to QBMS

Featured Replies

  • Author
  • Localization

Racial, posted Tue Nov 29, 2016 4:49 pm (19161)


Hi, im trying to associate files to Quick BMS to take an adventage of file browser.
For example i've got a file ".file1" and i want that type of files with the script "file1.bms" on "quickbms.exe"

There is a way to force Quick BMS to open with a X script loaded?
There is a way to force Quick BMS to select output same as file directory?


Sorry if this is solved

Thanks for reading
  • Author
  • Localization

aluigi, posted Tue Nov 29, 2016 5:18 pm (19163)


For the files associations I suggest you:
http://www.nirsoft.net/utils/file_types_manager.html

First you have to create the extension association:
  • Edit->New File Extension
  • in Extension put the extension including the dot, for example .file1

Then select the new association and:
  • Actions->New Action
  • Action Name: Open
  • Command-Line: browse and select quickbms.exe and add the arguments as I will show you later

You have to play with the syntax depending by your needs and where the scripts are located:
http://ss64.com/nt/syntax-args.html

Let's say you have all the scripts in the same folder of quickbms, the output folder is the same folder of the input file and the name of the script is "script.bms":
Code:
quickbms.exe "%~dp0script.bms" "%1" "%~dp1"


(note: unfortunately the %~x1.bms can't be used because adds a dot before the extension and so .ext.bms instead of ext.bms)
Guest
This topic is now closed to further replies.

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.