Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6770785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:21:15+00:00 2026-05-26T15:21:15+00:00

I use some minor scripts at work under cygwin, and I would like to

  • 0

I use some minor scripts at work under cygwin, and I would like to make them available to workmates with a familiar Windows icon. For instance, suppose I have the following:

cat *tsv | sort > combined_n_sorted.txt

Is there a simple way to make a corresponding icon, assuming cygwin is installed in my workmates’ systems? These scripts may involve (cygwin’s) python.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:21:16+00:00Added an answer on May 26, 2026 at 3:21 pm

    It seems that your question has two parts:

    1. How to make scripts accessible on users’ desktops.
    2. How to give the each script a particular icon.

    For (1), you could create a shortcut on the users’ desktops that runs the following command:

    C:\cygwin\bin\bash.exe -c 'cat *tsv | sort > combined_n_sorted.txt'
    

    or if the commands are stored in a script,

    C:\cygwin\bin\bash.exe -c /path/to/script
    

    If you want to hide the console window from appearing while the script runs, you could use the run command (in the run package), e.g.:

    C:\cygwin\bin\run.exe /bin/bash -c 'cat *tsv | sort > combined_n_sorted.txt'
    # or
    C:\cygwin\bin\run.exe /path/to/script
    

    But it might be better for users to see the console window, so they know the script is running.

    For (2), you can change each shortcut’s icon individually by right-clicking on it and choosing Properties, but AFAIK that’s a one-host-at-a-time change. I don’t know of any batch way to do it, although no doubt there’s a registry key you can set. Or, if you change the icon of the shortcut on your host and then distribute that shortcut, it might keep the same icon on other users’ desktops, if the icon is a standard one that exists on their hosts.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently trying to read in an XML file, make some minor changes (alter
I've got some code, and I've been trying to make some minor tweaks to
I use some HTTP Handlers from my Web Forms days forms, to for example
I use some CSS styling to hide input buttton, images and so on but
i use some code for inline cell editing from Apples TaggedLocations Example and im
Do you need to use some kind of provider? Can you setup your own
I'm trying to use some data from a PlanPlusOnline account. They only provide a
I could use some help writing a regular expression. In my Django application, users
I could use some help creating an XSL template that will take a string
I am trying to use some pinvoke code to call a C function. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.