Page 1 of 1

start using

Posted: Sat Nov 29, 2014 11:06 am
by ivaho
Hi,

I found the option to start using a card as a "library"

But iám not sure how to implement this.

Where do i put the "start using mycard"

And do i need to put the commands i want to use in the card script or in the stack script.

Any examples are more than welcome.

kind regards
Ivo

Re: start using

Posted: Sat Nov 29, 2014 12:33 pm
by Klaus
Dag Ivo,

unfortunaely "start using..." will onls work with (scripts of) stacks!
To use any other script as a library you need to insert the script into back or front like this:
...
insert script of cd "your library card here" into back
...
Et voila: Libary (kind of) :D

And dont forget to:
...
remove script of cd "your library card here" from back
...
If you do not use it anymore.


Best

Klaus