windows tag

272 questions


3 answers
405 views
0
I want to do the same thing as "SET PATH" for Windows batch files from Python.

Batch files include:I would like to run test.exe from Python without using this batch file.run.batUse the command-line arguments when executing the exe file.SETLOCALSET PATH = %PATH%;..\..\samples\ext...

1 years ago

1 answers
265 views
0
Regarding the issue that air does not work when using Docker to build Go air environment

Operating System Used: Windows 11Docker:Docker Desktop for Windows 1. Use the following Dockerfile FROM Golang: 1.18ENV TZ/usr/share/zoneinfo/Asia/TokyoENV ROOT=/go/src/appWORKDIR${ROOT}ENV GO111 MODU...

1 years ago

2 answers
344 views
0
Understanding Docker Container Run Errors

I'm building an image of the Dockerfile and starting the container.Run'docker COMMAND --help' for more information on a command.appears.I don't think the syntax is wrong, but is there anything strange...

1 years ago

3 answers
379 views
0
How to run .py files created for macros from within a script?

First of all, suppose you have a file called a.py, which is a simple, unfunctioning description made for macros.a.py is outside the appropriate location and is not allowed to change.#a.py C:\tem\a.pyp...

1 years ago

1 answers
464 views
0
I get an error when I try to install with winget.

I tried to install it with winget.winget —The term 'winget' is not recognized as a name of a cmdlet, function, script file, or executable program.Check the spelling of the name, or if a path was inclu...

1 years ago

1 answers
352 views
0
Understanding docker container run invalid reference format

I built a Dokerfile, created an image, and ran a docker run.The following error cannot be resolved: docker: invalid reference format.See'docker run --help'.When I looked into it, I looked at the artic...

1 years ago

1 answers
418 views
0
Understanding docker container run invalid reference format

I built a Dokerfile, created an image, and ran a docker run.The following error cannot be resolved: docker: invalid reference format.See'docker run --help'.When I looked into it, I looked at the artic...

1 years ago

1 answers
293 views
0
Unable to register 7zip in shell context menu

It was installed via Scoop.It's easier to make it with the right click menu, so I'd like to serve it, but I can't do it for some reason.I would like to solve this problem because it is easy to manage ...

1 years ago

1 answers
430 views
0
Unable to register 7zip in shell context menu

It was installed via Scoop.It's easier to make it with the right click menu, so I'd like to serve it, but I can't do it for some reason.I would like to solve this problem because it is easy to manage ...

1 years ago

1 answers
309 views
0
Windows Character Code Errors

When the subprocess module retrieves the Windows systeminfo and decodes 'shift-jis', the environment sends an exception.PC1 has an exception: PC2 has been fine in the past.PC2 is fineBy the way, by ch...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.