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%).
-
Kenbol
- Posts: 16
- Joined: 23 Sep 2021 04:44
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.
To see the attached files, you need to log into the forum.
-
highend
- Posts: 14993
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
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
-
Kenbol
- Posts: 16
- Joined: 23 Sep 2021 04:44
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...
To see the attached files, you need to log into the forum.
XYplorer Beta Club