Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: bat file... quick launch icon!  (Read 3747 times)

0 Members and 1 Guest are viewing this topic.

night-rider

    Topic Starter


    Beginner

    bat file... quick launch icon!
    « on: June 03, 2010, 11:13:34 PM »
    what is the code for creating a quick launch icon to my .exe

    the_mad_joker



      Apprentice

      Thanked: 8
      Re: bat file... quick launch icon!
      « Reply #1 on: June 04, 2010, 02:34:17 AM »
      Quote
      what is the code for creating a quick launch icon to my .exe

      Quick Launch Means Shortcut Or ....  ???

      marvinengland



        Hopeful

        Thanked: 11
        Re: bat file... quick launch icon!
        « Reply #2 on: June 04, 2010, 05:46:41 PM »
        what is the code for creating a quick launch icon to my .exe


        C:\test>type coll.bat
        @echo off

        start "c:\program files\internet explorer\iexplore.exe" http://www.google.com/

        C:\test>
        USA

        mat123



          Hopeful

          Thanked: 16
          • Yes
          • Yes
          • Yes
        • Experience: Familiar
        • OS: Windows XP
        Re: bat file... quick launch icon!
        « Reply #3 on: June 04, 2010, 05:53:32 PM »
        what did that do Marvin



        night-rider

          Topic Starter


          Beginner

          Re: bat file... quick launch icon!
          « Reply #4 on: June 04, 2010, 09:22:33 PM »
          Quick Launch Means Shortcut Or ....  ???

          yap! so maybe I will just then copy the shortcut icon to the directory of quicklaunch.

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: bat file... quick launch icon!
          « Reply #5 on: June 04, 2010, 09:24:58 PM »
          what did that do Marvin


          Starts internet Explorer and displays google.com.

          relevance is left as an exercise for the reader, I suppose.
          I was trying to dereference Null Pointers before it was cool.