From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Cox Subject: Re: How can I force all files created by any user in dosemu to be 'read and write' enabled for all users? Date: Thu, 15 Nov 2007 11:03:34 -0600 Message-ID: <20071115110334.08adb342.theatre@sasktel.net> References: <70AFCDD624131E4F8E093DF91AA2CBA225B2D6@SERVER.STOKE01.local> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: <70AFCDD624131E4F8E093DF91AA2CBA225B2D6@SERVER.STOKE01.local> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Tarquin Adams Cc: linux-msdos@vger.kernel.org On Thu, 15 Nov 2007 10:26:56 -0000 "Tarquin Adams" 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