windows tag

272 questions


2 answers
76 views
0
awk's efficient program

I am using gawk5 at the Windows 10 command prompt.There are 10 files from ss1.txt to ss10.txt, and 10 corresponding awk programs from fff1.awk to fff10.awk.If you run them in a batch file, you get 10 ...

2 years ago

1 answers
84 views
0
Anaconda Navigator Not Found After Installing Anaconda

I installed anaconda in windows, but the anaconda navigator is missing.If you look at other sites on the Internet, it says that there is an exe file in C:\ProgramData\Anaconda3\Scripts, but I can't fi...

2 years ago

1 answers
162 views
0
Change the Font in Windows SubSystem Linux

What should I do if I want to change the font in Windows SubSystem for Linux?Source Han Code JPI would like to use the font.The windows console does not support otf, and it seems that only ttf can be ...

2 years ago

2 answers
31 views
0
Is the desktop directory "/Users/Username/"?

Currently, I tried to use open() to load files in python, but Python returned an error saying that such a file did not exist.Save the text file as test.txt on your desktop and f=open(test.txt, r, enco...

2 years ago

1 answers
36 views
0
Python Contains Unnecessary Strings When Retrieving Version Information from an exe File

ctypes is trying to get the product name of the version information from the exe file using Windows API.However, retrieval results may contain unnecessary strings.Is there a good solution?import array...

2 years ago

1 answers
82 views
0
Project file error occurs in MSBUILD.

Run Environmentvisual studio 2019Windows 10 cmake --build.--config RELEASEcmake --build.--config RELEASE --target INSTALLThis error occurred when I ran this command. C:\pytools\dlib\examples\build>...


1 answers
29 views
0
How to Find Dispatch Targets in pywin32

For example, when I use pywin32 to operate Excel, I think I should do the following.How do I check the Excel.Application part?If any application is operational, which string should I use?How can I fin...

2 years ago

2 answers
88 views
0
About Maven Proxy Authentication Errors in the Corporate Environment

This is my first time to ask a question.Thank you for your cooperation.There is a problem with the subject, and I would like your advice.We are currently deploying maven on Windows 7 as an in-house de...

2 years ago

1 answers
41 views
0
Unable to access Windows SMB shared folder with IP addressing

Using the Task Scheduler, Batch C# to a Shared Folder in When accessing from Windows Server 2012, authentication fails with IP addressing and authentication succeeds with hostname specification.Tasks ...

2 years ago

2 answers
66 views
0
Chdir (Set-Location) to an unauthorized location on the intermediate path in PowerShell

I have a question in Powershell.exe or ISE in PowerShell 5.0.First of all, the behavior below will be as expected.start\\\machine\dir1\dir2\dir3(Display dir3 in Explorer) start\\\machine\dir1\dir2(Err...

2 years ago
« - 20 - »

© 2024 OneMinuteCode. All rights reserved.