Search found 27 matches

by hyzhangzhy
09 May 2018 18:08
Forum: Bug Reports
Topic: Cannot read removable storage anymore
Replies: 123
Views: 30053

Re: Cannot read removable storage anymore

Hope it can be fixed in XYplorer 19.xx.xxxx :|
by hyzhangzhy
12 Mar 2018 10:01
Forum: Bug Reports
Topic: CMD opened by XYplorer does not react to the changes of the system variable
Replies: 16
Views: 4182

Re: CMD opened by XYplorer does not react to the changes of the system variable

Thanks, Don, for the research. And thanks for this link: https://social.msdn.microsoft.com/Forums/en-US/acf2d0f3-143e-4ba5-acdc-76a70a5c9830/environment-variables-refresh?forum=csharpgeneral , I also get something from it. It seems create a separate thread which just for starting a new cmd window an...
by hyzhangzhy
06 Feb 2018 08:45
Forum: Bug Reports
Topic: CMD opened by XYplorer does not react to the changes of the system variable
Replies: 16
Views: 4182

Re: CMD opened by XYplorer does not react to the changes of the system variable

Thanks. I see.

And it seems TC does not have this currently... 8)
by hyzhangzhy
06 Feb 2018 08:17
Forum: Bug Reports
Topic: CMD opened by XYplorer does not react to the changes of the system variable
Replies: 16
Views: 4182

CMD opened by XYplorer does not react to the changes of the system variable

It seems cmd windows opened by XYplorer (toolbar button or ctrl+alt+p), does not react to system variable change no matter how many times I restart the cmd window(still by XYplorer). I must restart XYplorer to make the system variable change to work. And when I start a cmd window from start menu, I ...
by hyzhangzhy
12 Jan 2018 16:29
Forum: Tips & Tricks, Questions & Answers
Topic: Win+E integration
Replies: 16
Views: 5322

Re: Win+E integration

hyzhangzhy! Your program launch dozens of XYplorer instance when long pressing Win+E... which stuck my OS... :x I am sorry for this... I try a mutithread implementation which I think may be better... Now all the launch and switch to XYplorer stuff are done by another sep thread. The keyboard hook t...
by hyzhangzhy
06 Nov 2017 12:21
Forum: Tips & Tricks, Questions & Answers
Topic: Win+E integration
Replies: 16
Views: 5322

Re: Win+E integration

Play something more with Win+E. Here is the changes. :D 1. Add long-press Win+E to open another XYplorer window. 2. If there are more than one XYplorer window exist, you can use Win+E to switch between them cycling. 3. Now the actions are all triggered when Win+E key up not key down. (In order to de...
by hyzhangzhy
31 Oct 2017 16:13
Forum: Script Exchange
Topic: XYplorer Messenger - Rev. 1.20 / 2013/02/08
Replies: 57
Views: 32694

Re: XYplorer Messenger - Rev. 1.20 / 2013/02/08

Fix a crash because I misunderstand the difference between the function wcsncpy_s and wcscpy_s...

Please re-download...
by hyzhangzhy
31 Oct 2017 09:14
Forum: Script Exchange
Topic: XYplorer Messenger - Rev. 1.20 / 2013/02/08
Replies: 57
Views: 32694

Re: XYplorer Messenger - Rev. 1.20 / 2013/02/08

XYplorer Messenger Rev. 1.22(beta) It seems to work fine on my pc. Here is the changes compare with the test version. Rev. 1.22 Fix a crash... Rev. 1.21 1. The program now stays in the background ready to receive the messages from XYplorer. 2. No more ugly black window. 3. The script commandline ar...
by hyzhangzhy
28 Oct 2017 12:52
Forum: Script Exchange
Topic: XYplorer Messenger - Rev. 1.20 / 2013/02/08
Replies: 57
Views: 32694

Re: XYplorer Messenger - Rev. 1.20 / 2013/02/08

Now it can retrieve message from XY. And I need some idea... :titter: According to what Don say in copydata command. If someone call copydata with mode 1 or 3. The message will of course be resend to XYplorer after received. And what would you like the messenger to behave when you call copydata with...
by hyzhangzhy
27 Oct 2017 15:37
Forum: Script Exchange
Topic: XYplorer Messenger - Rev. 1.20 / 2013/02/08
Replies: 57
Views: 32694

Re: XYplorer Messenger - Rev. 1.20 / 2013/02/08

Oh, may be.

I can not reproduce this any more after restart.

Just neglect...
Sorry for wasting your time, Don...
by hyzhangzhy
27 Oct 2017 13:40
Forum: Script Exchange
Topic: XYplorer Messenger - Rev. 1.20 / 2013/02/08
Replies: 57
Views: 32694

Re: XYplorer Messenger - Rev. 1.20 / 2013/02/08

Yes.

But why should echo 'hi' be recursive, I can not understand this...

It is really not a bug? :roll:
by hyzhangzhy
27 Oct 2017 12:03
Forum: Script Exchange
Topic: XYplorer Messenger - Rev. 1.20 / 2013/02/08
Replies: 57
Views: 32694

Re: XYplorer Messenger - Rev. 1.20 / 2013/02/08

Thanks, I see.

Just tried the example inside the help file.

However, why XY consider the echo 'hi' as recursive...

Image

And it seems the sender window begin to hang...
by hyzhangzhy
27 Oct 2017 07:01
Forum: Script Exchange
Topic: XYplorer Messenger - Rev. 1.20 / 2013/02/08
Replies: 57
Views: 32694

Re: XYplorer Messenger - Rev. 1.20 / 2013/02/08

Is there anyone who still interested in a C version? :biggrin: Now, it seems that the sendmessage translation is finished. However, May have some unexpected problems, so now it is only for a test... You can first double click it after downloading, it will then set a perm var named $xymc with its ful...
by hyzhangzhy
18 Oct 2017 16:02
Forum: Tips & Tricks, Questions & Answers
Topic: Win+E integration
Replies: 16
Views: 5322

Re: Win+E integration

I do this in C, and works nice on my pc. Since it is done in C, no extra framework or Runtime Environment are needed, you don't need to install anything else. And the exe file size is only 10KB. :D There are also some cons, since it does not have any gui currently, so it is not very easy to exit it....
by hyzhangzhy
15 Oct 2017 11:37
Forum: Wishes
Topic: BitLocker Support...
Replies: 6
Views: 2042

Re: BitLocker Support...

I mean we can use the Unlock entry in the 64bit context menu of XYplorer to unlock the disk on a 64bit OS.
Need to right click the driver icon and find the entry. Not automatically pop out when double click.

If I miss understand something, Sorry and just neglect...