Re: [Freedos-user] re: GPG

2005-10-12 Thread Bernd Blaauw
dima schreef: Hi. Batch for easy reboot, sleep mode, power off. ;-) echo off cls SET fdapm=D:\FDOS\BIN\fdapm.com SET flag=C:\TEMP\flag.000 for FDAPM, you could also search the path if the file exists. for %%x in ( %path% ) do if exist %%x\fdapm.com set fdapm=%%x\fdapm.com FDAPM's location d

Re: [Freedos-user] UPX compression, was FreeDOS Post-1.0 todo list

2005-10-12 Thread Michael Devore
At 11:25 PM 10/11/2005 +0200, Bernd Blaauw wrote: Markus Oberhumer seems to have his own website and seems quite active. Maybe he's interested in your patch. It's not in a good patch form consistently matching the rest of the source, but rather a basic hack to make things work. Also, it forc

Re: [Freedos-user] re: GPG

2005-10-12 Thread dima
On Wed, 12 Oct 2005, Bernd Blaauw wrote: > FDAPM's location determined by a variable, but CHOICE's location not? I'm too lazy to do that %-) >> echo  [R] Перезагрузка - reboot >> echo  [S] Спать - sleep >> echo  [P] Выключить питание - power off >> echo  [V

Re: [Freedos-user] UPX compression, was FreeDOS Post-1.0 todo list

2005-10-12 Thread Bernd Blaauw
Blair Campbell schreef: minutes. Doubtful they'd be interested in a patch that wasn't good to insert as-is at the time of submission. Can you at least make it available for compressing other things like Turbo disk? "here's the patch/hack, get UPX sources from CVS yourself somehow and

Re: [Freedos-user] UPX compression, was FreeDOS Post-1.0 todo list

2005-10-12 Thread Michael Devore
At 01:11 PM 10/12/2005 -0700, Blair Campbell wrote: > minutes. Doubtful they'd be interested in a patch that wasn't good to > insert as-is at the time of submission. Can you at least make it available for compressing other things like Turbo disk? When I post next release HIMEM and EMM386 (n

Re: [Freedos-user] UPX compression, was FreeDOS Post-1.0 todo list

2005-10-12 Thread Blair Campbell
> minutes. Doubtful they'd be interested in a patch that wasn't good to > insert as-is at the time of submission. Can you at least make it available for compressing other things like Turbo disk? --- This SF.Net email is sponsored by: Power Arc

Re: [Freedos-user] UPX compression, was FreeDOS Post-1.0 todo list

2005-10-12 Thread Blair Campbell
> bypassed. After three days of on-and-off hacking on it, I built a mutant > UPX 1.25 to compress EMM386.EXE and HIMEM.EXE to work both as a device > driver and as a stand-alone EXE file. As almost always is the case, the > actual changes were small, figuring them out was the hard part. Where is