From: Frank Cox <theatre@sasktel.net>
To: Tarquin Adams <Tarquin.Adams@rhsh.co.uk>
Cc: linux-msdos@vger.kernel.org
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 [thread overview]
Message-ID: <20071115110334.08adb342.theatre@sasktel.net> (raw)
In-Reply-To: <70AFCDD624131E4F8E093DF91AA2CBA225B2D6@SERVER.STOKE01.local>
On Thu, 15 Nov 2007 10:26:56 -0000
"Tarquin Adams" <Tarquin.Adams@rhsh.co.uk> 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
prev parent reply other threads:[~2007-11-15 17:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-15 10:26 How can I force all files created by any user in dosemu to be 'read and write' enabled for all users? Tarquin Adams
2007-11-15 17:03 ` Frank Cox [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071115110334.08adb342.theatre@sasktel.net \
--to=theatre@sasktel.net \
--cc=Tarquin.Adams@rhsh.co.uk \
--cc=linux-msdos@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox