A command line is a string given to a command interpreter that tells it actions to take, such as running programs or copying files. The interpreter processes command lines with escapes and substitutions.

learn more… | top users | synonyms (1)

0
votes
1answer
6 views

Azure Mobile Services use from command line for testing

I have a Windows Azure Mobile Service that works great with the official clients. However, it would be better if I could run my tests from command line scripts without having to write and compile ...
0
votes
1answer
9 views

VB.NET - Dictionary of strings and delegates

I'm trying to create a program that inputs a command from the user e.g. "add 2 4" and then calls a method based on that command. So I type in the command string "add 2 4", then a parser reads the ...
0
votes
1answer
13 views

What is wrong with my ETrade OAuth get token request?

The server is responding with a less than helpful message. Unable to get a request token: Request for ...
0
votes
0answers
12 views

How do I get a Blender exporter script to run from the command line?

I am trying to export some objects from blender into a proprietary format. I'd like the script I write to be able to export the objects from blender from the File drop down and from the command line. ...
0
votes
0answers
24 views

Batch file to shut down laptop when charged

So I want to write a script that will shut down the computer once battery level gets to 100. My approach is to use the command: WMIC Path Win32_Battery Get EstimatedChargeRemaining Save the value ...
1
vote
3answers
27 views

Python argparse: How to get simple parsing behavior?

See here for related discussion on the merits of the various option and arg parsing choices we have in Python. I'm making a diff script that does neat things with the output of Python's difflib, and ...
-1
votes
0answers
15 views

different sizes for parted and fdisk

I am trying to find out the size of a LUN on a virtual machine, but the 3 tools seems to give contrary results parted -s /dev/sdb print Warning: The disk CHS geometry (261,255,63) reported by the ...
0
votes
0answers
8 views

Interwoven Command Line Tool

I'm using an Interwoven command line tool to query active jobs. Documentation on the tool is found here. I've tried using the following XML per the documentation - ...
-1
votes
0answers
13 views

How do you launch a program from a network machine and see the program on your machine without using a mapped drive?

Currently the below works in a batch file but as mentioned I want to rid the base machine of the mapped drive. START /wait NET USE R: /DELETE START /wait NET USE R: "\\Domain-PC\c$\ProgramFolder" ...
-2
votes
0answers
13 views

How to install GRUB command line tools on Mac? [closed]

I need the grub-mkrescue command line tool. I know that Linux usually has it built in, but I'm on Mac. I've tried building from source but it's kind of confusing which download I should choose, and ...
0
votes
1answer
19 views

Java: Running cmd commands (multiple commands with multiple arguments at once)

I run cmd (command line) and running my batch file from Java this way: final String cmd = "cmd /c C: && dir && cd C:\MyApp\Maxi && dir && C:\MayApp\Maxi\deploy.bat"; ...
2
votes
2answers
23 views

Lua (Command Line) remain open after execution

I have searched far and wide for this but I cannot seem to find it. Is there any way to execute a Lua script via double clicking it (to execute it in Lua (Command Line)) and keep it open after ...
-4
votes
3answers
57 views

Program not printing / running in command line [closed]

I created a program in eclipse, and it runs fine on eclipse (its a very basic program, with only one file) Running it from eclipse works fine, I see all the logic working. However attempting to run ...
3
votes
1answer
28 views

Strings command radix offset not lining up with dd/xxd file offset

I used this command to generate a strings file: strings -a -t d image.dd This should display the radix offset in decimal before each line. I then grep'd the file for interesting search hits. I then ...
0
votes
0answers
9 views

Running minecraft using commandline with username and password

I'm trying to make a custom launcher but i don't know how to launch minecraft using the command line. I have seen this question: Launch Minecraft from command line - usename and password as prefix. ...

1 2 3 4 5 481
15 30 50 per page