Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. andysi

    Split single text file into 3 files

    Hi, I'm looking to write a .bat file which can split a text file with three sections in it (with a blank line between each section) into 3 seperate files (one for each section). The length and content of each section varies but there is always a blank line between each section (2 blank lines...
  2. andysi

    creatign a text file usign a batch file

    thanks for your help johnwm I was still having problems with this because the spaces were an issue in the text file produced (the text file is a batch file for a genetics program). I managed to get around this using ^ although it took me a while to figure out that ^ was the "ignore" character I...
  3. andysi

    creatign a text file usign a batch file

    thanks for the reply John, I appreciate it. I just gave this a go and still doesn't seem to work... When I run this bat file from the command line followed by 528 and 18 (my variables) echo Input_Pedigree_File = pedin.%1%2> megabatch.txt echo Input_Locus_File = datain.%1%2>> megabatch.txt echo...
  4. andysi

    creatign a text file usign a batch file

    HI John, appreciate your comments. So this is intended to be a .bat file running in WindowsXP from the command line. The .bat is used to generate a file which allows me to automate linkage analysis (looking for genes that cause disease). So far I have: echo Input_Pedigree_File=pedin.%1%2>...
  5. andysi

    creatign a text file usign a batch file

    First apologies for my ignorance I'm trying to create a batch file which will create the following text file Input_Pedigree_File=pedin.52821 Input_Locus_File=datain.52821 Input_Map_File=map.52821 Input_Untyped_Ped_Option=2 Analysis_Option=1 Analysis_Sub_Option=2 Chromosome_Single=21...

Part and Inventory Search

Back
Top