T.R | Title | User | Personal Name | Date | Lines |
---|
1641.1 | XICON | LEDS::ACCIARDI | Heisenberg may have slept here | Wed Aug 31 1988 15:15 | 22 |
|
XICON is a PD program (CBM is including it on 1.3) that can...
1. Execute any batch file when clicked
2. Directly execute AmigaDOS commands when clicked
Here's how it works...
You take any tool Icon and give it the name of the batch file to
execute. That's all.
To execute AmigaDOS commands is a little trickier; you must add
each command in the 'tool types' info requestor. However, since
ther is no corresponding AmigaDOS file for the icon, you can save
any ASCII file with the icon's name. (This is because Intuition
will bitch if you click on an icon that doesn't have a file associated
with it.
XICON is floating about on the net somewhere; I'd try
MVCAD3::USER0:[AMIGA.ARC] first.
Hope this helps. Ed.
|
1641.2 | use INSTALL DF1: on that disk | BAGELS::BRANNON | Dave Brannon | Wed Aug 31 1988 20:52 | 26 |
| re: .0
It's been a while since I setup my PACMAN87 disk...
"installing the disk" refers to using the INSTALL command,
that writes info in the reserved first two sectors on the disk that
will make the disk bootable. Then you can insert it instead of
the Workbench disk when you see the hand asking for workbench.
As part of the boot process, it will execute s/startup-sequence.
That catch is that the disk you built is now a workbench disk, so
it needs to have certain files on it or they system will guru or
have other strange behavior when you boot it. I don't remember if the
setup procedure covers what other files you need besides PACMAN87. I
seem to recall that they left something out. The easy way is to start
with a copy of the workbench and just delete off enough files to let it
fit on there.
When you run it from df1: it will be going back to df0: for the
workbench files it needs. When you boot it, it must find those
files on df0:
have fun,
-Dave
|
1641.3 | don't need xicon | CIMNET::KYZIVAT | Paul Kyzivat | Thu Sep 01 1988 00:12 | 16 |
| You don't need XICON for PACMAN87.
As .-1 noted, just take a copy of workbench and delete a bunch of stuff to
make room. (Like all the demos, printer drivers, etc.) Then put PACMAN87
into the top level directory. (For pacman, this means various
subdirectories as well as the executable. I believe the arc file has an
installation procedure which does all of these things.) Copy any tool icon
(e.g. CLI.INFO) to PACMAN87.INFO. This should be enough to allow you to
boot the disk, open the disk icon, and click on the tool icon to run
pacman. Use ICONED to change the look of the ICON to suit you. (It is very
easy to make a picture of a pacman as an icon.)
I have been running a version set up this way for a year or so. The family
has no trouble with it.
Paul
|
1641.4 | thanks | STAR::ROBINSON | | Thu Sep 01 1988 13:49 | 6 |
| As usual, all good information. Thanks Ed, Dave & Paul.
Even if I don't need XICON now, it sounds like a good one.
I've been wanting a real reason to use ICON ED.
Dave
|
1641.5 | | BAGELS::BRANNON | Dave Brannon | Fri Sep 02 1988 18:16 | 11 |
| re: .2
the files that bit me were:
libs/icon.library and libs/mathtrans.library
The only other files I needed were devs/system-configuration
and the c: commands used in startup-sequence
have fun,
-Dave
|