It's in the registry and you aught to be able to apply it to a new system just by changing the name, bold below
The key is
HKEY_USERS\jnicks\RemoteAccess
And if you backlight the key and Export it from RegEdit you will get:
[tt]
REGEDIT4
[HKEY_USERS\jnicks\RemoteAccess]
"AreaCode"=";413;"
"wizard"=hex:80,00,00,00
"Default"="Pro"
"EnableRedial"=hex:00,00,00,00
"RedialTry"=hex:01,00,00,00
"RedialWait"=hex:00,00,00,00
"EnableImplicit"=hex:01,00,00,00
"DialUI"=hex:02,00,00,00
[HKEY_USERS\jnicks\RemoteAccess\Addresses]
"Pro"=hex:79,7a,08,0a,38,38,38,38,18,38,38,38,19,38,38,38,38
,38,38,38,0d,38,38, . . .
38,38,38,38,38,38,38,38,38,38,38,39,38,38,38,eb,39,38,38,38,
38,38,38,38,38, 38,38,38,38,38,38
[HKEY_USERS\jnicks\RemoteAccess\Profile]
[HKEY_USERS\jnicks
\RemoteAccess\Profile\Pro]"IP"=hex:1c,00,00,00,00,00,00,00,0
0,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00
"User"="artifice"
[/tt]
You can use an applet or TextEd to change, and then
REgEdit /I filename.reg
If the system is already set up for dialup, then likely just the two keys are needed.
[tt]
[HKEY_USERS\jnicks\RemoteAccess\Addresses]
"Pro"=hex:79,7a,08,0a,38,38,38,38,18,38,38,38
...
[HKEY_USERS\jnicks
\RemoteAccess\Profile\Pro]"IP"=hex:1c,00,00,00,00,00,00,00,0
0,00,0
...
[/tt]
As always REGEDIT /E REGBAK.REG for a backup first.