Write a program that prints itself.
in DOS or Windows, create a file (you can use notepad) called
test.bat
The contents of the file should be
type test.bat
then go to a command prompt and go to the current directory (containing the file) and type 'test'
It should echo to the screen 'type test.bat'
--- SK