Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~9K People Reached
Favorite Tags
Member Avatar for Rajnesh

Dear all, Could you tell me how to go about executing MSDOS commands thru Java. I tried with the Process class but it gives an error:2. Could anyone please advise.

Member Avatar for stultuske
1
2K
Member Avatar for Rajnesh

start Server first start Client by passing the ipaddress of the server eg; java Client 10.0.1.15 if an error pops up change the port in both Client and Server programs

Member Avatar for jt86442
0
3K
Member Avatar for Rajnesh

I was creating a chat application in Java Swing/Socket Programming. The same when I created in non GUI app. it worked [url]http://www.daniweb.com/code/snippet448.html [/url]. But in GUI, they can't connect now. I have tried it thru many ways but still m getting errors for connection. Can anyone can help me...... /********************* …

Member Avatar for anthonydonx
0
251
Member Avatar for Rajnesh

Can someone demostrate with a tutorial thru which the Operating System could be developed in C#, i have no idea in System programming in C#. Also tell if the same could be done in other langauges such as Java or J#...If someone already have a coded tutorial for OS in …

Member Avatar for kvprajapati
0
920
Member Avatar for tgraves

I have changed the Path Environment Variable for Windows Command Prompt to: C:\j2sdk1.4.2_04\bin so why, when I try to run javac while in the code folder directory, do I still get the error message "javac is not recognized as an internal..." I was forced to put the path info in …

Member Avatar for peter_budo
0
323
Member Avatar for helpwithjava88

hi. I need java for an online game, runescape. I go to the java site and get to the downloads page, but as soon as I click the yellow download button and decide wherer to save the file and click ok, I get a message saying my connection, compuserve, has …

Member Avatar for javaAddict
0
207
Member Avatar for mmiikkee12

Seriously, what is any programming language without a HelloWorld app?

Member Avatar for javaAddict
1
152
Member Avatar for Rajnesh

/*This program works just like MS-DOS. It takes in the input, uses the C Library, uses the system files and function, executing and displaying the code on the same command prompt. */

Member Avatar for Ancient Dragon
0
1K
Member Avatar for Rajnesh

This prog uses SQL Server's Master Databases xp_cmdshell stored procedure (Shell Commands) to send messages in a LAN.Make Sure the driver name is 'netsend' and it points to Master Database. Check and change the username and passwords in the Java Program also.Make sure you have sufficient priviledges to execute stored …

Member Avatar for Antony Prabu
0
183
Member Avatar for Dortz

here's a quick little practical joke that you can do to your friend, (or computer illiterate enemy) close all windows and everything on the screen, so all that is seen is the icons on the desktop. move the mouse off the screen, and hit 'print screen'. open paint, and paste …

Member Avatar for The Dude
0
251
Member Avatar for nanosani

Post windows shortcuts you know here ... I start with task manager shortcut --> ctrl + shift + Esc.

Member Avatar for arjunsasidharan
0
779
Member Avatar for Rajnesh

Dear all, Is there any [B]ONE[/B] Web Server that supports all Server scripts eg PHP,ASP,ASP.NET,JSP, Servlets, JavaScripts, VBScripts, etc.

Member Avatar for calcop
0
100
Member Avatar for Rajnesh

Does the comparison operator also compares data types... the following program gives the output Equals..Please advise... class Check{ public static void main(String[] args){ int numA=100; double numA=100; if(numA==numB) System.out.println("Equals"); else System.out.println("Not Equal"); } }

Member Avatar for Rajnesh
0
169
Member Avatar for aripaka

Hi All, I would like to know what is the Dev C++ by Bloodshed? In what way is this different from ordinary C++? I read somewhere that this is used to program Windows applications along with the C++ apps. So, is there any tutorial available on web to learn windows …

Member Avatar for Dave Sinkula
0
267
Member Avatar for Rajnesh

can anyone help me out. Java Swing GUI's opens really slower than C# forms...is there anything to be done in the code. and in Applets tooo is is really slower even if you just minimise n maximise the browser...in Applications the components are not seen unless u resize the form...anyone …

Member Avatar for Rajnesh
0
88