What does this useful command line do? tasklist /m "mscor*"

Answer Posted / dns

Lists all running processes that use .NET, i.e., that use
the Microsoft Common Runtime.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com

1477


Is class is a abstract datatype in java?

1455


How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?

3707


where is available in this mantis toturials?

1614


When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

729






Write a pascal program to calculate the sum of the first 100 even number and odd number

3969


how can i create report in abap to insert data in table pa0002 using insert command

1714


iam confused to choose among testing, .net and java can anybody help me????????

1629


what is an INI file?

1599


What is the Difference between in memory database and physical database

2086


what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?

2097


why we use abstract in awt?

1562


Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

11135


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1485


Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains

1526