Summary: 1)why the following test programs are not working? #include "stdio.h" #include "time.h" int i,x,step; time_t s1,s2; void main(void){ step=20; s...
Summary: I am little late, but I had a timer batch file written to test how long some tasks take.. Hope the time math functions there are helpful for others. H...
Summary: I think the poster in you previous posting came pretty close. I would use also INKEY$. The problem is you would need multiple tests for the elapsed ...
Summary: Greetings All! The following MS-DOS code will delete any specified files, in specified location, and older then a specified date. "Delete files by ol...
Summary: Hello, I need to measure the time it takes for a program to load up. I'm attempting this using a batch file. My batch file code is @echo off ECHO.|TIM...
Summary: G'day, Yes, I see your problem. I suppose this means that the string will vary because the mins and seconds could be single too?? I think you will hav...
Summary: There probably is no error at all. Many general functions that seem to return high-resolution time (e.g., milliseconds), are not actually capable of s...
Summary: Hi, Just wondering if there are any Flash Remoting experts out there who can help me with this problem. I'm developing a dynamic Slideshow application...
Summary: When learning to program, do one thing at a time. For example: 1. Learn how to get key input and print it to screen. 2. When you can do that, learn ho...
Summary: Let me share with you my thoughts and experience. When i write code for a program, the first thing i do is decide on the interface and then write the ...
Summary: I currently use a batch script which uses xcopy to copy multiple files from one folder to another. it also logs the start time and end time of the cop...
Summary: There are two different ways you can use static variables, either as local variables or external variables. In the case of internal static variables...
Summary: judago, thats a powerful 64bit floating point batch. i try to do some modifation on the batch but failed. can you help me? ::code after begin label ::...
Summary: Holla already did the work. ==================== @echo off & setLocal EnableDelayedExpansion If %1a==a goto Usage set starttime=%time% call :ExtractHM...
Summary: I don't know 9/10 of C++, and the other 1/10 is all vague (thank the horrid professor). This isn't for a course, I'm doing this on my own. What I'm...
Summary: Hi All, I'm a psychology student at the University of Western Australia and I have just finished programming my experiment in Java. I am trying to set...
Summary: Well, only native code would return a true result. Otherwise you would be testing the speed of the return, not its execution. If no period of execut...
Summary: YOu can't use a windows time in a service application. You need to use a System.Timers.Timer. I don't program in vb .net, only c#, but here is how to ...
Summary: I'm trying to write an time alarm program for windows in C++. The problem I've programmed in windows with JAVA but I'm new wit C++ in windows. I could...
Summary: hi how can i create a text file using batch file with date and time in name eg testThu 02/08/2007 2300.txt and also i want to read a text file which ...
Summary: hey I'm taking this course at my college where I test database software. This is the first time I've really tested software for anyone, so I need some...
Summary: hi im trying to make a timed bach file as a test i tryed to make a batch with the commands shutdown -s -t 600 shutdown -a -t 500 but that didnt work ...
Summary: hi i am maruthi, i am web designer i want some help,i wrote a flash progrem in date and time wise this kept in asp when i am test that date and time i...
Summary: Thanks, as of right now, I don't have specific questions. But I will have tons of them in the next few weeks. I just received the specification and re...