Home Answers Viewqa Java-Beginners Need help in completing a complex program; Thanks a lot for your help

 
 


vishnu radhan
Need help in completing a complex program; Thanks a lot for your help
0 Answer(s)      4 months and 2 days ago
Posted in : Java Beginners

Hi,

I am currently working on one program which works in this way. 1) It searches for a file in a unix server and loads it into local drive say abc.txt 2) It forms a string which is combination of static+dynamic content ie. the dynamic content is user inputted and static content is prewritten. 3) We need to search this string in the abc.txt and export the results into an excel file.

Where I'm stuck:

  1. I need to write a batch file (Windows) which will pass that string and search for that string in the file abc.txt. Need the proper way to write the batch file using FINDSTR. I am stuck in that.

  2. My string is of format "All is well obama". Now when I wrote a sample batch file and tried to pass this string into the batch file, it took only the 1st word ie."All" and searched. But I got no output. So please help me with this too.

  3. And also, I am using Runtime function to call the batch file into the Java code. Is there any other way to call it?

Thanks a ton for your help!! :)

View Answers









Related Pages:
Need help in completing a complex program; Thanks a lot for your help
Need help in completing a complex program; Thanks a lot for your help  Hi, I am currently working on one program which works in this way. 1... it? Thanks a ton for your help
Please help need quick!!! Thanks
Please help need quick!!! Thanks  hey i keep getting stupid compile...(); ^ 6 errors any help would be appreciated guys. Thanks so... simulation program of sorts here is my code: RentforthBoatRace.java public
i need your help - Java Interview Questions
i need your help  Write a java program that: i. Allows user to enter 2 numbers from the keyboard ii. Uses a method to compare the two numbers... Number= " + larger); } } Thanks
I need your help - Java Beginners
I need your help  For this one I need to create delivery class... the file name is ApplicationDelivery.java Your program must follow proper Java... to describe the purpose of the program.   Hi Friend, Try the following
Need help with console program?
Need help with console program?  Write a console program that repeatedly prompts the user to enter data until they type done (any case, Upper, Lower, or Mixed). thanks in advance.   Here is an example that repeatedly
Need help in java programming
Need help in java programming  Hello. Can someone please help me... 10% Exam 60% Java program that accepts the following details: student...; do{ System.out.print("Please enter your choice: "); menu = input.nextInt
need help on writing a program. - Java Beginners
Writing first Java Program  Hi, I need help to write my first Java Program other then Hello World! Thanks!!  Hi Thanks for choosing roseIndia to get your query solved. check given link to see the solution of your Java
Help in completing Servlet code!
Help in completing Servlet code!  Complete the following Servlet codes to store the information read from the input form to session object. public void doGet(HttpServletRequest req, HttpServletResponse resp) throws
need help with java program as soon as possible
need help with java program as soon as possible  So my assignment is to write a program that used while loops to perform 6 different things. 1...(); if(num1>num2){ System.out.print("Your First Number is greater than
Need help writing a console program
Need help writing a console program  I need help cant seems to figure it out! Write a program that consists of three classes. The first class will be the actual program. The second class will simply convert a string to lower
Help with Temperature program
Help with Temperature program  I need help to write a GUI program... components and a mouse listener for the window. ââ?¬Â¢ Your application should use.... Thanks
hello there i need help
hello there i need help  : i need to do a program like...: YOur Balance is __ if i chose D: Enter you deposit amount: if i choose W...: for withdrawal: your withdrwal amount: if no: it will return to: Would you like another
seriously need help....
seriously need help....  Write a program that will prompt the user... for 30 days. Constraints Your program will be divided into four separate sub... program. Use each of the following Java statements at least once in your program
Need help with my project
Need help with my project  Uses a while loop to perform the following... results to a file in the same directory as the program, placing an appropriate label between each section of output. Note that your program must be able to run
Need help - Java Beginners
Need help   To Write a Java program that asks the users to enter a m..., respectively. The program stores this matrix into a two dimensional m*n array...; Hi Friend, Please try the following code. We hope that this code will help
need help. - Java Beginners
output all the uppercase letters  can some one tell me how to output all the uppercase letters. Thanks in advance!!  Here, is the output... program code and get to the output in uppercase letter.amar
help
to the user) please tell me how could i design that. Please help me asap Thanks a lot
Need help with this!
Need help with this!  Can anyone please help me... to a file at all at this time. Any help would be greatly appreciated, thank you... Program"); entry = myScanner.nextInt(); numberOfStudentsTest = 0
New to JSP..need help to make & run a JSP program.
New to JSP..need help to make & run a JSP program.  Hi, I have installed Tomcat 5.5 on my system. Plz help me to make a simple JSP program...;Environment Variable And the set the variable CATALINA_HOME and put the path of your
Help
Help  write a program that reads an integer and check whether it is even. for example, if your input is 25, the should be: is 25 an even number? false if your input is 2000, the should be: is 2000 an even number?true
help
you will demonstrate your work by running your program in the lab. Also upload the final version of your program in to black board. Note: Cheating.... Problem: â?¢ Modify the project to create user interface. Your program should
help!!!!!!!!!!!!!!!!!!
help!!!!!!!!!!!!!!!!!!  /import java.awt.; import java.sql.*; import...+"','"+t5+"',"+t6+",'"+t7+"','"+t8+"')"); JOptionPane.showMessageDialog(null,"Thanks... balance="+ts+" where pass='"+t9+"'"); JOptionPane.showMessageDialog(null,"Your savings
help
. Based on the above scenario, write a complete Java program. Your program should
need help creating a lift program - Java Beginners
need help creating a lift program  Classes, Methods, Constructors please i need help to create an elevator program Simulating an Elevator write an Elevator class containing various methods. Then, write a program
need help with a program - Java Beginners
Java algorithm - need help with a program  Java algorithm - need help with a program
need help with a program - Java Beginners
need help with a program   Part I An algorithm describes how... by the user. The output of the program should be the length and width (entered.... First you would need to make up the "test data". For this algorithm, the test data
Need help on mySQL 5 - SQL
| | | | +---------+------------------+ Thanks for your help...Need help on mySQL 5  Dear Sir, I'm a beginner of mySQL 5 . I need help on mySQL5 command. This is the table which i created is called
Need *Help fixing this - Java Beginners
Need *Help fixing this  I need to make this program prompt user to login and then set program visibility to be true save volume output to file and maybe add retrieve function //need help with this one badly. Thanks guys for all
I need your help - Java Beginners
I need your help  What is the purpose of garbage collection in Java, and when is it used?  Hi check out this url : http://www.artima.com/insidejvm/ed2/gc.html http://java.sun.com/javase/technologies/hotspot
Need Help on JMS - JMS
Need Help on JMS   Hi, In my application i need to create my own ques and my own QueueConnectionFactory..... Plz tell me how to create the same... Any help is appriciated,.. Thanks in advance
program help - Java Beginners
program help  In the following code, I want to modify class figure...(); System.out.println("Enter your choice : 1 for circle and 2 for rectangle.../master-java/ Thanks
Need Help in Java programming
Need Help in Java programming  Hello. Can someone please help me with writing the following program Java program that gives assignment details such as:assignment number,assignment name,due date,submission date,percentage marks
Need help with nested queries
Need help with nested queries  Hello, Table1 has "id", "votes" columns. Table2 has "id", "Name" column. I need to retrieve Name and its corresponging Votes. I tried with nested queries but its confusing. Can anyone please help
need help please
need help please  Dear sir, my name is logeswaran. I have a big problem that I can't find the solution for a program. How can I block a user from enter a page second time. Please help me. By the way I'm using Access database
Need some help urgently
Need some help urgently  Can someone please help me with this below question. I need to write a class for this. If you roll Y standard six-sided dice... need to write a class for this where X and Y are passed as parameter. If someone
Plz Help
Plz Help  Hello Guys!! Plz. Help I need to write a program to display the astrological sign based on your birthday for example If we enter the date of birth in the following format from console--13/08/1990 it should give you
need help - Java Beginners
need help  Need help in programming in Java  Simple java program that will show the output within quotes using system.out.println... of this program is : " * "" *** "" ***** ""
I have need to help
I have need to help  Write a program that, for four points A, B, C and P, draws a triangle formed by ABC and a small cross showing the position of P; and displays a line of text indicating which of the following three cases
Sales System.. Need Help!! - Java Beginners
Sales System.. Need Help!!  were going to make a sales system in our... help us.. Thank you very much for your reply in my past questions you are a big help.. Thank you so much. Hope you will help me again thanks!! God Bless and more
need help - Swing AWT
need help  Create a program to correct and grade a set of multiple choice test result. this is a console program that uses JOptionPane dialog boxes.... The program must then ask the user to: "Please enter the number of students". Therafter
java program...need help as soon as possible!!! - Java Beginners
java program...need help as soon as possible!!!  Modify the Lexer (15.... 4. Print each token with line number READLINE: program { int i int j program left: 0 right: 6 line: 1 { left: 8 right: 8: line: 1 int
help me
allocated near to the holes with the largest indexes. your program... the flow of people , cars , airplanes , transactions , and so on . write a program... by pressing a key. you will need to determine how the customer will decide which line
java help
java help   Write a Java program that does the following: 1.Creates a grading program based on the Baker College grading standard. You will need... for the Grade class. Your program will first print out the Baker grade standard and Bill
beginner need help with online ordering program please
beginner need help with online ordering program please  I have created a program for an online ordering system and now have to add error handling and a few other things my teacher doesn't teach well is there a template I can go
boolean help
to do with the for loop? Please help import java.io.BufferedReader; import...{ System.out.println("Enter your first name"); BufferedReader brentryName=new... static String enterName() throws IOException{ System.out.println("Enter your
help in java
the Money objects m1 and m2. Note that your class should have all these methods; for example, there should be two methods named add. Write a test program for your...help in java  Define a class named Money whose objects represent
Need help in constructing a 2 dimensionla array?
Need help in constructing a 2 dimensionla array?  Construct a 2... i got but i dont know what im missing thanks in advance. public class...[][] a2 = new int[a][b]; System.out.println("Enter elements of your choice
Logic and desgin HELP just need to get started on this.
Logic and desgin HELP just need to get started on this.   Write a program that accepts five homework scores as input values and stores them... can process them again and again. First, load the scores in your array. Second
I need help in doing this. - Java Beginners
I need help in doing this.  Student DataBase i will need creating a program that will be used to manipulate a student database. This portion... driver program, so that your driver program can access these classes
Regular Expression Help Help HELP!!!!
appreciated Thanks in advance!!!!! Please Help!! harish...Regular Expression Help Help HELP!!!!  HI all I am very new to java... = "International Students 1"; So i need to extract only the "international Students", i

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.