X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <49E9A463.60809@gmail.com> Date: Sat, 18 Apr 2009 10:58:59 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: new user with an installation question References: <23108382 DOT post AT talk DOT nabble DOT com> In-Reply-To: <23108382.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com avk800 wrote: > hello all, > > this is my first attempt to get out of the user world. I am trying to > install an open source GIS program called GRASS which requires Cygwin and i > cannot figure out how to start from the command line as setup.exe -X The command prompt can generally be found in Start->Programs->Accessories, or can be invoked by using Start->Run->"cmd.exe". When the "C:>" prompt appears then just type the full path to where you downloaded setup.exe, and add "-X" after it. For example if you downloaded it to a directory called "Downloads" on your C: drive, you'd write "C:\Downloads\setup.exe -X". A handy shortcut is that if you have your command prompt open in one window, and an explorer window open showing you the downloaded setup.exe, you can drag and drop the icon into the command prompt window and it will fill in the full path for you automatically. There is an alternative method that you can do entirely in explorer: right-click on setup.exe and choose the "Create shortcut" option. A new file will appear, named something like "Shortcut to setup.exe". Right-click on this new file and choose the "Properties" option. When the properties appear, you'll see a box labelled something like "Target" that will contain the full path to setup.exe; add a space and "-X" in that box after "exe", and then you'll be able to just double-click that shortcut anytime you want to install from an unsigned mirror. You could also rename it from "Shortcut to setup.exe" to "Setup.exe using -X" or whatever you liked to remind you. cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/