Questions tagged as 'windows'

5
answers

Is there a sudo for Windows?

Normally it is easy to open a program / script .bat with elevation using the "Run as administrator" option of the right button. But what if I want to run something with elevation from cmd , a kind of sudo , how to?     
asked by 17.06.2014 / 16:52
4
answers

What is the most complete way to install python in Windows?

I know this question can be interpreted as a discussion, so I did it with the word "complete" rather than "better." I'm a python user in GNU / Linux and here it comes more or less preinstalled. Still, I can use pip to install or remove new pa...
asked by 31.12.2013 / 14:32
2
answers

Fork in Windows

There is something in Windows like (or some similar alternative to) fork POSIX systems (UNIX and Mac) to create a child process that is an exact copy of the parent and runs from the calling point? As far as I know CreateProcess...
asked by 05.03.2016 / 00:58
2
answers

What would Win32 be?

In many places on the internet, I see the expression Win32 but never an explanation about.    Win32 applications, etc. I have always associated with 32 bits , but I do not think it has anything to do with it. A Windows game that uses mor...
asked by 05.10.2014 / 19:48
2
answers

What is the equivalent of the grep command in Windows?

In Linux, when I want to filter by a term when a command will generate a giant list, I use the command grep . For example: ls | grep "termo" However, in Windows there is no command grep . What would be the equivalent of...
asked by 27.06.2017 / 15:07
1
answer

Which programming languages support Linux and Windows?

The question is already in the title, however to make it clearer: What languages do I write a single code to, and run on both Linux and Windows? Example C . Except some commands like system("cls"); system("clear"); ....
asked by 23.11.2015 / 14:17
1
answer

Is it possible to interact with C # code outside of .NET?

How do I call code written in another language that is not part of .NET, for example the C language? How does this interaction work? How do I call native Windows functions?     
asked by 09.08.2017 / 14:02
4
answers

Is there any alternative to system ('cls') in PHP Console?

I'm using PHP (5.7) on the console (Windows 10), but I'm not able to clear the screen. I give system('cls') and only appears a square with a question mark, without cleaning the screen. I'vedoneitthisway:for($i=0;$i<50;$i++)echo"\r\...
asked by 26.12.2016 / 23:14
3
answers

What does the error "Scripting have been disabled on this system"?

I was testing some things from PowerShell ISE to be able to mount scripts. I realized that while I was running the script without saving the file, the commands were executed normally. However, shortly after saving the file on the deskt...
asked by 13.07.2017 / 14:09
4
answers

How do I delete a file, which has quotation marks in the name, by CMD?

I'm deleting a folder from my hard drive and I was able to delete everything except this file. Because it has quotation marks, I can not use short names, and I can not erase it the way it is. I've tried fsutil file setshortname , but...
asked by 28.03.2015 / 15:39