windows tag

272 questions


1 answers
34 views
0
Batch files configured in Task Scheduler do not run

You are trying to run python from a batch file, but it does not run python from the batch even if you schedule it from the task scheduler or when the disclosure time comes.The batch and python files a...

2 years ago

2 answers
33 views
0
about running a software called mfinder

I'm not sure if it's directly related to programming, but I'd like to ask you a question.I'd like to use a software called mfinder created by UriAlon (http://www.weizmann.ac.il/mcb/UriAlon/download/ne...

2 years ago

1 answers
58 views
0
I want to open Cygwin's terminal in the specified folder from the right-click of the explorer.

As it says here, I was able to do what I wanted to do with herehere-i-t minttyhttps://stackoverflow.com/questions/9637601/open-cygwin-at-a-specific-folderIf the folder name is in English, right-click ...

2 years ago

2 answers
91 views
0
Unable to compile gtk+2.0.

Unable to compile gtk+2.0.Operating System: Windowscompilers:GCCSource File:J:\gtk\main.cWe expanded gtk+-bundle_3.10.4-20131202_win32.zip to J:\gtk\gtk.in batch fileset PATH=gtk\bin\;%PATH%cmdRun and...

2 years ago

1 answers
130 views
0
Is there a name for the tool that needs to be restarted when updating without restarting?

I think there are a lot of different tools and operating systems that need to be rebooted when updating.Is there any name for updating without rebooting at this time?When I was asked to restart SQL Se...

2 years ago

1 answers
106 views
0
Learn more about Windows.Security.Credentials.PasswordVault and its safety.

I am developing an app at UWP.I learned that Windows.Security.Credentials.PasswordVault exists as a way to store credentials such as username and password.However, there was little information on whet...


2 answers
268 views
0
About CaboCha Installation on Win10

When running CaboCha0.69 on Win10, the following error occurs and cannot be executed morph.cpp(48)[g_mecab_handle!=0] LoadLibrary(C:\Program Files (x86)\MeCab\etc\..\bin\libmecab.dll) failedMeCab 0.99...


1 answers
33 views
0
AAccess violation at address~ 」 is displayed and cannot be processed

Below are Loaddata to DB tools that have been used since the Windows xp era.The executable name xxxxx.exe is unknown.It's a tool that I've used for many years, and I think the program itself has no pr...

2 years ago

1 answers
61 views
0
Setting the Include Path when Compiling Programs on the Command Line on the VS2015

I'm trying to build a distributed program using VS2015 x64 Native Tools Command Prompt.cd buildqmakenmake releaseInstructions are written as follows:Apparently using OpenCV and Qt.As a precaution, it ...

2 years ago

1 answers
78 views
0
How do I start a process with environment variables like /usr/bin/env in Windows PowerShell?

I want to start the process by setting environment variables like the env command on UNIX, but how can I do this with Windows PowerShell?I understand that the Set-Item command can rewrite the environm...

2 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.