Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

cannot use apm in Windows batch file #952

@mhechthz

Description

@mhechthz

I try to run (because of proxy) following batch file:

set APMPATH=C:\Users\...
set ATOMPATH=C:\Users\...

set PROXY_IP=user:pass@myproxy:myport
%APMPATH%\apm config set proxy myproxy:myport
%APMPATH%\apm config set http-proxy %PROXY_IP%
%APMPATH%\apm config set https-proxy %PROXY_IP%

%ATOMPATH%\atom --proxy-server=http://%PROXY_IP

After the first apm command the batch stops.

How can the batch run properly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions