Hi,

I am using this to get the date/time from the main exe in the install:
#get file info (File Date/Time [ISO 8601 Format]) from
"C:\Pstellar\rap_install8\Mservice.exe" into "[MODUL_DATO_ISO]"

And then to zip some files:
#zip file from "d:\MariSoft\*.*" to
"d:\3rdParty\MariSoft\MariSoft_Unilink_[MODUL_DATO_ISO].zip" [Recurse]
[Relative] [Post-compile]

But the last command fails, since we cannot have this filename:
d:\3rdParty\MariSoft\MariSoft_Unilink_2022-06-02T07:45:12.zip

How can I remove the colons from the variable [MODUL_DATO_ISO], or get
another date/time stamp that is acceptable.

Tia
/Poul