As time goes by ...

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
DixieCup48
Posts: 114
Joined: 30 Jan 2018 14:58

As time goes by ...

Post by DixieCup48 »

Is there a way to make the program show the time ? :idea:

eil
Posts: 1813
Joined: 13 Jan 2011 19:44

Re: As time goes by ...

Post by eil »

If you want a live clock that changes with every minute/second = not possible(at least for now).
If you imply want to know the time by call at any given moment - use scripting and make custom button, or user shortcut with msg shown, or msg on CEA condition.
Win 7 SP1 x64 100% 1366x768|1900x1080

Horst
Posts: 1328
Joined: 24 Jan 2021 12:27
Location: Germany

Re: As time goes by ...

Post by Horst »

Why don't just look onto the taskbar ?
Windows 11 Home, Version 25H2 (OS Build 26200.7019)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1400a (x64), Everything Toolbar 2.1.0, Listary Pro 6.3.6.99

admin
Site Admin
Posts: 64753
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: As time goes by ...

Post by admin »

Yeah, that's the question.

Anyway:

Code: Select all

msg <date hh:nn:ss>; // show the time

Post Reply