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
Default_Outfile_Names=yes
I have no problem creating the first three lines (using echo...I allocated the numbers 528 and 21 as %1 and %2 as these are the only variable numbers in this file) but cannot get lines 4 5 and 6 created...alwyas seems to drop them or lose the 1 or 2 (I guess this is something to do with =)
Any help is much appreciated
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
Default_Outfile_Names=yes
I have no problem creating the first three lines (using echo...I allocated the numbers 528 and 21 as %1 and %2 as these are the only variable numbers in this file) but cannot get lines 4 5 and 6 created...alwyas seems to drop them or lose the 1 or 2 (I guess this is something to do with =)
Any help is much appreciated