123456789101112131415161718192021 |
- /*********************
- @Author : liuyuqi
- @Contact : liuyuqi.gov@msn.cn
- @Time : 2019/07/23 05:33:20
- @Version : 1.0
- @License : (C)Copyright 2019 liuyuqi.
- @Desc : None
- *********************/
- msg "Hello world!"
- msg "%temp%"
- msg "XYplorer.exe runs from <xypath>"
- msg "Press OK to copy the time!"; copytext "<date hh:nn:ss>"
- $a = "<curpath>"; msg $a
- $a = "Year " . "<date yyyy>"; msg $a
|