On Mon, 08 Jul 2013 15:05:30 +0100, mokomoji <
moko...@naver.com> wrote:
> 2013년 5월 12일 일요일 오전 7시 30분 45초 UTC+9, Jack B. Pollack 님의 말:
>> I have a backup program that runs from a Win 98 startup disk (not a DOS
>> box under Windows). I need to be able to detect if it is running on
>> Computer1 or Computer2. Obviously, I cant read or see the NTFS hard
>> drives to determine C1 or C2, but there are two differences I can
>> detect easily under DOS. A DOS mem command reports slightly different
>> value, and if I load oakcd.sys the CD drive make & model numbers are
>> different. So unless someone has a better (easier) idea, what I would
>> like to do is send the output of a mem command preferably to a
>> environment variable (would prefer not to write it to a temp file) and
>> then search for a specific value. Can someone help mw with this? Thanks