Top "Command-line-arguments" questions

Programming command line utilities that take parameters.

Parsing command-line arguments in C?

I'm trying to write a program that can compare two files line by line, word by word, or character by …

c command-line-arguments
How do I pass a command line argument while starting up GDB in Linux?

I have to debug a program that has errors in it as part of my assignment. However, I must first …

c linux debugging gdb command-line-arguments
How can I find out if an .EXE has Command-Line Options?

Suppose you have an .EXE and you want to check if it has Command-Line Options. How can one know if …

command-line executable command-line-arguments exe
How to run Java program in command prompt

I created a Java project to call a Web service. It has one Main java file and another class file. …

java compilation command-line-arguments command-prompt
How to access command line arguments of the caller inside a function?

I'm attempting to write a function in bash that will access the scripts command line arguments, but they are replaced …

bash command-line-arguments argv
Use Robocopy to copy only changed files?

I'm trying to find an easy way of deploying only changed files to the webserver for deployment purpose. In times …

command-line synchronization command-line-arguments robocopy
How to convert a command-line argument to int?

I need to get an argument and convert it to an int. Here is my code so far: #include <…

c++ argument-passing command-line-arguments
Using command line arguments in VBscript

How can I pass and access command line arguments in VBscript?

command-line vbscript command-line-arguments
Pass variable to php script running from command line

I have a PHP file that is needed to be run from command line (via crontab). I need to pass …

php command-line command-line-arguments
Import SQL file by command line in Windows 7

I want to import an SQL file (size > 500MB) into a database. I have wamp on my PC. Phpmyadmin …

mysql phpmyadmin command-line-arguments wampserver