![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Vista Ultimate x64 | Batch file problem Hi, I just created a batch file which does what I need it to perfecly. I just need one other thing in it so that I can keep track of when (date and time) it is run. Is there a command I can use that will be able to post the time and date it was opened everytime it is run, in a folder or better, a text file of my choice? Thanks |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Batch file problem "Miltzi" <guest@xxxxxx-email.com> wrote in message news:cfa70ffdf9c20990528a7829a264ada4@xxxxxx-gateway.com... Quote: > > Hi, I just created a batch file which does what I need it to perfecly. I > just need one other thing in it so that I can keep track of when (date > and time) it is run. Is there a command I can use that will be able to > post the time and date it was opened everytime it is run, in a folder or > better, a text file of my choice? > Thanks > > > -- > Miltzi @echo off echo %date% %time% %UserName% %ComputerName% >> c:\Miltzi.log {Your code goes here} |
My System Specs![]() |
| | #3 (permalink) |
| Vista Ultimate x64 | Re: Batch file problem "Miltzi" <guest@xxxxxx-email.com> wrote in message news:cfa70ffdf9c20990528a7829a264ada4@xxxxxx-gateway.com... Quote: > > Hi, I just created a batch file which does what I need it to perfecly. I > just need one other thing in it so that I can keep track of when (date > and time) it is run. Is there a command I can use that will be able to > post the time and date it was opened everytime it is run, in a folder or > better, a text file of my choice? > Thanks > > > -- > Miltzi @echo off echo %date% %time% %UserName% %ComputerName% >> c:\Miltzi.log {Your code goes here} Perfect!!! Thanks so much |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Batch-file not working: PATH-problem? | Vista General | |||
| vista batch file problem | Vista General | |||
| batch file help | Vista General | |||
| Batch file | Vista file management | |||
| batch file calling exe file problem | Vista security | |||