help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: windows precompiled binaries for mobile use


From: Juanma Barranquero
Subject: Re: windows precompiled binaries for mobile use
Date: Wed, 3 Dec 2008 23:06:42 +0100

> How can this be done?

You can start Emacs from a .BAT or .CMD file that sets HOME in the
current command processor.

REM my-emacs.bat
@echo off
set HOME=%CD%
emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
REM end of my-emacs.bat

    Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]