Use TASKLIST and TASKKILL : Good web site on this http://commandwindows.com/taskkill.htm
(F)orce Kill running processes for ImageName of java.exe
taskkill.exe /F /IM java.exe
NOTE: Wildcard ‘*’ for the /IM switch is accepted only with filters, use /FI
taskkill /F /FI “IMAGENAME eq note*”
Find all running Java processes command line
tasklist /FI “IMAGENAME eq java.exe”
Example: I started 2 Calculator programs.
H:\>tasklist /FI [...]
I needed to do a little research on how timestamps work in Winders, XP and 2003 server.
Creation date later than modified date (”date modified” less than “date created”)
In Word XP the creation date of a document can be later than the modified date when saved elsewhere. Microsoft says
“When the document is copied or is saved [...]
There is nothing more annoying that to have MS Word try and guess how you want your document formatted.
Have you encountered one or more of the many annoying habits of MS word?
1) Always capitalizing your first word in the sentence, even if you are try to write some sort of code.
2) Auto starting a numbered [...]