I use a folder very often. The folder is located at:
c:\Users\Cobra\Dropbox\Working Files
So I want to create a button bar for "Working Files" folder., which is located in side of Dropbox folder. I tried one for "cd: ...". It did not work.
Could someone advise me how? TIA
Help with creating a button bar
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3897
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Just drag the "Working Files" folder with left mouse button pressed from file panel and drop it at button bar.
This will create a new button with command
This will create a new button with command
Code: Select all
cd "c:\Users\Cobra\Dropbox\Working Files"
#5767 Personal license
Thank yousqa_wizard wrote:Just drag the "Working Files" folder with left mouse button pressed from file panel and drop it at button bar.
This will create a new button with commandCode: Select all
cd "c:\Users\Cobra\Dropbox\Working Files"
It's perfect.