No response when adding script task to queue
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
No response when adding script task to queue
Start the test,it's all done,no response occurs after running multiple times,then there is no response for each run,restart the computer and open new XY package,still the same.
- Attachments
-
Test.xys- (170.9 KiB) Downloaded 86 times
-
- NoResponding2.gif (167.29 KiB) Viewed 668 times
-
- NoResponding.gif (115.56 KiB) Viewed 668 times
Re: No response when adding script task to queue
Add a
And the whole "problem" could have been shown without uploading a 178kb large "script"...
wait 1; after each copyto statement...And the whole "problem" could have been shown without uploading a 178kb large "script"...
Code: Select all
// Edit this (no trailing backslash)
$src = "R:";
$file = "$src\1.txt";
if (exists($file) != 1) { new($file); }
// Set this to 3500 if you dare^^
while ($i++ < 500) {
copyto "$src\Test\1000000000" . format($i, "0000"), $file, , 2;
wait 1;
}
One of my scripts helped you out? Please donate via Paypal
Re: No response when adding script task to queue
Thanks for the reply,I was just about to ask if there was a timeout 1...
- Attachments
-
- timeout.PNG (10.38 KiB) Viewed 658 times
XYplorer Beta Club