-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the Windows winloggers work without setting current user name in…
… parameters or code
- Loading branch information
1 parent
9741561
commit c9df8c4
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
call C:\ProgramData\Anaconda3\condabin\conda.bat activate p38 | ||
call python C:\cygwin64\home\lbeynens\bin\windows_logger3.py | ||
call C:\ProgramData\Anaconda3\condabin\conda.bat activate p39 | ||
FOR /F "tokens=* USEBACKQ" %%F IN (`C:\cygwin64\bin\cygpath.exe -w -a ~/`) DO (SET myhomepath=%%F) | ||
ECHO %myhomepath% | ||
call python %myhomepath%\bin\windows_logger3.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
C:\cygwin64\home\lbeynens\bin\run_winlogger.bat | ||
FOR /F "tokens=* USEBACKQ" %%F IN (`C:\cygwin64\bin\cygpath.exe -w -a ~/`) DO (SET myhomepath=%%F) | ||
ECHO %myhomepath% | ||
%myhomepath%\bin\run_winlogger.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters