Syntax question for Setup Factory
File.Move("%AppFolder%\\file_name.exe", "shell:startup", true, true, false, false, nil);
The file does not move to that location when constructed as above, shell:startup is actually
C:\Users\user\AppData\Roaming\Microsoft\Windows\St art Menu\Programs\Startup where user will not be the same computer to computer but shell:startup is a constant
File.Move("%AppFolder%\\file_name.exe", "shell:startup", true, true, false, false, nil);
The file does not move to that location when constructed as above, shell:startup is actually
C:\Users\user\AppData\Roaming\Microsoft\Windows\St art Menu\Programs\Startup where user will not be the same computer to computer but shell:startup is a constant
Comment