Having read "What is the equivallent of a *Entry PLIST in /Free?" (url: http://www.code400.com/forum/forum/i...-plist-in-free) I still don't now how to replace a named PLIST in /Free. For ordinary program calls, I am perfectly capable of coding a prototype and using that. However, for SPECIAL FILEs, a named PLIST is still required as far as I can find out. Can somebody please prove me wrong?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
What is the equivalent of a named PLIST in /Free?
				
					Collapse
				
			
		
	X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
Like so:
Code:d bufferDs e ds extname([I]specialFile[/I]) d [I]programName[/I] pr d option 1 d status 1 d error 5 0 d buffer like(bufferDs) d [I]programName[/I] pi d option 1 d status 1 d error 5 0 d buffer like(bufferDs)
Just replace the values for specialFile and programName.
Also notice 'pr' and 'pi'.Last edited by Flodge; June 8, 2017, 05:42 AM.
Comment
 




Comment