+ Post New Thread
Results 1 to 3 of 3
Windows 8 Thread, Pin Shortcuts to Taskbar / Metro? in Technical; I have a program called IRSSI, a command-line IRC client, that runs from a batch file or Windows Command Script. ...
  1. #1
    CAM
    CAM is offline

    CAM's Avatar
    Join Date
    Mar 2008
    Location
    Burgh Heath, Surrey
    Posts
    2,519
    Blog Entries
    60
    Thank Post
    572
    Thanked 191 Times in 147 Posts
    Rep Power
    135

    Pin Shortcuts to Taskbar / Metro?

    I have a program called IRSSI, a command-line IRC client, that runs from a batch file or Windows Command Script. I can't pin these on the Taskbar or Start screen, neither can I do this with shortcuts. Dragging the file on to the taskbar comes up with a not allowed symbol. Any idea how to do this?

  2. IDG Tech News
  3. #2

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,166
    Blog Entries
    9
    Thank Post
    749
    Thanked 2,455 Times in 2,087 Posts
    Rep Power
    688
    Is it taking some kind of parameter, can you chuck them in to the end of a shortcut?

    There does appear to be an exe, would this work? Irssi - The client of the future

  4. #3

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,166
    Blog Entries
    9
    Thank Post
    749
    Thanked 2,455 Times in 2,087 Posts
    Rep Power
    688
    Never mind, found a solution, It only likes applications so reference the interpreter directly ie:

    Code:
    C:\Windows\System32\cmd.exe /K "C:\Users\J\Desktop\test.bat"
    in a shortcut then you can pin that to the taskbar by dragging it on to it, just tested it here.

  5. Thanks to SYNACK from:

    CAM (10th February 2013)

SHARE:
+ Post New Thread

Similar Threads

  1. Pinning items to taskbar Windows 7
    By FN-GM in forum Scripts
    Replies: 7
    Last Post: 15th December 2012, 12:13 PM
  2. Pinning Items to Taskbar
    By Chuckster in forum Windows 7
    Replies: 4
    Last Post: 1st October 2012, 07:12 PM
  3. Auto-Pin to taskbar
    By glennda in forum Windows 7
    Replies: 16
    Last Post: 9th July 2012, 02:23 PM
  4. Replies: 1
    Last Post: 5th March 2012, 09:38 PM
  5. Replies: 13
    Last Post: 17th October 2011, 10:02 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •