Welcome, Guest. Please login or register.

Author Topic: Copy all icons and keep drawer structure  (Read 1637 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Copy all icons and keep drawer structure
« on: November 30, 2006, 06:25:42 PM »
When I get my A4000 I will be reinstalling OS3.9. On my A1200 I have spent a lot of time customising my Workbench icons with Powericons. I would like to find a way to copy all of the .info files and keep the folder structure, which I can then copy on to my new 3.9 installation on the A4000 and it will replace all of the systems icons in all of the drawers (and sub-drawers) on the Workbench installation. Is there any way to do this?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Copy all icons and keep drawer structure
« Reply #1 on: November 30, 2006, 06:30:32 PM »
Dunno, can I? :-)

I'm guessing the ALL command will make it recurse in to subdirectories. Will it recreated the drawers as required? E.g. if I do 'COPY SYS:#?.info RAM:Sys/ ALL CLONE', will I get a DEVS drawer in RAM:Sys with the correct icon, and within that all of the drawers in DEVS: with the correct icons and so on.

Sorry but my AmigaDOS isn't as good as it used to be :-)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Copy all icons and keep drawer structure
« Reply #2 on: November 30, 2006, 07:14:32 PM »
Quote
adolescent wrote:
lha -r a ram:sysicons.lha sys:#?.info

Yep, that worked. Thanks :-)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10