Hello. I have a question. I can not understand how the function Filecopy
The actual part of the config file is:
CODE
/ / Your programs here ...
//------------------------------------------------ ---------------------------------------------
pn = 1;
prog [pn] = ['123 '];
bit64 [pn] = [ 'no'];
uid [pn] = ['123 '];
dflt [pn] = [ 'yes'];
cat [pn] = [ 'Applications'];
forc [pn] = [ 'no'];
cmd1 [pn] = [ 'FILECOPY ( "\% wpipath% \ Install \ wpi_log.txt \", "\% SYSTEMDRIVE% \ wpi_log2.txt \ ")'];
pn + +;
//------------------------------------------------ ---------------------------------------------
pn = 1;
prog [pn] = ['123 '];
bit64 [pn] = [ 'no'];
uid [pn] = ['123 '];
dflt [pn] = [ 'yes'];
cat [pn] = [ 'Applications'];
forc [pn] = [ 'no'];
cmd1 [pn] = [ 'FILECOPY ( "\% wpipath% \ Install \ wpi_log.txt \", "\% SYSTEMDRIVE% \ wpi_log2.txt \ ")'];
pn + +;
What I want to achieve. I have a portable application. And I just want them to install the copy on a disc contains registration data. And nowhere plainly does not describe how these features work. Took of the standards.
================================================== =================
QUOTE
KopirovatFayl (FileCopy)
Syntax:
KopirovatFayl (<Filename source "," Filename receiver>)
Options:
<Filename source> (required)
Type: String. Full name of the file source.
<Filename receiver> (required)
Type: String. Full name of the file-receiver.
Description:
Copies file-source file-receiver. Allowed overwrite the file-receiver
Note:
The file receiver when you create will have access rights same assigned when creating new files (ie the right of access to source files are not copied).
Permissible to use schemes http, https and ftp for addressing files. With these schemes need to address you directly sleshi '/' rather than backward '\'.
Example:
KopirovatFayl ( "C: \ Temp \ Order.htm", "C: \ My Documents \ Order.htm");
Syntax:
KopirovatFayl (<Filename source "," Filename receiver>)
Options:
<Filename source> (required)
Type: String. Full name of the file source.
<Filename receiver> (required)
Type: String. Full name of the file-receiver.
Description:
Copies file-source file-receiver. Allowed overwrite the file-receiver
Note:
The file receiver when you create will have access rights same assigned when creating new files (ie the right of access to source files are not copied).
Permissible to use schemes http, https and ftp for addressing files. With these schemes need to address you directly sleshi '/' rather than backward '\'.
Example:
KopirovatFayl ( "C: \ Temp \ Order.htm", "C: \ My Documents \ Order.htm");
================================================== ========
Please explain explain danuyu problem.