[futurebasic] Re: [FB] OS 8.6 TCP/IP

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2005 : Group Archive : Group : All Groups

From: George Beckman <gbeckman@...>
Date: Sat, 4 Jun 2005 19:23:24 -0700
Pete,

What about a compiled applescript in startup items.

You could put a copy of TCP/IP Preferences that is set to Default in a 
folder.  I chose IP Backup here and placed it in Preferences in the 
System Folder.

tell application "Finder"
	try
		select file "TCP/IP Preferences" of folder "Preferences" of folder 
"System Folder" of startup disk
		delete selection
	end try
	
	try
		select file "TCP/IP Preferences" of folder "IP Backup" of folder 
"Preferences" of folder "System Folder" of startup disk
		copy selection to folder "Preferences" of folder "System Folder" of 
startup disk
	end try
	
end tell
On Jun 4, 2005, at 11:58 AM, Peter Bancroft wrote:

> I need to write a program that will be located in the "StartUp Items"
> folder which selects the "Default" TCP/IP configuration.
>
----
Best Wishes,

George
http://www.pggp.com

--
To unsubscribe, send ANY message to: futurebasic-unsubscribe@...