I've posted it for you. I just made a slight modification, following your suggestion, and added the GNU GPL. The editor I used was TUBRO C 2.0
#include
#include
void main(void)
{
int ver,high,low;
clrscr();
ver=bdos(0x30,0,0);
high=(ver >>8)& 0x00ff;
low=(ver &0x00ff);
puts("This software is GNU GPL,Write By Dark-Destroy,2003"
;
printf("MS-DOS Version : %d.%d\n",low,high);
}
#include
#include
void main(void)
{
int ver,high,low;
clrscr();
ver=bdos(0x30,0,0);
high=(ver >>8)& 0x00ff;
low=(ver &0x00ff);
puts("This software is GNU GPL,Write By Dark-Destroy,2003"
;printf("MS-DOS Version : %d.%d\n",low,high);
}
MSN:tiqit2@hotmail.com



