hi
how can find windows installation date in vb6?
i use this in dos whit command:
cmd command:
but i need vb6 code for show windows installation date to a label...
thanks
how can find windows installation date in vb6?
i use this in dos whit command:
cmd command:
Code:
systeminfo | find/i "install date"
thanks