Re: Help for a Hamster beginner
Andrew Paterson <[email protected]>
| Newsgroups | gmane.network.hamster |
|---|---|
| Message-ID | <[email protected]> |
Hello again Cyn. You asked: > >#!hs2 > >#!load hamster.hsm > > I'm curious - what do those lines do? They're commented out, right? Yes and no! They are special comments that are recognised by the script processor. The first says that this is a version 2 Hamster script and the second loads in the definitions in "hamster.hsm" which you should find in your Hamster directory. Among other things it contains the HamsterRequireVersion subroutine used in the script. > And if "1111100" means Monday through Friday, would I use "1111111" for > Monday through Sunday? Yes. It is a series of yes/no flags for Monday-Sunday. > Also, what is Hamster Cage? I saw it in the files section for the list. I will leave others to explain that, I have never used it. (I think it is some sort of scheduler...) HTH, Andrew