In any case, I could monitor a file size via something like (air code, involving some sort of WAIT command and running from the XY address bar at an idle computer completing a file-creation task)
Code: Select all
::focus p1; filter; $count1 = <get CountItems>; focus p2; filter; $count2 = <get CountItems>; if ($count1 != $count2) { mailto... } //not sure about this. Means "if ($count1 DIFFERENT FROM $count2); elseif { }; wait (60000); focus a; sendkeys"{enter}";
Here it is:
Code: Select all
+ Scripting got a new command.
Name: mailto
Action: Sends an e-mail.
Syntax: mailto(address, subject, body, cc/bcc())
address: [required] can't you guess...?! ; )
subject: [required] the subject of the mail
body: [required] your message
cc/bcc: [optional] other addresses in "carbon copy"/"blind carbon copy" format
return: your message conveniently sent anywhere.
Examples:
::mailto("he@hiscompany.com", "Wow!", "Hi!<crlf>This is my body!<br>Hasta la vista!<br><crlf>Best regards,<br><br>SkyFrontier", bcc("first.friend@sample.net, skyfrontier@example.com, yetanotherfriend@kool.com"))
::mailto("she@herhouse.biz", "I miss you, too!", "<clipboard>","cc("<c:\Reference\Mailing.txt>"))Currently XY can do this:
Code: Select all
v7.10.0004 - 2008-05-11 09:11
+ Scripting: New command "run". Works (almost) identical to Windows
Start | Run, i.e. you can start executables, open documents with
the OS-asociated applications, open websites, and much more.
::run mailto:support@xyplorer.com?subject=Wow!&body=Hi!
Open email client with some fields prefilled.Does anyone knows of another app which could interact with XY?
Code: Select all
::run "path\to\.exe" -msg -sub -content
XYplorer Beta Club