A command line tool is a console based application either run in MS-DOS or a terminal (Command prompt for windows, and terminal for linux and mac)
Questions tagged [command-line-tool]
339 questions
0
votes
1 answer
inline assembly with microsoft cl tool
How can I build inline assembly with the Microsoft cl tool? when I try the standard
asm(nop);
it says unresolved external symbol asm. Any ideas? thanks!

Without Me It Just Aweso
- 4,593
- 10
- 35
- 53
0
votes
5 answers
MKS Integrity Command line API
Has anyone here got experience in building a parser for the MKS Integrity command line API. I am planning to build an API (in C#) and would need to build a CLI result parser which I could use to parse the results from the CLI. I have heard that the…

Joe Varghese
- 59
- 1
- 9
0
votes
2 answers
Setting an environment variable in Mac OSX 10.8
I feel quit stupid asking this, but I am completely unable to set an environment variable in Mac OSX 10.8.
I'd greatly appreciate some specific instructions on which files to edit, what is the syntax to place in the file, etc.
I am trying to do…

Joe Waltman
- 29
- 1
- 2
0
votes
1 answer
Gtk3: getting the icon file name for a mime type
I’m writing a command line program to get the Gtk3 icon file name associated with a mime type... the idea’s to be able to do this:
$ ./gtk-mimetype-icon text/html
Mime type: text/html
Icon file:…

Honore Doktorr
- 1,585
- 1
- 13
- 20
0
votes
1 answer
Phonegap iOS Command line tools ./create
I want to create a iOS app using phonegap. My issue is that ./create is not working at all. ./create ~/Desktop/projects/mbs/mastercard-iphone do.com.mbs.mastercard-iphone Mastercard
is returning info…

Luis D Urraca
- 2,024
- 4
- 24
- 46
0
votes
0 answers
python multithreaded ssh app
I have an app I've scraped together to try and spawn 3 threads and ssh into a server simultaneously.
I wrote an obviously offensively coded application which I know is wrong which I am looking for some guidance for, to accomplish my initial end goal…

Zippy Zeppoli
- 5,847
- 4
- 18
- 16
0
votes
1 answer
Can I tell saxon to figure out the XSLT version on its own?
I have to run an XSLT 2.0 stylesheet with saxonb-xslt (which warns about 1.0 stylesheets) and an XSLT 1.0 stylesheet with saxon-xslt (which wont work on 2.0 stylesheets). Is there a way to tell saxon: "Here is a stylesheet, figure out how to deal…

bitmask
- 32,434
- 14
- 99
- 159
-1
votes
1 answer
Is there any command line tool that can create zip/rar archives of all the sub-directories if given a path to parent directory?
I have a bunch of sub-directories of daily log files generated by my web application. Ideally what I would like to achieve is if given a path to a parent directory (i.e.)~/myapp/logs/july-logs/ the tool creates individual zip files of every single…

fakhar
- 1
- 1
-1
votes
2 answers
Rust command line script
Not sure how to run the test image script here
https://github.com/cessen/lut_extractor
Does it require certain dependencies?
Apologies if it's black and white in the readme but I can't get it to work.

matakus
- 41
- 1
- 3
-1
votes
1 answer
how to specify on newman what port and host to run on
I'm trying to integrate Newman(postman CLI tool) in my app, and I want to run it first on the localhost on a specific port, and change it in accordance later on.
Any suggestions on how to do that with the CLI?

Aviad
- 33
- 8
-1
votes
1 answer
How to resolve anonymousID command prompt error?
I keep encountering this issue(anonymousId) while installing the things required for my OpenVINO project, through command prompt.
C:\Program Files…

Farah Batrishia
- 1
- 1
-1
votes
1 answer
Java code to read a text file and update in database
I have a text file with list of ID, i have to read each ID in it and search in DB for the relevant ID and update a specific column with new value.

Keerthisairam
- 81
- 3
- 10
-1
votes
1 answer
Make Mac Console Application Terminal invisible
I am new to Mac OS X apps programming, i have created a Command line tool in xcode using swift 2.
That Command tool actually opens one other installed app (basically just few bash commands), but problem is, when i run "exec - product of script" by…

Arsalan Saleem
- 321
- 2
- 6
- 21
-1
votes
1 answer
How to get the launch arguments while making a command line tool with swift
I make a command line tool in xcode5.1.1 with c.But now I want to make one in xcode6 with swift.
I was struck by the new command line tool project with swift!I know there is no main() function in swift,but I can't find any way to get the launch…

Sagles
- 3
- 3
-1
votes
1 answer
Regression testing system which includes compiling the tool, testing and reporting results
I want to set up an automation system to run nightly regression tests for a command line tool on a Linux environment. There are some automation scripts which are written in Ruby, but I'd like a complete system which includes:
Build the tool from…

Optimus
- 3
- 1