Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
96 user(s) are online (57 user(s) are browsing Forums)

Members: 0
Guests: 96

more...

Headlines

 
  Register To Post  

Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Home away from home
Home away from home


See User information
From con-handler:

01367 Shell Process   DIR  SetCurrentDir("Work:pro_emu/e-uae-0.8.29-WIP4")
01368 : 
dir             o.k. = Open("CONSOLE:",OLD) = [0x17E16DC6] [4512uS]
01369 : 
dir             o.k. = IsInteractive("CONSOLE:")
01370 dir             0    FindSegmentStackSize("dir") [6uS]
01371 dir             : -----> RunCommand(0x1726F6F5 "dir",,"",1)
01372 dir             0    FindSegmentStackSize("dir") [3uS]
01373 dir             o.k. = [execOpenLibrary("dos.library",53) [5uS]
01374 dir             o.k. = [execOpenLibrary("utility.library",53) [2uS]
01375 dir             o.k. = Open("CONSOLE:",OLD) = [0x186E4C98] [6142uS]
01376 dir             o.k. = SetMode("CONSOLE:",[CHAR]) [25443uS]
01377 dir             o.k. = SetMode("CONSOLE:",[LINE]) [10894uS]
01378 : 
dir             o.k. = DupLock("Work:pro_emu/e-uae-0.8.29-WIP4") [5uS]
01379 : 
dir             : <----- RunCommand(0x1726F6F5 "dir",,"",1) = [0x00000000] [282330uS]
01380 : 
Shell Process   o.k. = SetMode("CONSOLE:",[LINE]) [12989uS]
01381 : 
Shell Process   FAIL GetVar("_Title",0x593C110C,256,0x00000200) [8uS]
01382 : 
Shell Process   FAIL GetVar("Echo",0x596A1D38,32,0x00000200) [4uS]
01383 : 
Shell Process   FAIL GetVar("OldRedirect",0x596A1D38,32,0x00000200) [2uS]
01384 : 
Shell Process   FAIL GetVar("KeepDoubleQuotes",0x596A1D38,32,0x00000200) [3uS]
01385 : 
Shell Process   FAIL GetVar("Interactive",0x596A1D38,32,0x00000200) [2uS]


from AUX:

01399 : Shell Process   o.k. = Lock("dir",SHARED) [40uS]
01400 Shell Process   o.k. = ExamineObject([LK"Dir") [16uS]
01401 Shell Process   o.k. = LoadSeg("dir") = [0x1726F735] [314uS]
01402 Shell Process   o.k. = Lock("dir",SHARED) [15uS]
01403 Shell Process   DIR  ParentDir("dir") [6uS]
01404 Shell Process   DIR  SetCurrentDir("<untracked>")
01405 dir             FAIL Open("CONSOLE:",OLD) = [0x00000000] [49329uS]
01406 dir             0    FindSegmentStackSize("dir") [5uS]
01407 dir             : -----> RunCommand(0x1726F735 "dir",,"",1)
01408 : 
dir             0    FindSegmentStackSize("dir") [3uS]
01409 : 
dir             o.k. = [execOpenLibrary("dos.library",53) [7uS]
01410 dir             o.k. = [execOpenLibrary("utility.library",53) [2uS]
01411 dir             FAIL Open("CONSOLE:",OLD) = [0x00000000] [23906uS]
01412 dir             : <----- RunCommand(0x1726F735 "dir",,"",1) = 20 [0x00000014] [37350uS]
01413 Shell Process   o.k. = SetMode("<untracked>",[LINE]) [12423uS]
01414 Shell Process   FAIL GetVar("_Title",0x6FC3340C,256,0x00000200) [6uS]
01415 Shell Process   FAIL GetVar("Echo",0x611AFD38,32,0x00000200) [6uS]
01416 Shell Process   FAIL GetVar("OldRedirect",0x611AFD38,32,0x00000200) [3uS]
01417 Shell Process   FAIL GetVar("KeepDoubleQuotes",0x611AFD38,32,0x00000200) [2uS]
01418 : 
Shell Process   FAIL GetVar("Interactive",0x611AFD38,32,0x00000200) [2uS]


"Dir" will repport a error about "Dir" being in use.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Home away from home
Home away from home


See User information
@LiveForIt

I have this line in user-startup at end, so I get into my Amiga, when gfx is lockuped up.. (its also useful for copy & paste.)

newshell aux:

(I have reverted back to Hyperion’s old DIR command, so this not critical problem, yet it be nice if was fixed, incase dir command gets overwritten again.)

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Just can't stay away
Just can't stay away


See User information
@LiveForIt

Can you post here what commandline are you "typing" or in S-S/U-S?

Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Home away from home
Home away from home


See User information
@jabirulo


newshell aux:

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Just popping in
Just popping in


See User information
@LiveForIt

I added

Quote:
newshell aux:


to my user-startup too, but hwo does it help with

Quote:
gfx is lockuped up.. (its also useful for copy & paste.)


I don't see an effect or differnce after a reboot. Shouldn't there pop up somewhere a shell additional to the workbench?

Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Just popping in
Just popping in


See User information
AUX console device to serial port. So you can can use shell via serial. Afaik.

Peg2 1GHz G4, 1Gb mem, Radeon 9250
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Home away from home
Home away from home


See User information
@MigthyMax

install putty on your pc,
and get null modem cable, if don't have one.

i have usb to rs232 adapter in PC.
speed is: 115200

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Quite a regular
Quite a regular


See User information
@LiveForIt

I did the same using TCP: instead of AUX: thus leaving the serial for debug purpose

Back to a quiet home... At last
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Home away from home
Home away from home


See User information
@abalaban

thats not a problem, its not blocked.

using TCP you have no password protection,
I think also if the TCP connection is broken, then the shell is closed.


Edited by LiveForIt on 2022/12/4 22:48:13
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Just popping in
Just popping in


See User information
@LiveForIt

Good idea. Played with AUX shell in the 68k days.

Yes my solution is to also use the standard version. The AmigaKit version is unofficial anyway. They might as well have used AROS as source since it's not the real original Dir.

It's awkward as I don't think it can keep a white list but I tick off all the extra commands when updating with Updater.

Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Quite a regular
Quite a regular


See User information
Thanks for the bug report. I can confirm this has now been fixed and we will get the updated version out on Updater tool soon.

We will always try to fix any bugs swiftly to maintain a high standard for the Commands

amigakit.com - the Amiga store
Links: www.amigakit.com | New Products | Enhancer Software
Go to top
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Quite a regular
Quite a regular


See User information
Dir v54.7 is out on Updater and should resolve this bug. Thanks for your report.

amigakit.com - the Amiga store
Links: www.amigakit.com | New Products | Enhancer Software
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project