|
Adventurer #11
31 июля 2000 |
|
Presentation - Perspective Commander 1.0: file wrapper.

___ __
__ _ _ __ __ _ _ _
_ _ _
__ __ _ __ _ _ __
___
__ __ __ __ _ _
\ / \ / __ _
__ __ __ __
version 1.0
Copyright (c) 1998, 2000
Perspective group
Follow my route
and let the people say
anything.
A. Dante
"Again, Commander?" - You might say.
"Yes, and not very cool!"
But I disagree. If not
steep, but very comfortable, and who
a mouse, do protaschatsya! But the judge of course you.
And so ...
Dignity
1. Support for Kempston mouse:
a) Double Click, ie double-click the device
Chalk mouse, by the way, adjustable;
b) Changing the mouse speed, too
regulated;
2. Ability to write drivers
memory for any computer;
3. View: text, pictures, background
Comrade;
4. Preservation of plants;
5. Easy to use;
6. Protection against "idiot" at a high
level;
7. Nortonopodobnost, of course, not
dignity, but still nice.
And now everything in order.
Just want to say that the built-in PC (not to be confused
with Perfect Commander 'Th and, especially, with pEtsE:)) hint
(Help) said not all the keys
management, so that now it will
it is about them.
KEY MANAGEMENT
Arrow keys - Select a file or
some options in the window.
1 - Help the keys.
2 - User Settings:
show / not show deleted
nye files;
select the driver memory (see below);
option switches on / off Kempston mouse;
Setup for a mouse;
save all settings.
3 - View file (there are 3 modes:
Text, Screen, Font selected for
key '8 'in View' EPA). If
by the file name appeared zve
zdochka (*), then the file does not place the
lsya in the buffer. Buffer, unfortunately,
only 70 sectors.
4 - Edit the file (In this model
element is missing. If someone pre
will deliver his editor, would be very
happy, or do it yourself.)
5 - Copy the selected files, if
files are selected, then copied
current.
6 - Rename the file. If it succeeded
lenny file, the cursor gets to the
first character, otherwise will be village
le extension. Extension considers
by the symbol, introduced after the last
her point. " . If the introduced
you name the point will not be an extension
of remains unchanged.
7 - Transferring files (copy, then
removal).
8 - Delete the selected files or the current
schego.
9 - The most clever mask (filter) for those
Booths panel (maintained to a tired
vkami).
0 - Exit to DOS to run boot 'as well.
Too many questions is not given, Ontario
RCA for the presence of boot 'instead of productivity
converges.
CS +3 (TRUE VIDEO) - At the beginning of the directory
in View 'Leray country
Nice up.
CS +4 (INV VIDEO) - At the end of the directory
in View 'Leray country
ence down.
CS +0 (DELETE) \ Transition to
CS + Space (BREAK)> alternative
CS + SS (EXT MODE) / panel.
BREAK, EDIT - There are as ESCAPE.
CS +9 (GRAPH) / Space - Marking a file.
SS +1 (!) - Choice of drive for the left panels
Do. This is the only window
which employs the "hot"
keys (A, B, C, D).
SS +2 (@) - Choosing the right drive for the PA
nonlinear.
CS +1 (EDIT) - Choice of drive for
current panel.
SS +6 (') - Rename the disk.
SS +7 (') - Seal of disk space
the space (Move).
SS + K (+) - Mark files on a mask.
SS + J (-) - Removing the label from the files
by mask.
SS + B (*) - Invert Marking
files.
SS + L (=) - Information on the disk and memory
CS + L (L) PC. The same thing about
izoydet if the mouse click
Coy to a place where shows
brief information about the file.
B - Basic files or all files.
Enter / Double - Run BASIC files or
mouse click Image
all the rest.
FEATURES OF THE WORK
1. When starting PC, if you hold
any key (except for BREAK, naturally) includes so-called Safe
mode (Safe mode), ie two disabled
the most critical thing - it's a mouse, and
Driver extended memory included
as 48K. When you switch should blink BORDER. Hopefully, in this
mode, PC will run on all computers.
Together with the PC, should be attached file
"Pc128drv.C" - a driver memory
128th machines, in case the built-in
driver refuses to work.
2. To load the driver memory you need:
a) get the cursor to the driver
(File), for example, the file "pc128drv.C";
b) press '2 '(User);
c) select 'RAM driver' and
include USER;
d) for permanent use
your driver should save your 'Save setup'.
3. Settings are stored in the body
PC. Save settings to another file
will fail if the files will be
identical.
4. Should not be to press
BREAK during the copy (Copy) and the
a seal disk (Move) - there is a possibility of information loss!
5. To see only the deleted files, you need a mask (the key
'9 ') introduce the following construction:? *.*. It should be
noted that the mask is very smart, and filters out any files
which you need. For example:
- Z *.* - all files that start with
Z;
- * Z. * - all files okanchivayuschisya
on Z;
- Z * Z *.* - all files whose
first and second symbols Z.
And so on. Experiment!
6. To quickly browse files
Using the mouse, you click on the right
or left border of the current panel is
will correspond to the pressing
cursor right or left.
7. To select a drive through
mouse to click on the drive.
It should also be noted that the mouse functions are subject to
many PC, but not everything. Clicked by yourself and you will
find a lot of nice things.
8. If you believe CREATOR 'y, the internal memory driver
must understand the such as computers: SCORPION / KAY,
PROFI, ATM-TURBO, SPECTRUM 128, SPECTRUM 48.
9. Should not change the disc when a situation: Retry,
Abort, Ignore. Control over the disks in this case are not
kept, and if you have something to mix up, that is a high
probability of damage disc.
Requirements for writing the driver memory:
1. Should not spoil the contents of the registers;
2. The logical page must
taken from the register A, ie likely
will need to build a plate pages;
3. The length of the driver should not exceed 231 bytes;
4. The driver must be placed with
Address 39170, and the first 2 bytes should be the following:
1 TYPE - the type of computer:
bit 1 - KAY
Bit 2 - PROFI
Bit 4 - ATM_TURBO
Bit 7 - SCORPION
All remaining bits signify the type -
SPECTRUM
2 PAGE - number only thumbed
Mykh pages. For example, a 128-m
computer, we have only 8 pages
2 nd and 5 th we will not use it, and
some one page we have all
currently located at the address 49152,
ie we get 3.8 = 5, then there
write 5.
In assembly language we write as follows:
ORG 39170
TYPE DB 1 (Type - SPECTRUM)
PAGES DB 5 (Number of memory SPECTRUM 128)
...
Next, write your driver. If
Driver relotsiruemy, the number of standing
after ORG, does not matter.
I think with everything else you figure it out.
Most likely future versions of PC
from me should not expect (except that it asked a large number
of users), because in a short time, our group will begin work
on a toy, and perhaps not even the one over! Just wait from us
EXAMINER ON RULES ROAD MOTION. And yet, for those who want to
make the next version of PC, free distributed source PC to a
ZIP archive made by ZXZIP v.1.02. If you have them for some
reason not found, please contact us, address
are given below. Allowed welling PC,
accelerate, improve, correct
glitches, etc. etc. Not allowed just two things: change the
name of commander and our copyright, if something is done, then
our copyright, add your own. To nebylo confusion in version
numbering PC, offer and distribute them through
Journal ADVENTURER.
Description ended, and if you do not want to clog the
head, the more you can not read.
Now I want you to tell a brief
history of the creation of the Commander and
only. If you're an attentive reader,
then probably noticed the strangeness of writing's in
copyright. And there is nothing strange, it's just reality. I
began to write in 1998. I wrote it all under our Program Box
2.0, ie as an independent program that
Commander was not, it was an overlay. In
end of 1998, they took me into this fucking Russian aRmY: (But
the good higher education and to serve only one year, although
for the year namuchalsya. At the end of 1999, specifically
November 12, I returned home:) Of course, dreamed of returning
to the Speccy. Our group stayed in the person of one man, ie me
because during this time was taken in my fucking ArMy
bratelnika - Tinker 'and: (. A lot of it's correspondence to
our address, but the answer was nobody. Maybe for us someone
was offended, but Unfortunately circumstances have worked
against us. When I first came, I did not knew what to grasp, to
whom and at what answer! I wrote letters to many, but many have
not responded. But part of our extended even for one person -
Fatman 'as well. Just as I dreamed, I'm back on the Speccy and
wish the same to others. Army this is not a hindrance if you
are a true fan! In the general, the work we are now in full
swing, and if we did not perform the masterpieces, the quality
and beautiful work to try it I promise!
Well, now traditional, what I enjoyed:
Computer:
KAY 256 TURBO
Software:
ZASM 3.0/3.10
RAINBOW FONT EDITOR 1.0
HRUST 1.3
MONSTER COMMANDER 2.1
REAL COMMANDER 1.8/1.9
As well as articles for programmers of
Log ZX-FORMAT and ADVENTURER.
Helped test:
Fatman / Perspective group
Fixer / CPU
Kurleson / HorrorSoft / CPU
Capry / Studio STALL
Arhey / Anomal Zone
I wish to thank the authors of these
programs and articles, as well as people who tested the PC and
gave valuable comments and advice.
Regards to all
Fatman / Perspective group
SerzhSoft
Dr.Dash / Dio-Gen
Hrumer
Elf / CPU
Fixer / CPU
Kurleson / HorrorSoft / CPU
Deadie / HorrorSoft / CPU
D-Man/Eternity Industry
Capry / Studio STALL
Arhey / Anomal Zone
Maxidrom / Mild group
friends!
Our address:
160011, Vologda, Gertsen Street, d.73,
kv.24, Shushkova Alexander Dmitrievich
or
E-mail: axor@mail.ru
Sincerely,
Alex Xor
P.S. Thanx for using a PSV
software!
Other articles:
Similar articles:
В этот день... 15 November