I tried your test with the OS3 RX command and that didn't work on OS4.1FE either. Workarounds that worked for me are: rx REXX:amiga.rexx and REXX:amiga.rexxJust wanted to point out it did and does work on previous versions of the OS.
Search found 1164 matches
- Thu Apr 16, 2020 7:30 pm
- Forum: General AmigaOS
- Topic: REXX assign issue
- Replies: 21
- Views: 6289
Re: REXX assign issue
- Thu Jan 30, 2020 6:26 pm
- Forum: Platform: AmigaOne X5000
- Topic: X5000 hard disk driver
- Replies: 3
- Views: 1302
Re: X5000 hard disk driver
O.K. Thanks for the update.
- Wed Jan 29, 2020 5:14 pm
- Forum: Platform: AmigaOne X5000
- Topic: X5000 hard disk driver
- Replies: 3
- Views: 1302
X5000 hard disk driver
Will we ever see a 'completed' hard disk driver? Shortly after receiving my X5000 in July 2017 I reported the problem with incrementing CD device names (Each time a new CD is inserted the device name changes e.g. CD1, CD2, CD3 etc.). I was told by a core dev (Rigo) that the hard disk driver was not ...
- Tue Dec 24, 2019 6:38 pm
- Forum: Platform: AmigaOne X5000
- Topic: Mounting SFS key problem
- Replies: 21
- Views: 4449
Re: Mounting SFS key problem
My SFS version is: SmartFilesystem 1.293 (19/11/2015) AmigaOS4 PPC A-EON Technology Ltd It's the same on my SAM440 (OS4.1 Final Edition), on the X5000 (recently purchased), and on the Enhancer Software CD... Doesn't seem to be the solution... My X5000 is at another location right now but I can make...
- Tue Nov 26, 2019 6:55 pm
- Forum: General AmigaOS
- Topic: Home/End keys support in MultiView (text file)
- Replies: 8
- Views: 2569
Re: Home/End keys support in MultiView (text file)
Then, can be implemented at the end ? :) Multiviewer doesn't seem to implement it either, so maybe it's the datatype that needs to be updated. I tested a number of text editors, word processors and text readers. They seem to be about evenly split between 'top & bottom of document', 'begin &...
- Tue Jul 09, 2019 3:54 pm
- Forum: AmigaOS Documentation Wiki
- Topic: WIKI errors for sift.c example in IFFParse Library docs
- Replies: 17
- Views: 21224
Re: WIKI errors for sift.c example in IFFParse Library docs
I am changing my ways there. Aside from ordering of values, I can see the bottom is more clear what it does, but because of my background I imagine the compiler producing poor code that actually checks the variable against zero instead of testing it and using the CPU Z flag. I just don't trust comp...
- Sat Jun 22, 2019 7:10 pm
- Forum: General Developer Support
- Topic: SystemTagList() inconsistency
- Replies: 3
- Views: 2017
Re: SystemTagList() inconsistency
Consider the following code: SystemTags("echo hello", SYS_Output, 0, SYS_Input, 0, SYS_Asynch, TRUE, SYS_UserShell, TRUE, NP_StackSize, 32768, NP_Priority, 0, NP_Path, 0, TAG_DONE); On AmigaOS 3 and MorphOS this will print "hello" to the host program's stdout. On AmigaOS 4, howe...
- Sun Jun 02, 2019 11:18 pm
- Forum: Platform: AmigaOne X5000
- Topic: USB flash FAT32 and usb external NTFS drive
- Replies: 15
- Views: 3896
Re: USB flash FAT32 and usb external NTFS drive
That sounds strange. The massstorage GUI should only show disks (massstorage devices) connected over USB. Your hard drive is not on USB, is it? The massstorage GUI on the current X5000 is different than all other OS4.x hardware in that respect. The last I heard the p5020sata.device isn't done and t...
- Mon Mar 11, 2019 5:48 pm
- Forum: General AmigaOS
- Topic: Iconifying a console window
- Replies: 14
- Views: 3998
Re: Iconifying a console window
So is there a good reason it looks in ENVARC: rather than ENV: ? Seems contrary to the Style Guide. My guess would be this: The console.device is looking in several places for 'def_shell.info' before it finds one to use. ENVARC: is a directory assignment while ENV: is a device that's not supposed t...
- Sun Mar 10, 2019 5:57 pm
- Forum: General AmigaOS
- Topic: Iconifying a console window
- Replies: 14
- Views: 3998
Re: Iconifying a console window
Thanks for the replies. I agree it would be a bit tricky to change the icon in ENVARC: each time I launch my program (and go back and reset the icon when done). I don't want to upset any "global" variables used by the Shell console or any system programs. There is another possibility. ENV...