-*- mode: org; mode: auto-fill -*- * general ** code page issue * archival ** unlzma < foo.lzma does not work unlzma < foo.lzma | bar does work though * ash ** ^C, ^D do not work ^Z can be used while ^D does not work ^C sometimes does not work (Ctrl-Break always works though). This may have something to do with read_key()? ** $HOME not set $HOMEPATH should probably be used