The command prompt is the string of text that a command-line interpreter displays to you, the user, to prompt you for input in interactive mode. For programs with textual user interfaces in general, not specifically addressing their prompts for user input, see either the CONSOLE-APPLICATION ...

learn more… | top users | synonyms

0
votes
0answers
17 views

Get input and output from command prompt via PHP

I am planning to do something like this: When the user (in a browser, client side) types something in a text box, that typed text will go to a PHP script on server through Ajax. The script, among ...
0
votes
0answers
9 views

socket programming for triggering reminder prompts

I use asp.net mvc3. I'm new to socket programming. I have this requirement where I need to use socket programming for reminder prompts. When I give a trigger from the server side, I want to ping the ...
-1
votes
1answer
25 views

Download complete directory command line psftp [closed]

i have to move a complete folder from 1 source to another destination. still now i used mget * and xcopy but of no use.please suggest some snippets. am using psftp to connect the ftp. my code is : ...
0
votes
2answers
39 views

Rename multiple files in a folder and its subfolders to a fixed pattern

I have a large number of files to be renamed to a fixed pattern on my Windows 8 computer. I am looking for a way so that I can rename the files in a quick way, any way: like any software that does it ...
-2
votes
2answers
21 views

Running MSBuild from command prompt

If I open up Command Prompt, and type msbuild, or /msbuild followed by a path file, It says that 'msbuild' is not recognized as an internal or external command, operable program or batch file.' ...
2
votes
0answers
25 views

Set the terminal tab title as prompt name in unix

Lets say, the prompt is as below run_scripts > How to set that terminal tab title same as prompt i.e Terminal tab tile also should be run_scripts> So that terminal title ...
0
votes
0answers
14 views

Make system calls (Windows Command Prompt) answer in english

I'm working on a Perl script that needs to do a few system calls to obtain some system data. In order to parse the output of those calls reliably on any computer, I need to be sure the output of the ...
0
votes
2answers
19 views

Batch start command not opening program

When I enter the following from a command prompt: start myprog.exe It opens the program in a command window, but it doesn't start the actual program itself. Does anyone know what I'm doing wrong ...
0
votes
1answer
18 views

Excuting assembly file with PCSpim from cmd

If anyone could help me please, I have PCSpim simulator on my windows 7 PC and I want to load a file and run it from command prompt, Is it also possible to print -in cmd window- the output shown in ...
0
votes
5answers
41 views

Running a .jar file in a command prompt from double click

I'll start of by saying Im on windows 7. I have created a .jar file which executes fine from the command line using the - java -jar myJar.jar approach But what I'm after is to be able to double ...
-3
votes
2answers
69 views

Using C# to execute CMD commands

Here's the thing , i have a python interpreter and i want to run sqlmap using cmd with C# . Now the thing is i know how to run a normal cmd command from c# , if i run the following command on cmd ...
0
votes
0answers
16 views

Creating folder alias like %SystemRoot% in windows 7 [migrated]

I'm trying to create a shortened path to a directory that is nested in a lot of directories (ie C:\Users.......................................\TestApp\Data\32\TutorialData which is 80+ characters to ...
0
votes
1answer
33 views

Basic on using artisan command line in Laravel

So I have been seeing a lot of this command line stuff to install/update frameworks/modules over the internet but never actually tried to use it. I would just manually copy files. I am starting to ...
2
votes
1answer
64 views

How can I get hardware ids/serial numbers through command prompt?

Eventually I'm going to be using this in Java Applet for extra security to the user. I know it's possible because I remember doing it before, I just can't remember the line that gets the correct ...
-1
votes
2answers
33 views

While opening a command prompt created in D drive its path is shown as C:\Users\Abc? [closed]

While opening a command prompt created in D drive its path is shown as C:\Users\Abc ? I have created a command prompt in D drive of my computer which runs Windows 7 (by typing "cmd" in a notepad and ...
0
votes
0answers
9 views

How to locate Matlab installation? [migrated]

I need to locate my MATLAB installation. I find out that I need to type matlabroot at the MATLAB command prompt. As I understand MATLAB command prompt means open cmd at the root where matlab is ...
0
votes
0answers
32 views

Not seeing any messages on command prompt but logs are being updated while running command line application?

I have created command-line application using JavaFX deployment task. <fx:deploy width="800" height="600" nativeBundles="all" outdir="${dist}/winx86" outfile="${commandlineapp.name}" ...
0
votes
0answers
37 views

Custom Bash Prompt [closed]

I've made a simple little custom bash prompt that I like, but is messy to read: export PS1="\[\e[0;34m\]The time is currently\[\e[m\] ...
0
votes
4answers
70 views

Execute Batch Script From Environment Variable

I've set an system environment variable called find which points to a batch script. I did this so that in Win command prompt i could type %find% and it would execute my script. It works the only ...
0
votes
1answer
28 views

How to generate PS1 in a function (escaping issues)

I'd like to move my bash prompt's construction into a function that can build it up modularly. The problem is that I cannot figure out how to get the function's result to be interpreted. Example: ...
0
votes
3answers
85 views

Command prompt doesn't open with Runtime.getRuntime().exec

I've created a GUI (swing) that executes a batch file that contains a command prompt .exe file execution with specific parameters. When I run the batch file manually (by double clicking it), ...
-1
votes
0answers
18 views

how to remove color from mac terminal [migrated]

When I am on the Mac, the terminal is bringing up colors on the path, is there a way to remove them? This is what I have:
0
votes
1answer
38 views

Get Windows Command prompt instance in Java

I want to get windows command prompt instance in my java program so that batch commands like cls, dir etc. can be passed directly from my java program and would want to read its output just like we ...
0
votes
1answer
33 views

Command Prompt with Ruby and Rails, tab-complete not working properly

I am using Command Prompt with Ruby and Rails for Windows because I am more familiar with Linux commands than Windows. I can use the tab-complete feature, as I would in Linux, for changing ...
0
votes
2answers
30 views

Using Wild card for removing directory in dos

I am working on a application that needs to remove folders from inside a folder. BUT the Folder name will have the same general name minus the end of it. NA_monthlyGP_20130131, The numbers will ...
-2
votes
0answers
26 views

Visual studio command prompt compiling

I have three .cs files in the same directory, I have been asked to complile these 3 files into an executable using csc. Then I do this: c:\Users...\documents\IDE2\Ass1\Conapp>csc histo1.cs histo2.cs ...
0
votes
0answers
25 views

Unexpected behavior from an exe while running from command line

I have a setup.exe that actually installs one .msi file (present in the same directory as setup.exe). However, if i try to run this setup.exe from command prompt, it gives me an error saying .msi ...
0
votes
1answer
62 views

Cannot start Java RMI Server class

I seem to be following instructions in the book I'm using as well as in Oracle's Java SE docs but cannot overcome the following error: Error: Could not find or load main class ...
0
votes
2answers
66 views

How to show battery status in Zsh prompt

I think the answer is quite self explanatory. I've been looking around for a software that already does this but I haven't had any luck. It's either not done in Zsh, or it's for another app, for ...
1
vote
2answers
68 views

How to complete the RUNAS command in one line [closed]

This SO question suggests a command which looks as if it should work but doesn't: http://stackoverflow.com/a/12456756/1333582 The command would be: echo PaSsWoRd | runas /user:Administrator cmd ...
1
vote
3answers
88 views

Locate and Delete Folder(s) with Command Prompt

At work we handle people every day who wants help regarding signing on to their Online Bank from home. Some times we need the user to delete files and guiding them to do this, can be tiresome and ...
0
votes
1answer
51 views

Getting error in the windows 2008 r2 server while calling exe file with an argument in the command prompt

I am calling .exe file with giving a directory. This directory includes three files and my .exe is executing these three files. Everything works perfect in my computer in the command prompt. The ...
0
votes
1answer
51 views

Printing a Text File from Command Prompt

Alright, this is outside my area of expertise but so here's what I'm trying to do: → I have a POS (Point of Sale) receipt printer. I have the drivers installed for it and can print a test page ...
-1
votes
0answers
31 views

How to open Windows command prompt from bat file pre-configured? [migrated]

For my command prompt window on XP I have configured its window size, font, other settings. So when I open it from the Start menu it is opened pre-configured with my settings. But when I open cmd ...
0
votes
1answer
138 views

Run Command Line & Command From VBS

I need to run a command to copy a file from one location to another through Command Prompt using a vbs file. this is what I have however it keeps throwing an error at me. 'Dim oShell Set oShell = ...
0
votes
1answer
30 views

when I compile with Scite, command prompt won't show up, why?

when I compile with Scite, command prompt won't show up, why? I am programming a c program, and it wouldn't pop up once I complied is it because its not connected? or do I have to connect it, if so ...
0
votes
1answer
22 views

Batch File Ending Prematurely

I have a batch file with the following commands (to set up a compiler): del Yylex.java jflex scanner.flex del parser.java java -jar java-cup-11a.jar parser.cup However, for some reason, after ...
0
votes
0answers
12 views

how do you make Scite interactive?

Once I compile with Scite, my command prompt won't show up. How do I set it up so I can accept inputs and outputs from the command prompt from my program using Scite?
-1
votes
2answers
50 views

why isn't my bash prompt properly escaping? [closed]

I have the following bash prompt variable, defined in my .basrhc file: PS1='\u@\h:\[\e[01;34m\] \[$(pwd|sed -e "s!.*/\\([^/]*/[^/]*/[^/]*\\)!\\1!g")\] \[\e[00m\] \[\e[01;31m\]\t\[\e[00m\]\$ ' From a ...
0
votes
1answer
35 views

How to open new cmd connected to the main cmd in C

I am pretty new to parallel programming. In my C program, I need to display my statistical data on the terminal which is different than the main one. I mean: I am implementing a simple text editor. ...
0
votes
2answers
44 views

Batch: echo some text and read the rest of the line

I've got echo sometext set /p s= but it will output the following: sometext *will read this line* and I want it to be in the same line like this: sometext *will read the rest of the line* ...
0
votes
1answer
56 views

disable command prompt c# empty project

I'm making a simple text-editor form program using Visual studio. I've used the project type "empty", When the program is run, the command prompt appears along with the form object. How could I stop ...
0
votes
0answers
72 views

code runs in command prompt but does not run in eclipse

The code given below is the code that i try to run in eclipse which returns stdInput.readLine() as null when i try to run the command through command prompt it runs successfully what am i doing wrong? ...
0
votes
2answers
54 views

Command Prompt Opens With OpenGL Program

Why does the windows command prompt open whenever I run my OpenGL program?
-4
votes
2answers
67 views

What is the fastest text rendering method in a command prompt when using C++

ATM I'm working on a game so I'm looking for a method to render an entire area of chars in' a blink of an eye. Now I'm having trouble with slow rendering speeds (or rather printing speeds to be ...
-3
votes
1answer
84 views

How to kill SYSTEM process in windows via batch [closed]

How can I kill a SYSTEM's process via batch command. I know we can use TASKKILL /IM notepad.exe I need to kill notepad which is running by system in task manager it shows notepad.exe *32
0
votes
0answers
35 views

ENOTEMPTY error when creating project with skeleton on Brunch

I'm on windows...when I create a project with brunch new projectname it works, but when I specify a skeleton I get this error: c:\xampp-portable\htdocs>brunch new marionette --skeleton ...
0
votes
1answer
64 views

Net use, delete specific drives

I have a question concerning net use. is there a way to delete multiple mapped drives connected to a single host? For example, I want to delete drives X and Y in one go using only one command. Is ...
1
vote
2answers
57 views

clearing prompt in unix

With the following code I am erasing the prompt but not clearing the screen. What chould be the reason? printf("\033[7mHello how are you doing? press 'q' to quit\033[0m"); fflush(stdout); ...
2
votes
2answers
87 views

Getting command prompt output instantly?

Probably a misleading title, but thanks to people on my other question, I got my program somewhat working, though now not sure what to do. Here is my method to run command prompt commands and return ...

1 2 3 4 5 16