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.

start>start up folder

Featured Replies

i've tried putting shortcuts in the C:\XPCD\$OEM$\$Docs\All Users\Start Menu\Startup folder, but they don't end up in the start menu after the install finishes. is the only way around this to make a batch file that manually copy shortcuts?

what are u wanting 2 do? add a bunch of startup things? why not do it via registry?

regards

for %%i in (C: D: E: F: G: H: I: J: K: L:) do if exist %%i\CD.txt set CDROM=%%i
xcopy "%cdrom%\shortcut\*.lnk" "%allusersprofile%\start menu\programs\startup" /V

that will copy shortcuts from a folder named "shortcut" from the cd into the all users startup folder...

however, if you are using this method to install programs you are doing it the wrong way... the correct way to run program installs is from runonce or other such methods (not the startup folder)

if you are doing it to install a program such as "Folding@Home" you can do what I do:

@echo off
mkdir "%systemdrive%\Program Files\FAH"
move "%systemdrive%\Folding\FAH.lnk" "%AllUsersProfile%\Start Menu\Programs\Startup"
copy "%systemdrive%\Folding\*.*" "%systemdrive%\Program Files\FAH"

  • Author
Crusher,Jun 16 2004, 10:21 PM]
for %%i in (C: D: E: F: G: H: I: J: K: L:) do if exist %%i\CD.txt set CDROM=%%i
xcopy "%cdrom%\shortcut\*.lnk" "%allusersprofile%\start menu\programs\startup" /V

that will copy shortcuts from a folder named "shortcut" from the cd into the all users startup folder...

however, if you are using this method to install programs you are doing it the wrong way... the correct way to run program installs is from runonce or other such methods (not the startup folder)

that was how i was thinking to fall back on. i'm using this for a couple of the program where i only have to copy the install directory into the $progs folder, or programs that don't start themsevles automatically.

hi,

you could also search the forums for a "shortcut.exe", with it you can create your own shortcuts whereever you need them.

hope this helps a bit

cya

Killer Bee

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.