Code:
Befehl: (dos_date)
(2017 2 6)Befehl: (dos_touch "d:\\xxx\\batt_log.txt" (dos_date))
; Fehler: LsAdsInvoke Internal Error
Befehl: (dos_touch "d:\\xxx\\batt_log.txt" '(2017 01 05))
; Fehler: LsAdsInvoke Internal Error
Befehl: (dos_touch "d:\\xxx\\batt_log.txt")
("batt_log.txt")
Befehl: (dos_touch "d:\\xxx\\batt_log.txt" '(2017 01 05) '(08 08))
; Fehler: LsAdsInvoke Internal Error
Befehl: (dos_touch "d:\\xxx\\batt_log.txt" '(2017 01 05 08 08))
("batt_log.txt")
Befehl: (dos_touch "d:\\xxx\\batt_log.txt" '(2017 01 05 0))
; Fehler: LsAdsInvoke Internal Error
Befehl: (dos_touch "d:\\xxx\\batt_log.txt" '(2017 01 05))
; Fehler: LsAdsInvoke Internal Error
Befehl: (dos_touch "d:\\xxx\\batt_log.txt" '(2017 01 05 0 0))
("batt_log.txt")
Befehl: (dos_touch "d:\\xxx\\batt_log.txt" '(2017 01 05 0 0) '(14 36))
("batt_log.txt")