Step 1- Start->run-> type cmd the type
Step-2- taskkill /F /IM imagename
example :- taskkill /F /IM rundll32.exe or taskkill /F /IM firefox.exe
note :- /F means forcefuly
/IM means image name
MCTS, Share point,BA, UML, XML,Framework 1.1/2.0/3.5,Asp.net, Biz Talk Server, SPD, Windows server 2000/03/08
Thursday, September 24, 2009
Wednesday, September 23, 2009
How to Copy the filenames of a directory to a text file
Microsoft Operating Systems
Step-1 Get to a Command Prompt
For Windows 9x and ME above - goto start/run and type command into the box and hit enter
For windows 200, NT, XP - goto start/run and type cmd into the box and hit enter
Step -2 Make the directory with the files you want the current directory.
Use the Following Command
dir /b > dir.txt
This will perform the dir command with the bare formatting switch. Creates a file named "dir.txt" and puts the output of the dir command into it.
More info
For more information about the dir command type the following into your command window
dir /?
Step-1 Get to a Command Prompt
For Windows 9x and ME above - goto start/run and type command into the box and hit enter
For windows 200, NT, XP - goto start/run and type cmd into the box and hit enter
Step -2 Make the directory with the files you want the current directory.
Use the Following Command
dir /b > dir.txt
This will perform the dir command with the bare formatting switch. Creates a file named "dir.txt" and puts the output of the dir command into it.
More info
For more information about the dir command type the following into your command window
dir /?
Friday, September 11, 2009
ASP.NET AJAX Progress Bar Control
i have found very good ajax control for uploading files . here is the link which is described by Matt Berseth
Matt Berseth: ASP.NET AJAX ProgressBar Control - v0.2
Matt Berseth: ASP.NET AJAX ProgressBar Control - v0.2
Subscribe to:
Posts (Atom)