Login
Username:

Password:

Remember me



Lost Password?

Register now!
Main Menu
Who is Online
30 user(s) are online (20 user(s) are browsing Forum)

Members: 0
Guests: 30

more...


Browsing this Thread:   1 Anonymous Users




« 1 2 (3) 4 5 6 »


Re: Questions for FAQ
#37
Home away from home
Home away from home


See User information
Q: How do I clear the shell window?

A: Type this command in the shell:
Echo "*E[0;0H*E[J* "


Q: How do I set it permanently?

A: You can edit your S:Shell-Startup and insert this line somewhere, so you'll have a new "Cls" command:
Alias Cls "Echo *"*E[0;0H*E[J*" "

Btw here is my new S:Shell-Startup modified to start the shell in black and with a modified prompt:

Alias Edit SYS:Tools/Editor
Alias Cls "Echo *"*E[0;0H*E[J*" "
Echo "*e[>1m*e[32;41m*e[0;0H*e[J"
Prompt "*n*e[>1m*e[33;41m*e[1m%N/%R - *e[30;41m%S>*e[0m*e[32;41m "
date


Q: Can anybody give a link to a complete description of such "escape sequences"?

Posted on: 2007/1/25 14:30
Everyone knew it was impossible. Along came a fool who did not know and he did it.
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#36
Home away from home
Home away from home


See User information
What are the linux packages needed for AROS run in hosted mode?

Posted on: 2006/12/25 1:33
Resized Image

- yeah babe, I'm *that* cool!..
AROS - Nature happens in recursion
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#35
Home away from home
Home away from home


See User information
Q: is it possible that a DOS script is automatically run when a package is installed? This script should do some assigns and add a path.

A: Yes.
1.) Create a subdir S and add a file with name 'Package-Startup' with the DOS commands to it.

2.) Create in envarc:sys/packages a variable which contains the path to the S directory of your package.

Example:
Directory layout:
sys:Extras/myappdir
sys
:Extras/myappdir/S
sys
:Extras/myappdir/S/Package-Startup


The variable in envarc:sys/packages could have the name 'myapp' (name doesn't matter), the content would then be 'sys:extras/myappdir'

The Package-Startup script would then be called by the startup-sequence.

This is were it is called:
If EXISTS ENV:SYS/Packages
    
List ENV:SYS/Packages NOHEAD FILES TO T:P LFORMAT="If EXISTS $SYS/Packages/%s*NCD $SYS/Packages/%s*NIf EXISTS S/Package-Startup*NExecute S/Package-Startup*NEndif*NEndif*N"
    
Execute T:P
    Delete T
:P QUIET
    CD SYS
:
EndIf

Posted on: 2006/12/23 12:09
AROS - Make code, not war :knuddel:
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#34
Home away from home
Home away from home


See User information
Well, i must be sayng "must remember" there =)
Some of the last changes by olivier was intended to add window position saving. Haven`t tested that yet...

Posted on: 2006/12/23 10:25
>>>>>>>>
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#33
Just can't stay away
Just can't stay away


See User information
Fromhttp://aros.sourceforge.net/documentation/users/faq.php:
Quote:
What do the Wanderer Snapshot <all/window> action actually do?

This conmmand remembers icon`s placement of all (or one) windows.


Uh... In AmigaOS "all" means "window size and position and the position of all icons in that window", and "window" means "only the window size and position".

Just tried, and neither options seem to actually work at all in Wanderer, so the correct answer is really "nothing at all". (Note: It might look like it works if you just close and reopen the window, but that's just because the windows isn't actually disposed (just "hidden"); restart wanderer between snapshotting and reopening to test it).

Posted on: 2006/12/22 18:57
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#32
Home away from home
Home away from home


See User information
@ball000

Good question! I have never tried that but now I am curious. It seems like FTP is the only way at the moment? I will try too and let you know, that is if I get to it before..

I am getting more and more interested in the development side of AROS now than I ever was. It is a pleasure to see new apps for an OS that has virtually none available.

Posted on: 2006/12/20 14:40
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#31
Home away from home
Home away from home


See User information
Thanks amigamia! Well, to transfer files from XP to AROS (qemu), I use UltraISO and I have no problem with long file names. But my question is to transfer files from AROS (qemu) to XP. I wonder if there is an ISO maker/editor on AROS or any other tool permitting such a transfer.

I'll have to try ftp of course but I feel it's like a nuclear plant.

Posted on: 2006/12/20 14:32
Everyone knew it was impossible. Along came a fool who did not know and he did it.
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#30
Home away from home
Home away from home


See User information
@Ball000

I use VMware and DeepBurner. With deepburner I create an ISO image out of the files I need and then mouth the ISO with VMware as a CD-ROM and boot into AROS. The only problem I haven't figured out how to fix is that long file names in Aros will truncate to 8.3 deal. Example.. Arosinstall.info will become Arosin~1.inf.

Posted on: 2006/12/20 14:04
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#29
Home away from home
Home away from home


See User information
Q: Is there a way other than ftp to transfer files FROM AROS on virtual machine (qemu, etc.) TO the host system (XP)?

A: ?

Posted on: 2006/12/20 10:56
Everyone knew it was impossible. Along came a fool who did not know and he did it.
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Questions for FAQ
#28
Home away from home
Home away from home


See User information
Quote:

gingerland wrote:
So whats the latest with Aros? I think the key to its development is how closely and in what ways it should integrate UAE. UAE is the key. Close integration has to be a must.

Please don`t troll here, this thread was intended for strict qestions/answers only, from which an official FAQ is formed.

Posted on: 2006/12/15 0:12
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 




« 1 2 (3) 4 5 6 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[Advanced Search]


Search
Top Posters
1 paolone
paolone
4462
2 nikolaos
nikolaos
4206
3 magorium
magorium
4095
4 phoenixkonsole
phoenixkonsole
3942
5 deadwood
deadwood
2917
6 ncafferkey
ncafferkey
2810
7 mazze
mazze
2222
8 Kalamatee
Kalamatee
2212
9 clusteruk
clusteruk
2114
Powered by XOOPS © 2001-2025 The XOOPS Project