Voting

Category

real language

Bookmarking

Del.icio.us Digg Diigo DZone Earthlink Google Kick.ie
Windows Live LookLater Ma.gnolia Reddit Rojo StumbleUpon Technorati

Language Novell NetWare login script

(NW v4.11)

Date:03/05/06
Author:Bob Stammers
URL:http://website.lineone.net/~saphena/
Comments:0
Info:http://www.novell.com/documentation/linux_client/index.html?page=/documentation/linux_client/login/d
Score: (3.00 in 16 votes)
; NetWare 4.11 login script version of 99 bottles of beer on the wall ;
Bob Stammers (saphena@compuserve.com)

temp set x="99"
AGAIN:
write <x>; " bottles of beer on the wall,"
write <x>; " bottles of beer."
write "Take one down and pass it around"
temp set x=<x> - "1"
if <x>="0" then
  write "No more bottles of beer on the wall"
else
  write <x>; " bottles of beer on the wall\r\n"
end
if <x> > "0" then goto AGAIN
write "No more bottles of beer on the wall, no more bottles of beer."
write "Go to the store and buy some more, 99 bottles of beer on the wall."

Download Source | Write Comment

Alternative Versions

Comments

Download Source | Write Comment

Add Comment

Please provide a value for the fields Name, Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.

Please don't post large portions of code here! Use the form to submit new examples or updates instead!

Name:

eMail:

URL:

Security Code:
  
Comment: