home *** CD-ROM | disk | FTP | other *** search
- echo hi, this is a test
- rem a comment
- pause
- echo the path is %PATH%
- echo the path is %path%
- echo these are the parameters: %1 %2 %3 %4
- echo this is bogus: %bogus%
- echo this is a test: %test
- goto next
-
- echo this line will never be reached
-
- :next
- echo if is not implemented yet
- echo i will beep
- pause
- beep
- dir
-