Computing.Net > Forums > Windows XP > bat file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

bat file

Reply to Message Icon

Name: archangel13
Date: February 18, 2004 at 21:50:51 Pacific
OS: win xp pro
CPU/Ram: athlon xp 2600
Comment:

how can I make a .bat file so that win win xp starts up it will start winamp and hit play?

HOW DO!!


HOW DO!!


HOW DO!!



Sponsored Link
Ads by Google

Response Number 1
Name: svg
Date: February 18, 2004 at 22:06:00 Pacific
Reply:

Hi archangel13,

Use Notepad. Type this in there:

start "c:\Program Files\Winamp\Winamp.exe" "c:\MyMusicFolder\MyMusicFile.mp3"

Save the file as a .bat file.
Put the file in your 'StartUp' folder:
c:\Documents and Settings\YOURUSERNAME\Start Menu\Programs\Startup


In short, that start-line is this:
start "Fullpath2Program" "Fullpath2Document"
The " marks are used when there are spaces in the path, so XP recognizes that it's one path-string.

___________________________________________
[Belgium, GMT+1]_________________________svg


0

Response Number 2
Name: rick
Date: February 19, 2004 at 06:34:07 Pacific
Reply:

you could also set the file type .mp3 to use winamp and put a shortcut to whatever mp3 file you want to play in the start menu.

no bat file required


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: bat file

Hyperlink to .Bat file w/ parameter www.computing.net/answers/windows-xp/hyperlink-to-bat-file-w-parameter/142375.html

bat file www.computing.net/answers/windows-xp/bat-file/114481.html

bat files that delete folders on C: www.computing.net/answers/windows-xp/bat-files-that-delete-folders-on-c/114070.html