Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>
#include <windows.h>
///////////////////////////////

STRING* prof="#128";

void main()
{
	long result=GetEnvironmentVariable("AllUsersProfile",_chr(prof),128);
	str_cat(prof,"\\test");
	printf("%s",_chr(prof));
}



Compulsive compiler