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.

FileCopy does not work for me

Featured Replies

Thanks for answer but I dont still get it!!!

I really have tried all variations but always with no succes! (I have change the paths and file to do it easier)

cmd1[pn]=["FILECOPY %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%"];

cmd1[pn]=["FILECOPY %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%\\"];

cmd1[pn]=['FILECOPY "%wpipath%\\Install\\APPs_FREE\\pkey.txt" "%SYSTEMDRIVE%\\"'];

cmd1[pn]=['FILECOPY "%wpipath%\\Install\\APPs_FREE\\pkey.txt" "%SYSTEMDRIVE%\\"'];

cmd1[pn]=['{FILECOPY} %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%'];

cmd1[pn]=['{FILECOPY} "%wpipath%\\Install\\APPs_FREE\\pkey.txt" "%SYSTEMDRIVE%\\"'];

cmd1[pn]=['{FILECOPY} %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%\\'];

In LOG file always puts

sábado, 01 de mayo de 2010 11:03:57 - cmd1 *** Error *** (Código devuelto undefined): "undefined"

Any more suggestions?

Start WPI from desktop, press Alt+G, go to Variables tab. What does it say for WPIPATH and SYSTEMDRIVE? Now compare those to what the install log says.

Start WPI from desktop, press Alt+G, go to Variables tab. What does it say for WPIPATH and SYSTEMDRIVE? Now compare those to what the install log says.

WPI Desktop Variables (Alt+G)

WPIPATH = C:\WPI

SYSTEMDRIVE = C:

LOG FILE

%WPIPATH% = C:\WPI

%SYSTEMDRIVE% = C:

The same!

Try to do it this way:

cmd /c copy /y %wpipath%\testfile %systemdrive%\

This is done in the Config editor. Double backslash it if do manually.

  • 1 year later...

Those who need non scientist explanation:

Example to chose from "Commands":

{FILECOPY} %WPIPATH%\Install\nukopi.au3 %SYSTEMDRIVE%

Edited by mindex

Correct is:

{FILECOPY} "%WPIPATH%\\Install\\nukopi.au3 %SYSTEMDRIVE%"

Edited by condor

Guest
This topic is now closed to further replies.

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.