hello.xys 413 B

123456789101112131415161718192021
  1. /*********************
  2. @Author : liuyuqi
  3. @Contact : liuyuqi.gov@msn.cn
  4. @Time : 2019/07/23 05:33:20
  5. @Version : 1.0
  6. @License : (C)Copyright 2019 liuyuqi.
  7. @Desc : None
  8. *********************/
  9. msg "Hello world!"
  10. msg "%temp%"
  11. msg "XYplorer.exe runs from <xypath>"
  12. msg "Press OK to copy the time!"; copytext "<date hh:nn:ss>"
  13. $a = "<curpath>"; msg $a
  14. $a = "Year " . "<date yyyy>"; msg $a