Subversion Repositories SvarDOS

Rev

Rev 1211 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1211 Rev 1213
Line 1... Line 1...
1
 
1
 
2
                            %h*** MOUSE SUPPORT ***
2
                            %h*** SUPORTE A MOUSE ***
3
 
3
 
4
To be able to use your mouse in your programs, you need a mouse driver.
4
Para usar o mouse em seus programas, é necessário um controlador (driver) para
-
 
5
o mouse.
5
SvarDOS has no mouse driver by default, but there's a package for it.
6
O SvarDOS não tem um controlador de mouse por padrão, mas há um pacote para
6
It's called CTMOUSE (CuteMouse). You need to install this package.
7
isso. Ele se chama CTMOUSE (CuteMouse). É necessário instalar esse pacote.
7
 
8
 
8
%hINSTALLING CTMOUSE
9
%hINSTALANDO O CTMOUSE
9
 
10
 
10
If your SvarDOS system is connected to the internet, you can just type:
11
Se o seu sistema SvarDOS estiver conectado a internet, só é preciso digitar:
11
 
12
 
12
 pkgnet pull ctmouse
13
 pkgnet pull ctmouse
13
 pkg install ctmouse.svp
14
 pkg install ctmouse.svp
14
 
15
 
15
Otherwise you need to download 'ctmouse.svp' an another computer and supply it
16
Caso contrário, é necessário fazer o download do pacote 'ctmouse.svp' em outro
16
to your SvarDOS installation by, e.g., floppy disk or USB drive.
17
computador e copiá-lo para sua instalação do SvarDOS usando por exemplo, um
-
 
18
disquete ou dispositivo USB.
17
 
19
 
18
Then type:
20
Então digite:
19
 
21
 
20
 pkg install [<path to>]ctmouse.svp
22
 pkg install [<caminho para>]ctmouse.svp
21
 
23
 
22
%hLOADING CTMOUSE
24
%hCARREGANDO O CTMOUSE
23
 
25
 
24
If you don't care about the language CTMOUSE displays messages, then just add
26
Se você não se importar com o idioma com que o CTMOUSE mostra as mensagens,
25
this line to your C:\AUTOEXEC.BAT. Messages will then be displayed in English.
27
adicione essa linha ao seu C:\AUTOEXEC.BAT. As mensagens serão mostradas em
-
 
28
Inglês.
26
 
29
 
27
 C:\DRIVERS\CTMOUSE\CTMOUSE.EXE
30
 C:\DRIVERS\CTMOUSE\CTMOUSE.EXE
28
 
31
 
29
That's it! Now reboot your system to get the driver loaded.
32
E pronto! Agora reinicie seu sistema para que o controlador carregue.
30
 
33
 
31
But if you prefer CTMOUSE messages in your own language, check if CTMOUSE is
34
Mas se você prefere as mensgens do CTMOUSE em seu próprio idioma, verifique se
32
available in that language by looking at the CTM-*.EXE files in the
35
o CTMOUSE está disponível no idioma vendo os arquivos CTM-*.EXE no diretório 
33
C:\DRIVERS\CTMOUSE\CTMOUSE\ directory.
36
C:\DRIVERS\CTMOUSE\CTMOUSE\
34
 
37
 
35
BR means Brazilian Portuguese, DE stands for Deutsch (German), and so on.
38
BR significa Português do Brasil, DE significa Alemão, e assim por diante.
36
If you managed to find your language supported by CTMOUSE, then add this line
39
Se você confirmar que seu idioma é suportado pelo CTMOUSE, então adicione essa
37
to your C:\AUTOEXEC.BAT.
40
linha ao seu C:\AUTOEXEC.BAT.
38
 
41
 
39
 C:\DRIVERS\CTMOUSE\CTMOUSE\CTM-xx.EXE
42
 C:\DRIVERS\CTMOUSE\CTMOUSE\CTM-xx.EXE
40
 
43
 
41
(Where xx stands for your language code.)
44
(Onde xx é o código de linguagem do seu idioma).
42
 
45
 
43
%hLANGUAGE-AWARE AUTO-SETUP
46
%hCONFIGURAÇÃO AUTOMÁTICA CONFORME IDIOMA
44
 
47
 
45
To let CTMOUSE messages adapt to your SvarDOS system's language automatically,
48
Para fazer as mensagens do CTMOUSE se adaptarem ao idioma do sistema SvarDOS
46
add the following lines to your C:\AUTOEXEC.BAT after the SET LANG=xx line.
49
automaticamente, adicione a seguintes linhas ao seu C:\AUTOEXEC.BAT, após a 
-
 
50
linha SET LANG=xx.
47
 
51
 
48
 SET CTM_BASEPATH=C:\DRIVERS\CTMOUSE
52
 SET CTM_BASEPATH=C:\DRIVERS\CTMOUSE
49
 SET CTM_FULLPATH=%%CTM_BASEPATH%%\CTMOUSE\CTM-%%LANG%%.EXE
53
 SET CTM_FULLPATH=%%CTM_BASEPATH%%\CTMOUSE\CTM-%%LANG%%.EXE
50
 IF NOT EXIST %%CTM_FULLPATH%% SET CTM_FULLPATH=%%CTM_BASEPATH%%\CTMOUSE.EXE
54
 IF NOT EXIST %%CTM_FULLPATH%% SET CTM_FULLPATH=%%CTM_BASEPATH%%\CTMOUSE.EXE
51
 %%CTM_FULLPATH%%
55
 %%CTM_FULLPATH%%
52
 SET CTM_BASEPATH=
56
 SET CTM_BASEPATH=
53
 SET CTM_FULLPATH=
57
 SET CTM_FULLPATH=
54
 
58
 
55
This will make your SvarDOS look for the translated CTMOUSE version first.
59
Isso fará o SvarDOS procurar a versão traduzida do CTMOUSE primeiro.
56
If that does not exist, then it falls back to English.
60
Se ela não existir, ele voltará a usar o Inglês.
57
 
61
 
58
%hMULTI-CONFIG SVARDOS SYSTEMS
62
%hSISTEMAS SVARDOS MULTICONFIGURAÇÃO
59
 
63
 
60
If you decided to have multiple configurations in your CONFIG.SYS/AUTOEXEC.BAT
64
Se você decidir ter múltiplas configurações em seus arquivos CONFIG.SYS e
61
you would save the lines from paragraph LANGUAGE-AWARE AUTO-SETUP to a batch
65
AUTOEXEC.BAT, salve as linhas do parágrafo CONFIGURAÇÃO AUTOMÁTICA CONFORME
-
 
66
IDIOMA para um arquivo de comandos em lote (arquivo batch) como por exemplo,
62
file, e.g., C:\BATCH\LOAD-CTM.BAT. Add an @ECHO OFF as the first line.
67
C:\BATCH\LOAD-CTM.BAT. Adicione um @ECHO OFF na primeira linha.
63
 
68
 
64
Then you can spread the next line to your AUTOEXEC.BAT file, wherever needed.
69
Assim, você poderá inserir a próxima linha no seu arquivo AUTOEXEC.BAT file,
-
 
70
onde for necessário.
65
 
71
 
66
 CALL C:\BATCH\LOAD-CTM.BAT
72
 CALL C:\BATCH\LOAD-CTM.BAT
67
 
73
 
68
See also:
74
Veja também:
69
 * %lpkg.ama:SvarDOS packages management
75
 * %lpkg.ama:Gerenciamento de pacotes do SvarDOS
70
 * %lnetwork.ama:Networking
76
 * %lnetwork.ama:Rede
71
 * C:\DRIVERS\CTMOUSE\DOC\CTMOUSE.TXT
77
 * C:\DRIVERS\CTMOUSE\DOC\CTMOUSE.TXT