ONE shortcut to open a program and a folder

  • Thread starter Thread starter carlosvillalonga
  • Start date Start date
C

carlosvillalonga

Hi there,
I am looking to have 1 shortcut to run a folder containing my music
files and Winamp at the same time.
Usually i run into the task of opening both everytime and I am looking
to simplify this task.
I know I have to create a batch file but what do I put in it?
Thanks
 
@echo off
START <path and name to the folder you want to open>
START <path and file name for WinAmp>
 
Back
Top