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

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
 
P

Pegasus [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top