Summary: You can not test if a file has or has not been modified between arbitrary dates. You can get the atime and/or mtime of the file and find out how how ...
Summary: How is unit testing performed in organizations? Is it an informal activity that is done before integration if there is some time left after programmin...
Summary: My cycling club wants to record finish times in Excel. We need to enter the finishers race number as they cross the line and their finish time is aut...
Summary: I've seen a lot of people ask for batch scripts to can perform time/date calculations. I found this cool little command-line utility that will allow y...
Summary: I have figured out how to rename a file with the date with the command below: ren test.txt test_%date:~4,2%-%date:~7,2%-%date:~10,4%.txt However I wo...
Summary: Heavens to betsy man, you're not even close...You sound pretty desperate, so this assignment is probably due pretty soon...Today maybe? I mean, writi...
Summary: I'm using the following command for /F %x in ('findstr /r /n "Output" C:\test\sasi.log | find /C ":"') do set XXX=%x echo %x and get the error mess...
Summary: Sorry variables starting with numbers in batch file... FOR /F "DELIMS=" %%G IN ('TIME /T') DO SET HRTIME=%%G ECHO %HRTIME% I tested the command in t...
Summary: I am making a test in notepad and saving it as a batch file to use. I haven't had any problem writing and testing up until now. I was fixing all the...
Summary: I did the variable parsing wrong... I tested this one, and it works. IF %time:~0,2% GTR 9 ( Start notepad.exe EXIT ) IF %time:~0,2%== 9 ( Start No...
Summary: I have a requirement to send 50+ test emails at a time from my XP workstation to prove the functionality of the Outlook add-in I am testing. I managed...
Summary: Here is an intresting one using a script or bat I would like to copy and rename one dir 3300 times C:\Test\49AC194E-054B-4BDD-BC6F-77F84DB2D5BE1 (49...
Summary: Sorry Punica, I just don't get your logic. First you delete the vars %time% and %date% by using Set time= and Set date= then you try to access them i...
Summary: Not tested. For /l %%1 in (1,1,200) do ( copy message.xml message%%1.xml > nul ) Or: For /l %%1 in (1,1,%1) do ( copy message.xml message%%1....
Summary: Hi Judago, Thanks for all your information this is really helpful. Unfortunately I don't have a vista machine to test on at this point but I will see ...
Summary: "Like I said about 14 replies back, you need to FIND "Reply". @M2 Isn't that just an issue with the win 2000 ping if the host refuses the ping(i.e. no...
Summary: Hello everyone, I have been trying to create a Bat file that will copy the same file test.avi from directory F1 to F2 1000 times and rename each time...
Summary: I am trying to get either the modified date from a log file (hacstime.log) or the date/time contained in the log file and set it as a variable (Htime)...
Summary: Hi, I have just run it on Vista Ultimate SP1, and it runs & looks ok. but unfortunately haven't had time to test it other than look & feel. I'm amazed...
Summary: i am new to VBA and need a VBA program that i can call in excel. this program would solve an equation such as one of time dilation: t = t0/sqrt(1-(v/...
Summary: Hi everyone, if I have function decleared as follows: void ASCII_CONVERT(ByteType *Addr); how can I test that function if it doesn't have return value...
Summary: Given that they aren't asking for any money, you don't have anything to lose but some time. It doesn't look like a 'professional' setup, but that doe...
Summary: I would like to see your efforts on this before I go too far with details... I rather see how you approach the problem instead of throw code at you. I...
Summary: This is an annoying problem. I have a text file containing full path and filenames to files I need to copy. Each on its own line. Used replace in word...