Questions tagged as 'windows'

1
answer

Convert string to LPCTSTR c ++

I am looking for the simple way or some way to convert a string to LPCTSTR because lately I have problems with this. For example, I have any string: string welcome; And I want to use this string in my LPCTSTR . LPCTSTR ejemplo = "aq...
asked by 13.12.2016 / 00:56
2
answers

Determine when a windows process is closing

I want to determine in vb code when a windows process is closed (which I have previously opened). But I get an error when I want to run: Call GetExitCodeProcess(handle_Process, lp_ExitCode) And the error message is: "Attempt to read or wri...
asked by 21.11.2016 / 23:47
3
answers

Scheduled tasks in Node.js

They asked me to design a script in nodejs which, when executed, performs tasks on a windows server. The problem is that I need to execute this task at a specific time of day so I thought about using the administrator windows tasks. After def...
asked by 08.06.2016 / 16:02
2
answers

decimals from c # to sql server

rephrase my question that is more accurate, I try to insert a decimal from c # to sql server. This is the click event of the button save the connection but does not do it private void btnBunifuGuardarCargoDirecto_Click(object sender, EventA...
asked by 13.11.2018 / 20:55
1
answer

"UnicodeDecodeError" when starting the python shell on the Windows cmd

Good day, I have a problem when initializing the python shell in the Windows cmd, less than a day ago it worked perfectly, but suddenly, when I wanted to start the Python shell inside the Windows cmd with the command "python" ", it shows me the...
asked by 07.11.2018 / 17:59
1
answer

Error installing MS Deploy

Help I get the following error when executing the ms deploy installer (web deploy) I tried it with 32 bits with 64 bits in English and Spanish, as administrator and the error persists.     
asked by 03.04.2018 / 00:08
2
answers

Create batch to browse folders dynamically

I have a strange problem with a BAT file in Windows and I'm not sure what's happening. I have created a bat file to go through the folders that I indicate by parameters. In the bat folder, I have an app folder and I want to get all the file...
asked by 20.02.2018 / 16:03
1
answer

How can I get the password of a windows user in java?

I have already tried with the class System but with this class I can only get the user in the following way: System.out.println(System.getProperty("user.name")); Now what I need is to get the password , I tried to find a comman...
asked by 12.04.2018 / 18:19
2
answers

Command equivalent to 'hostname' in Windows

Is there a command in Windows that is equivalent to the hostname -I of Linux? I just need you to give me back the same information. Thank you very much.     
asked by 22.12.2017 / 16:15
1
answer

Error "IOError: [Errno 22] invalid mode ('w') or filename" when creating csv file

I need to convert this Python code that I use in MAC to some that I can use in Windows 10 with the same version of Python (2.7). Basically I open a csv and I load it in a DataFrame, I group by one of the columns and create a new csv for each...
asked by 08.12.2017 / 00:07