Saturday, August 16, 2008

HOW TO RUN APPLICATIONS THROUGH WINDOWS COMMAND PROMPT

For running software appplication in windows in command mode
follow the following steps---

Suppose for running winamp application which is already installed.
create a playlist in winamp with a name. e.g music.m3u

step1: firstly open the command prompt from start menu create
a batch file in the c drive with extension .bat for example mp3.bat.
Batch file can be created by command edit mp3.bat

step2: after the batch file has been created type the following
command as shown in mp3.bat:

cd "Program Files"
cd Winamp
winamp.exe music.m3u
cd \

step3: after this save the file and type mp3 at c prompt and see
the application running.