Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (911) Video (69)
Total files: 4325
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Wbcopynpaste | Description: | Copy files in WB with Ctrl-C and Ctrl-V | Download: | wbcopynpaste.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 2kb | Version: | 1.0 | Date: | 06 Dec 2009 | Author: | Joakim Nordström | Submitter: | Joakim Nordström | Email: | joakim nordstrom/gmail com | Category: | utility/workbench | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 5189 | | | Comments: | 6 | Snapshots: | 0 | Videos: | 0 | Downloads: | 454 (Current version) | | 454 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
Workbench CopyNPaste
Copy files from one dir to another (on same disk) in
Workbench with only a keypress.
--------
Version: 1.0
Author: Joakim Nordström
Date: 2009-12-06
Requirements: OS4
What is it?
-----------
Have you ever tried to copy files in Workbench, on the same
disk, only finding you have to choose "Copy" from the Icons-menu,
and then move the files to the new drawer and then rename away
the "Copy of"?
Well, no more of this! Introducing the WBCopyNPaste Arexx-scripts!
The archive contains two ARexx-scripts: Copy.rexx and Paste.rexx.
Copy.rexx stores the name of the currently selected icons in the
active window, which then Paste.rexx reads, and copies to the
current active window.
Installation:
-------------
Copy "Copy.rexx" and "Paste.rexx" to S:REXX/
Configure two new keys with FKey:
Ctrl-C
Execute ARexx, choose the Copy.rexx-script
Pass keypresses should be active.
Ctrl-V
Execute ARexx, choose the Paste.rexx-script
Pass keypresses should be active.
Done!
Go to any open drawer, select a few files, hit Ctrl-C!
Now go to any other drawer and hit Ctrl-V and see the
files being copied.
Fetaures and limitations:
-----------------------
* Only copies from one drawer to another
* .info files are also copied (when exists)
* Does NOT ask for confirmation when overwriting
Todo:
-----
* Ask for confirmation when overwriting
|