On Thu, 15 Nov 2007 10:26:56 -0000 "Tarquin Adams" <Tarquin.Adams@xxxxxxxxxx> wrote: > How can I force all files created by any user in dosemu to be 'read and write' enabled for all users or at least for users in the same group as the creator? Write a little script to load dosemu from and set a umask value in it. umask 002 dosemu -I 'keystroke "cd temp\rmyfile\r"' This little script sets things up so files written by DOSEMU are r/w for all users in the same group as the guy who loaded the script. It then does this in your DOSEMU window: cd temp myfile Go to directory named c:\temp, run a file called myfile. -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html