Thanks you experts! I was able to make this work!
Thank you. Here is the program in its completion.
I am able to update 150 Pcs within seconds. Fantastic.
That is what scripting is all about! Speed and efficiency!
-Thank you

-Robert


 Code:
;********************************
;  Update FSP.ini Domain-wide
;********************************


Break on

Dim $PClist
Dim $array

$PClist = "ftran1", "ftran2", "ftran3"

for each $Element in $PClist
 
 ? $Element
 
 $Rc = WriteProfileString('\\$Element\C$\WINDOWS\fsp.ini', 'Ubs', 'PCAlias', LCase($Element) ) 
 If @error <> 0  ? "Updated (pcAlias) successful" endif
 $Rc = WriteProfileString('\\$Element\C$\WINDOWS\fsp.ini', 'Ubs', 'PortNumber','9600' )  
 if @error <> 0 ? "Updated (PortNumber) successful" endif
 $Rc = WriteProfileString('\\$Element\C$\WINDOWS\fsp.ini', 'Ubs', 'HostName', '192.168.1.94' ) 
 if @error <> 0 ? "Updated (Hostname) successful" endif
 $Rc = WriteProfileString('\\$Element\C$\WINDOWS\fsp.ini', 'Ubs', 'SessionName', 'Original Session' ) 
 if @error <> 0 ? "Updated (Session Name) successful" endif
 
 shell "notepad.exe \\$Element\C$\WINDOWS\fsp.ini "
 
 sleep 2

next
;********************************
;  End of Update FSP.ini
;********************************




_________________________
Robert
A+, CCNA, MCP
Network Admin
Credit Union Wisconsin