Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
Hye , where can I run my program in bash? I writed a code in bash and I want to check that it's really works , so how can I do it?
I tried to search online compilers in the internet , but my program creates folders (by mkdir for example) so and it's not allows me to see the folders.
Note: My computer's operating system is windows.
You can run bash on Windows by installing the Linux subsystem (Windows 10) or by installing Cygwin or by installing GIT for Windows (which includes bash).
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am using Git Bash in Windows 10.
When I typed in "cal" in Git Bash, it says "bash: cal: command not found."
Then I typed in where cal, it says "INFO: Could not find files for the given pattern(s)."
I know that this is a discrepancy between Unix and Git Bash, but is there a way to show calendar in Git Bash as it does in Unix?
If you want a larger feature set of Unix tools on W10, you may want to consider installing the Windows Subsystem for Linux (WSL). It provides a full compatibility layer between Windows and the installed Linux distro. You can install most Linux tools this way.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
every one.
I write a windows application by Delphi. And I know if I Replace it with explorer.exe the windows will started by my application only.
I want to know how can I make an application with Delphi to be independent of Windows OS and run standalone?
I want to know how can I make an application with Delphi to be independent of Windows OS and run standalone?
That is not possible. Delphi applications cannot run without an operating system.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have two machines A and B. Machine B has perl installed and scripts are placed in a shared directory. Machine A doesn't have perl installed (I don't want to install perl on this machine). There is some automation running in Machine A and that automation wants to trigger perl scripts in Machine B by passing some parameters.
Is this possible? What is recommended?
Thanks
There's probably more possibilites, but from the top of my head:
Mark Russinovich's psexec (notes#ss64.com)
the Windows Management Instrumentation Commandline tool wmic (notes#ss64.com)
As long as the machine on which the perl scripts are to be executed has perl installed, it's not a problem if the caller machine doesn't.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
What is the equivalent of the POSIX compliant sh shell language or bash extensions in the Windows world ?
What is the optimal choice when writing a script that is supposed to run on as many different versions of Windows as possible ?
I need a solution that is supposed to be already present/installed on the client side, so I tend to exclude the only scripting solution that I know of, Powershell, and I'm considering Windows XP as the oldest target.
I know you do not want to read this: If you need a solution to be present on the client side from XP to 8.1 try to do your scripts with Windows cmd.exe.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Hi I was working on some Ruby stuffs and I need to use Linux terminal or Cygwin. Which is the best choice? Is there any slowness issue in Cygwin
The question is pretty subjective to what it is you are really wanting to do. If you need access to the Windows environment, then Cygwin is going to be your choice of the two. mingw32 is often used rather than Cygwin.
I have used Cygwin-X and Cygwin tools for more than a decade. But I think Linux is better if you can do so.
I use Cygwin occasionally when I am traveling and I have not encountered any lag