sure it is. on *nix, if you have the php inturpriter installed, then you can execute scripts like this:
# php some_script.php
same thing on windows .. go to the directory that you have php installed in, and type:
php c:\path\to\some_script.php
well these obviously aren't scheduled since we are executing them from the command line, but you can just as easily use 'cron' on *nix , or scheduled tastks ( i think ) on windows.