|
Register or have you forgotten your password?
|
|
|
| Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Hobbyist
![]()
|
I am borrowing a friend's AmigaOne and I want to setup a prank.
I have discovered that the AmigaOne's themes are setup by copying all of the prefs files to ENV: . I believe that the "Save Theme" Icon just copies them to ENVARC: . I want to create a joke theme for him. (It would still*leave his system usable, it's just the backdrop, ect. would be a bit "shocking" for him. ) I know I can bury the command to launch the script or whatever in his Startup-Sequence. What I need is some way to setup a "delay" on when it copies the files over. Like after every 10 reboots or so. What would the best way to do this be??? |
||||||||
|
|
|
|
|
#2 | ||||||||
|
VIP / Donor
Join Date: Mar 2003
Location: Boston, MA, United States
Posts: 4,985
|
You might be able to set up a script that replaces ENV:sys/wbpattern.prefs depending on a variable. (Something you'll need to dump in ENVARC
Augment the value by 1 each boot, and if it's divisible by 10, change the prefs. (Mod operator = 0)Better hope your friend doesn't read Amiga forums! |
||||||||
|
|
|
|
|
#3 | ||||||||||
|
Too much caffeine
![]()
|
to do it in arexx copy & paste this into a text editor, save as s:tenthboot then do this from a shell prompt "protect s:tenthboot +s"
Quote:
Quote:
should work, any problems you can get in touch with me on the #amiga.org channel on zirc JohnN (AKA AD-Laptop, Amigadude) |
||||||||||
|
|
|
|
|
#4 | ||||||||
|
Energizer Bunny of Babble
![]()
Join Date: Mar 2002
Posts: 4,743
|
Hum,
reminds me of the morbidly obese computer geek who sabotaged the computer system in Jurassic Park. “Ah ah ah, you didn't say the magic word”
__________________
http://www.amiga.org/themes/Amiga.or...ange_arrow.gif[size=x-small]For Astronomy News[/size] |
||||||||
|
|
|
|
|
#5 | ||||||||
|
Hobbyist
![]()
|
The line you mentioned in the S-S (C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ) doesn't seem to exist in OS4.
This is what I got: -8<------- ; $VER: Startup-Sequence 51.2 (28.05.2005) C:SetPatch QUIET FailAt 21 C:Version >NIL: SetEnv Workbench $Workbench SetEnv Kickstart $Kickstart UnSet Workbench UnSet Kickstart C:MakeDir RAM:T RAM:Clipboards C:Assign >NIL: T: RAM:T C:Assign >NIL: CLIPS: RAM:Clipboards C:Assign >NIL: REXX: S:Arexx C:Assign >NIL: LOCALE: SYS:Locale DEFER C:Assign >NIL: CLASSES: SYS:classes DEFER C:Assign >NIL: PRINTERS: DEVS:Printers C:Assign >NIL: KEYMAPS: DEVS:Keymaps C:Assign >NIL: LIBS: SYS:Classes add C:Assign >NIL: HELP: LOCALE:Help DEFER C:Mount >NIL: DEVS OSDrivers/~(#?.(info|off))C:AddNetInterface >NIL: DEVS:NetInterfaces/~(#?.(info|off)) C:LoadMonDrvs C:AddDataTypes REFRESH QUIET C:IPrefs C:ConClip Path RAM: S:Shell S:Arexx SYS:Utilities SYS:Tools SYS:Tools/Commodities SYS:System SYS:Prefs SYS:WBStartup SYS:System/REXXMast >NIL: C:USBCtrl >NIL: start IF EXISTS SYS:Utilities/GhostScript C:Assign >NIL: ghostscript: SYS:Utilities/GhostScript EndIF IF EXISTS S:User-Startup Execute S:User-Startup EndIF ;BEGIN PowerIcons Run >NIL: PowerIcons >NIL: ;END PowerIcons C:LoadWB EndCLI >NIL: -8<------- The only change I've made was adding the Power Icons lines. |
||||||||
|
|
|
|
|
#6 | ||||||||
|
Hobbyist
![]()
|
OK I set it up as directed. However, I just stuck the "S:tenthboot" command right after the existing REXXMast command. It works beautifully.
One thing I really like it the fact that it sets it to the normal pattern after the tenth boot. |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| setting , gag |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up gcc and os 3.9 ndk | dnelsonfl | Amiga Software Issues and Discussion | 1 | 03-31-2006 11:29 PM |
| Setting | PGit | CH / Entertainment | 3 | 09-25-2005 03:30 PM |
| Is setting a Voodoo 3/2000 the same as setting up a 3/3000? | Gav | Amiga Hardware Issues and discussion | 11 | 05-19-2005 07:18 PM |
| Setting Up PPC | Robert17 | Amiga Software Issues and Discussion | 3 | 12-23-2004 03:08 AM |
| Setting up AmiTCP | EdKing | Amiga Software Issues and Discussion | 14 | 08-29-2004 06:19 PM |