command

  1. iinfi

    upgrade java version

    when i installed Cent OS on my machine jre-1.4.2 was automatically installed. java -version command gives the output. java version 1.4.2 now i have installed jdk-1.6_11 or jre 1.6 on the machine. now my java -version command still shows 1.4.2 i changed the path variable in...
  2. cooldudie3

    javac.exe automatically closing

    I am new to Java and I have downloaded the Java SE 6 SDK. I have finished programming my EXAMPLE.java program but I run javac.exe, it doesn't work. :(It opens, but after a second the command prompt window closes. I try many times but still does not work. Then I try to drag the .java file to the...
  3. vamsi360

    Command line gcc compiler for windows

    Hi friends....I want to know if there is a possibility to use Mingw gcc compiler in command line in windows similar to using cc in linux. If it is possible please post the explanation here and the commands to compile and execute. I have installed Migw gcc in my system.
  4. S

    Unable to open application through Run dialog

    Dear all, I have got a peculiar problem in my machine. Whenever I am starting regedit through Run dialg it is giving me message "Are you sure you want to add the information in to the registry?" but when I am starting through Command Prompt regedit opening fine. This is happening for all...
  5. B

    what is the linux command ?

    how many commands in linux ?
  6. V

    Linux Commands that should be avoided

    I am presenting some of the most fatal command in Linux, that could harm your OS within no time. Please don’t try these on your Linux distribution. 1. mv /home/yourhomedirectory/* /dev/null It is a simple command that will move the contents of your “home” directory to a “null” directory...
  7. I

    Zip using command prompt

    What command can be used on 'cmd' to zip a file. I tried zipcmd= c:\winzip\WZSEPE32.exe source_file destination_file but it didnt work. The error says that zipcmd is not recognized as an internal or external command.
  8. A

    Autorun Tutorial

    CAN ANYONE TELL ME ALL THE COMMAND OF A AUTORUN FILE i.e. "Autorun.inf" FILE.
  9. raksrules

    Help needed on substitution in Unix (sed)

    I am using the following command in my UNIX code sed "s/$FIND/$REPLACE/g" $IMP_RECORD_CTL > c.ctl This command replaces all instances of $FIND with $REPLACE. These two variables contain some data and it operates on data contained in variable $IMP_RECORD_CTL and stores the result in file named...
  10. G

    Problem with system() function in C

    I want to run a program that has to rename a folder H:\gk1\gk1 to gk2 When I run that command using system("move H:\gk1\gk1 gk2"); it reports an error that "Bad command or file name" . I even tried the rename command it give "Invalid path or filename" The specified folder exists and no other...
  11. speedyguy

    C/C++ Querry: Random input

    m a noob...ok a bit better than a noob.... so m desgining an animation program whr i need a halt an on going animation.. so my querry is - which command do i use to randomly get an input while a process is active... for eg. an animation is goin on in an infinite loop....i want user 2...
  12. D

    Firewall and command line

    Does anyone know any good firewall which has command line to block and resume traffic.
  13. skghosh44

    Path of Printer

    I am writing a programme in Visual Foxpro, where I have to select network(LAN) printer for printing in the programme. The command is as under \\network name \printer name = desitnation Now how I have to find out these all and create the command to work in Visual Foxpro. By default the output...
  14. D

    problem with command prompt

    This is more than a problem of command prompt. Nothing is working...When I type msconfig.exe i get file not found When I type regedit.exe a explorer window opens and same is the case with cmd a explorer window cmd.com opens The Taskmanager is also not opening. Please help me with this...I...
  15. nileshgr

    Xen Virtualization

    1Hi guys. I have installed xen and required packages. Since I got a new box (see my sig), I want to do virtualization for windows (for the sake of VB n Oracle in my 11th syllabus!). I am presently doing this with qemu.. but it turns out to be a bit slow even after allocating 600 MB of RAM and 1...
  16. A

    voice command software

    Hi, i am new here.... me and my (2 other) friends was planning to develop a software in voice command using vb.net. voice command in the sense voice accepted from mic and do appropriate functions in computer... can someone help where should we start from.....!!!:confused: :!: or if you...
  17. mad_max

    DOS commands wont work

    i only found this out recently but every command i type into the command prompt gives me an error says ":command: is not a recognised internal/external dos command" more or less thats what it tells me.Some examples are ping,flushdns,ipconfig,tasklist and i'm pretty sure even the basic commands...
  18. D

    Command Prompt Problem

    Friends ... recently i tried to run command prompt through "Run window" by typing "cmd".. it opened a folder named "cmd" instead of opening the command prompt... is it a virus or not... In both the cases what should i do??? i m not able to open command prompt pls help... thanx in advance...
  19. G

    Help Please!!!!!!

    Help please!i have got a pc assembled this way: intel core 2 duo e4500@2.20 GHz 2 gb ram ddr2 intel motherboard D945GCR x86 based integrated intel graphics windows xp service pack 3 i have got the game command and conquer 3:tiberium wars and it works fine in the tutorial.but when i start...
  20. topgear

    Refrain Command Prompt from Disappearing

    Windows basically execute run commands from within command prompt. Every time you execute a command from windows run dialogue box the command prompt just disappears. This method has it's own advantage & disadvantage. But, sometime we need to see the command output in command prompt window...
Top Bottom