Results 1 to 5 of 5

Thread: Run Important Files with One Double Click

  1. #1
    Join Date
    Apr 2008
    Posts
    1,948

    ThumbsUp Run Important Files with One Double Click

    Here is a simple code to Create a batch file to run all the important files that you usually run when you sit on the computer. For Example, when i come to office, i run Yahoo Messeger, Specific Excel file which has my data, a notepad file which again has some text data and firefox browser.

    For doing that i developed a batch program as follows:

    Code:
    @echo off
    
    ECHO Starting FireFox
    start firefox
    ECHO FireFox Started
    ECHO Starting ABC.TXT
    start D:\xyz\abc.txt
    ECHO ABC Started
    ECHO Starting PQR.XLSX
    start D:\xyz\pqr.xlsx
    ECHO PQR.XLSX Started
    ECHO Starting Yahoo Messenger
    start C:\Progra~1\Yahoo!\Messen~1\YahooMessenger
    ECHO Yahoo Messenger Started
    pause
    exit
    Type the above code in notepad and save the file with extension 'bat' example : work.bat

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    ThumbsUp Re: Run Important Files with One Double Click

    wow thats great...! that means i can enable my personal software and run any game and a number of files with just one double click! thats great... keep coming with such posts... quite informative...!! thanks for that impressive info!!

  3. #3
    Join Date
    Apr 2008
    Posts
    1,948

    smile Re: Run Important Files with One Double Click

    You're welcomed...! but don't forget to post your experiences and new ideas which you would like to share! All the best!

  4. #4
    Join Date
    Jun 2008
    Posts
    97

    Re: Run Important Files with One Double Click

    Hey dude!
    This is very nice thing you shared with all of us.
    Since people who dont know the batch files now will try to make some batch files for themselves & enjoy this technique to run multiple through running a single bat file. Must say its a nice post & keep posting such lettle but important things will all of us. Knowledge is for sharing!

  5. #5
    Nicholas77 Guest

    Re: Run Important Files with One Double Click

    Pretty clever, thanks.

Similar Threads

  1. Replies: 7
    Last Post: 30-11-2011, 03:08 AM
  2. Double click to open Excel/Word files
    By MSFT in forum MS Office Support
    Replies: 2
    Last Post: 22-10-2010, 10:51 AM
  3. Replies: 5
    Last Post: 17-02-2009, 08:02 PM
  4. Windows Explorer hangs when I double click files to open them
    By Griffiths in forum Windows XP Support
    Replies: 1
    Last Post: 17-02-2009, 07:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,438,593.37315 seconds with 16 queries