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.

[WPI] how to copy, also how to enable the avatar

Featured Replies

  • Author
I hope this helps:

to copy, rename etc ... you can use the regular dos commands, but you have to put a "cmd /c " in front of them.

For example:

cmd1[pn]=['cmd /c COPY %CDROM%\\Install\\winrar\\rarreg.key %programfiles%winrar\']

Notice that there is no "\" between %programfiles% and winrar folder.

thanks :w00t: , this is very usefull information... :thumbup

@kelsenellenelvian, thanks for the topictitlechange :)

Edited by SolidasRock

  • Author

i have copied this info to my config.js to remember but i am asking myself, why not write this standard in the next version?

// ordr[pn]=[0]
// uid[pn]=['APP1']
// cond[pn]=['Javascript Conditional Statement']
// deps[pn]=[]
// excl[pn]=[]
// configs[pn]=['List of configs to be auto checked for comma seprated']
//
// If you want to copy a directory use dircopy.
// cmd1[pn]=['DIRCOPY %CDROM%\\Install\\winrar\\ %ProgramFiles%\\']
//
// If you want to copy a file use filecopy.
// cmd1[pn]=['FILECOPY %CDROM%\\Install\\winrar\\rarreg.key %ProgramFiles%\\winrar\\']
//
// to copy, rename etc... you can use regular dos commands, but you have to put a "cmd /c " in front of them.
// cmd1[pn]=['cmd /c COPY %CDROM%\\Install\\winrar\\rarreg.key %programfiles%winrar\']
// Please note that there is no "\" between %programfiles% and winrar folder.
//
// pn++

  • Author

is there a way to write this shorter?

cmd2[pn]=['FILECOPY %CDROM%\\Install\\Autoruns\\autoruns.lnk %systemdrive%\\Documents and Settings\\All Users\\Desktop\\']

  • Author
is there a way to write this shorter?

cmd2[pn]=['FILECOPY %CDROM%\\Install\\Autoruns\\autoruns.lnk %systemdrive%\\Documents and Settings\\All Users\\Desktop\\']

i have rewrite it to:

cmd2[pn]=['FILECOPY %CDROM%\\Install\\Autoruns\\autoruns.lnk %AllUsersProfile%\\Desktop\\']

much better :thumbup

  • Author

do someone know the variable for "\Documents and Settings\Default User"?

%Userprofile% is my own profile but i am searching to the variable of the "default user" profile

EDIT: i found it again...

"%AllUsersProfile%\..\Default User\"

will bring you to the default user profile :P

Edited by SolidasRock

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.