home *** CD-ROM | disk | FTP | other *** search
- Rem Project: WebDemo
- Rem Created: 10/08/2002 02:55:43
- rem Hours: 0.2
-
- rem Simple Program to Link To a Website
- load image "media\gfx\backdrop.jpg",1
-
- rem Small visual
- for t=1 to 300 step 3
- paste image 1,300-t,300-t : sleep 1
- next t
-
- rem Launch website
- execute file "http://www.darkbasicpro.com","",""
-
- rem Exit program
- end
-
-