I really want the the line with 'run' in it to be something along the lines of: run """$current\purge.bat.lnk""", , 2; but the '2' never seems to be honored, and when I do try to use it, I get "%1 is not a valid Win32 application". Other iterations that I try seem to tell me something about Overflow 0/0. Does anyone have any help for this?
Code: Select all
setting "BackgroundFileOps", 0; //disable background processing
set $current, <curpath>;
copyto , "U:\Startup_Folders\purge.bat.lnk";
wait 2000; //pauses for 2 seconds
run """$current\purge.bat.lnk""";
delete 1, 0, "$current\purge.bat.lnk";
wait 5000; //pauses for 5 seconds
Focus('List');
sel a;
rename e, "1";
XYplorer Beta Club