LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 5 Oct 2006 16:25:27 -0400
Reply-To:   Lex Jansen <spam@LEXJANSEN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Lex Jansen <spam@LEXJANSEN.COM>
Subject:   Re: OT: Open Command Prompt in XP folder of choice
Comments:   To: Paul Choate <pchoate@DDS.CA.GOV>
Content-Type:   text/plain; charset=ISO-8859-1

This is also established by one of the Microsoft Power Toys: Open Command Prompt Here

This can be downloaded at: http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

In the same way you can define a "SAS here" that would open the SAS System at a specific folder. See: http://xrl.us/r4g5

This gives an old example for SASv8, but can easily be extended to SASv9.

Lex Jansen

On Thu, 5 Oct 2006 09:56:15 -0700, Choate, Paul@DDS <pchoate@DDS.CA.GOV> wrote:

>Handy Command Line tweak for Windows - from Sid Steward at O'Reilly > >Command prompts aren’t well suited for quickly navigating large, complex file systems. Let’s configure the Windows File Explorer to open a command prompt in the working directory we select... > >(Be sure to add this new action to the Folder file type, not the File Folder file type.) > >1. In the Windows File Explorer menu, select Tools => Folder Options and click the File Types tab. Select the Folder file type and click the Advanced button. > >2. Click the New button and a New Action dialog appears. Give the new action the name Command. > >3. Give the action an application to open by clicking the Browse... button and selecting cmd.exe, which lives somewhere such as C:\windows\system32\, or C:\winnt\system32\. > >4. Add these arguments after cmd.exe like so: >C:\windows\system32\cmd.exe /K cd "%1" > >5. Click OK, OK, OK and you are done. > >In Windows Explorer a right click on a folder will show the Command option, select and the command prompt is opened at the folder. > >Paul Choate >DDS Data Extraction >(916) 654-2160


Back to: Top of message | Previous page | Main SAS-L page