How can I start command line from SmartGit? [closed] - smartgit

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
SmartGit seems to be far superior to GitHub for Windows, but I am missing one feature - ability to start git command line. How can I do this?

SmartGit/Hg 4.5 (and older) do not offer to start the git command line, however you may configure the 'Directory Tool' (Preferences, Tools) to open a terminal (or DOS box), so you can invoke the command line quickly.
Update: Since SmartGit/Hg 4.6, you can configure multiple Directory tools in the Preferences. After a fresh install (or after removing tools.xml from SmartGit/Hg's settings directory), default tools will be created. If your git executable is not on the path, an Open Git-Shell tool will be among them.

Related

How can I open a .nsi file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have downloaded a .nsi file and now I have to launch this to get my missing Windows registry keys installed. I tried different things to open it but so far everything didnt work. Can anyone please tell me how to run this kind of files?
A .nsi file is an input to the process that creates an executable. You need the Nullsoft Scriptable Install System compiler: https://nsis.sourceforge.io/Download
More info: https://nsis.sourceforge.io/Simple_tutorials

Unable to launch .bat [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have a Minecraft server; When you run the server for the first time, it starts generating the world you are going to play on in the folder where you have the Minecraft_server.exe (This is normal behavior.)
I made a batch to open the Minecraft_server.exe. But when I place the .bat on my desktop and run it, it starts creating new server files instead of starting the program in the original folder where the existing world is.
How can I launch the bat anywhere on the PC, such that it wont generate new folders? I want it to always start in the Minecraft server folder.
You must first switch to proper drive and then using cd command switch to Minecraft server folder. Then you can run .exe with absolute path (if it is not in Minecraft server folder).

Recover old website off waybackmachine [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there a way to recover an entire website from the waybackmachine?
I have an old site that is archived but no longer have the website files to revive it again. Is there a way to recover the old data so I can get my long lost files back?
wget is a great tool to mirror an entire site and if you are on windows, you can use Cygwin to install it. The following command will mirror a site: wget -m domain.name
Update from comments:
The example wget command that the wont ascend to the parent dir (-np), ignores robot.txt (-e robots=off), uses the cdn domain (--domains=domain.name), and mirrors a url (the url to mirror, http://an.example.com ). All together you get:
wget -np -e robots=off --mirror --domains=staticweb.archive.org,web.archive.org http://web.archive.org/web/19970708161549/http://www.google.com/
If you are dealing with https and a self signed cert, u can use --no-check-certificate to disable the certificate check. The wget help is the best place to see possible options.

How to install mod_perl for Bugzilla? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I wish to install Bugzilla on windows machine , and I don't want to install it using the ready installer , I want to install it in my mysql server and my apache web server
I have installed perl 5, apache 2 and mysql 5.5 but while I was reading the Guide I found that I have to install something called mod_perl.
What is mod_perl and how do I install mod_perl?
To install Bugzilla on Windows, you can follow one of the tutorials that are out there. They walk you through step by step. This should solve this issue and any further issues. Here are a couple examples:
http://www.theprogrammersweblog.com/2009/02/installing-bugzilla-on-windows-system.html
https://wiki.mozilla.org/Bugzilla:Win32Install
For the installation of mod_perl, you can do the same thing (search for tutorials). Here is one:
http://perl.apache.org/docs/2.0/os/win32/install.html
With that being said, this post should really be over at ServerFault.
mod_perl brings together Apache and Perl, it allows the two to work together.
Here is a guide on how to install it.

how to open an application file(clickonce file) in xp home [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The single click install applications(.application files) don't seem to be working for me on xp home. I have just put a fresh install of xp home on my dell and I needed some additional drivers(for the nic card etc). I downloaded the necessary drivers from dell's site using my other machine(using windows 7). They came in a ".application" file. I moved this application file via a flash drive to the xp machine and attempted to open it. Windows xp told me that it did not know what program I should use to run this file. Can someone point me in the right direction regarding this problem. Dell didn't allow me to download an ISO instead. Am I doing something wrong here?
Thanks for any help.
-Ray
You need to make sure you have the .Net Framework 2 or above installed. ClickOnce .application files run in .Net on the client machine.
Greg

Resources