Norbert Preining wrote: > Hi all, > > is there a simple way to test wether texlua is running on win32? Just added to the trunk yesterday (new beta next week): os.type -- value is either "windows" or "unix" os.name -- "windows", "linux", "macosx", "solaris", etc. Best wishes, Taco