How do I create a launcher by command?

Asked by vincent90152900

I had 40 computers in office, and every computer need to connect to a new samba file server.

I want to create a launcher for every computer.

I can create the launcher manually one by one, but I think it is very stupid.

Can anyone give me suggestion to make my life easier?

At least tell me how to create the launcher by command.

Many thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

you can use:

cd /path/to/containing/folder; ln -s /path/to/thing ./name_of_link

This will create a symbolic link in 'folder' to 'thing', 'thing' would be the thing the launcher you would manually make.

Can you help with this problem?

Provide an answer of your own, or ask vincent90152900 for more information if necessary.

To post a message you must log in.