launch .lnk

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lupajz
Newbie
Newbie
Posts: 1
Joined: Thu Jan 12, 2012 10:55 am

launch .lnk

Post by lupajz »

Hey I want to ask if is there any option how to run .lnk file from terminal
Example :

Code: Select all

wine aaa.lnk
I want to create and script to run a game but I can't set proper parameters wich are required for the shourtcut to have.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: launch .lnk

Post by vitamin »

lupajz wrote:Hey I want to ask if is there any option how to run .lnk file from terminal

Code: Select all

wine start aaa.lnk
Locked