Open a shortcut using a batch file?

July 12th, 2009
Posted by: admin

I am trying to find a code that will open a shortcut to another batch file and also keep all of the shortcut settings. If it would be easier to do it with something else, let me know and I’ll try that too. Thanks for all your help.

By: dcallstar51



Tags:

This entry was posted on Sunday, July 12th, 2009 at 05:33 and is filed under batch. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “Open a shortcut using a batch file?”

  1. Praveen Keshri Says:

    Wat u want? N MS-DOS file..?
    If dat,i would only suggest this:
    like say a file C:\Abc\xyz kept in C:\ drive so type:-
    @Echo Off This is done to off the echoing
    C: Name of drive
    cd\ Change to top
    cd C:\Abc Folder name
    —- command for d file!

    Dats all i can help you…

  2. Joe R Says:

    In the command prompt type help and look more into the “Call” command….

Leave a Reply