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.

BGInfo: What's wrong with this command?

Featured Replies

Hello,

I use the following command in a batch file to set up BGInfo:

C:\Documents and Settings\All Users\Documents\BGInfo.exe" "C:\Documents and Settings\All Users\Documents\TestClient_BB.bgi" /all /timer:0

The message I always get is "cannot find file and.bgi", but why is it looking for a file named like that?

You're missing a " there.

You could try "%ALLUSERSPROFILE%\Documents\TestClient_BB.bgi" /all /timer:0

as that has no spaces.

Edit: Actually %ALLUSERSPROFILE% wont make any difference

Edited by uid0

Typically quotes are only required when you have spaces in the folder names.

e.g. "C:\Documents and Settings\All Users\Documents\BGinfo.exe" "C:\Documents and Settings\All Users\Documents\testclient_BB.bgi" /all /timer:0

If you use the system variable uid0 used above it should not require quotes:

e.g. %ALLUSERSPROFILE%\Documents\BGinfo.exe %ALLUSERSPROFILE%\Documents\testclient_BB.bgi" /all /timer:0

or if you were to put the bginfo.exe and testclient_BB.bgi file in c:\windows (where I put mine)

e.g. c:\windows\bginfo.exe c:\windows\testclient_BB.bgi /all /timer:0

(I don't use the /all switch, not necessary for my purposes as I load it from HKCU/..../run)

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"BGInfo"="C:\\Windows\\System32\\bginfo.exe c:\\windows\\system32\\default.bgi /timer:0"

Edited by Sinistrality

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.