Using this, when I click on a subfolder, the script/context item will open the cmd prompt at the root of the directory selected. MS Powertoy will open the cmd prompt on the folder highlighted.
Example: If I am in the D: drive and right click subfolder "D:\graphics", the script will open the cmd prompt in "D:\", not D:\graphics. On 7/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well since I haven't seen it appear yet, I thought I might do it myself. > This takes the place of the Microsoft powertoy "Command Prompt here". It > works with the explorer context menu function in powerpro. > > Setup a command list for a ContextFolder menu (help file | Index tab | > Context menu in explorer) > > Put an item with the command: > .CmdPromptHere(file.folder(_file_)) > > Paste into the file CmdPromptHere.powerpro located in your script folder > this: > do(?"%comspec%", "", file.folder(_file_)) > > All done! :) > David Troesch | Atlanta, GA | ICQ# 2333123 > Carpe Diem - "Seize the Day" > Funstuff: I'm retired, what's your excuse? > > > > Attention: PowerPro's Web site has moved: http://www.ppro.org > Yahoo! Groups Links > > > > > > > [Non-text portions of this message have been removed] Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
