# Scrap Collection toolbar

**URL:** https://resource.dopus.com/t/scrap-collection-toolbar/6615
**Category:** Buttons/Scripts
**Created:** [August 23, 2008, 3:03pm UTC](https://resource.dopus.com/t/scrap-collection-toolbar/6615 "2008-08-23T15:03:47Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Leo](https://resource.dopus.com/user_avatar/resource.dopus.com/leo/32/69732_2.png) [@Leo](https://resource.dopus.com/u/Leo)
#### Post date: [August 23, 2008, 3:03pm UTC](https://resource.dopus.com/t/scrap-collection-toolbar/6615/1 "2008-08-23T15:03:47Z")

</div>

This toolbar has some very simple buttons which may streamline the process of using a temporary "scrap" collection to collect a bunch of files.

The Send to Scrap button adds the selected files & folders to a collection called Scrap.

Clear Scrap removes the current contents of the Scrap collection.

Go to Scrap opens the Scrap collection in a new tab.

Go to Scrap (in Dual) opens the Scrap collection in a new tab in the dual display (so you can view your current folder and the collection at the same time).

All of the buttons will create the Scrap collection if it doesn't already exist.

This is for Directory Opus 9.1.1.4 or above. On earlier versions you may see some problems.

 ![](https://resource.dopus.com/uploads/default/original/3X/d/f/dfb56ab102fb1bea7bb4f0dd2b2c31b98967f3c2.png)  

Updates:

- 10/Dec/2011: The two 'Go' buttons now work in folders like My Computer.

[Scrap-Collection\_Dec2011.zip](https://resource.dopus.com/uploads/default/original/3X/1/1/11b23647aef7e6a382c701a1174df17d0f341429.zip) (719 Bytes)

* * *

### Button definitions

These are so you can see how the buttons work without downloading and opening the toolbar. If you just want to use the buttons, the toolbar above is easier.

#### Go to Scrap:

```plaintext
cd /home
CreateFolder READAUTO=NO NAME="coll://Scrap"
Go NEWTAB=findexisting PATH="coll://Scrap"

```

#### Go to Scrap (in Dual):

```plaintext
cd /home
CreateFolder READAUTO=NO NAME="coll://Scrap"
Go OPENINDUAL NEWTAB=findexisting PATH="coll://Scrap"

```

#### Clear Scrap:

```plaintext
Delete QUIET FILE="coll://Scrap"
CreateFolder READAUTO=no NAME="coll://Scrap"

```

#### Send to Scrap:

```plaintext
@nodeselect
Copy TO="coll://" CREATEFOLDER="Scrap" COPYTOCOLL=member

```

---

_[View the full topic](https://resource.dopus.com/t/scrap-collection-toolbar/6615)._
