Getting the time in a text file under a limited user account

  • Thread starter Thread starter chocolatemint77581
  • Start date Start date
C

chocolatemint77581

Under a limited user account, doing this does not work.

time > time.txt

1. Seems retarded, but is there a work around? (Without going to an
admin account.)

Thanks,
Andy
 
Under a limited user account, doing this does not work.

time > time.txt

1. Seems retarded, but is there a work around? (Without going to an
admin account.)

Thanks,
Andy

Easy:

echo %time% > time.txt
 
Back
Top