This is the new home of the egghelp.org community forum. this announcement post . Click the X in the top right-corner of this box to dismiss this message. 
Help for those learning Tcl or writing their own scripts.
			
		
				
			
				
								NewzNZ 							 
						Halfop 			
		Posts:  68 Joined:  Thu Mar 05, 2009 5:15 am
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by NewzNZ  Fri Feb 07, 2014 8:16 pm 
			
			
			
			
			
			Hi sorry for the basic question, but am trying to get a timer to run a proc every 2 mins from startup but not get messed up by .rehash. What I've tried so far isn't working:
Code: Select all 
bind time - "*/2 * * * *" procname
Thanks in advance for any help!
 
		 
				
		
		 
	 
				
		
				
			
				
								SpiKe^^ 							 
						Owner 			
		Posts:  831 Joined:  Fri May 12, 2006 10:20 pmLocation:  Tennessee, USA
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by SpiKe^^  Sat Feb 08, 2014 1:57 am 
			
			
			
			
			
			
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
				
			
				
								NewzNZ 							 
						Halfop 			
		Posts:  68 Joined:  Thu Mar 05, 2009 5:15 am
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by NewzNZ  Sat Feb 08, 2014 7:25 am 
			
			
			
			
			
			Great - that's working nicely...