@
What happens when you execute the .bat file as an administrator...nothing?
@
When trying to run the client on another PC in the same network you are going to have to make a few changes to the .opt file for the game server and the .bat file
You also need to make sure you have opened the ports needed to connect to the game in Windows advanced firewall on the computer running the game server.
So in the following lines of the game server you need to put your local area network address.
S io.ip_address:10.71.1.2
S io.port:4504
Ignore my numbers those are my settings. Set your PC running the game server with a static IP address. In your router there should be a way to DHCP a specific address to a specific computer. DHCP random addresses just messes with your server set up.
Then in your .bat file on the other computer make sure instead of local host address it uses what you put in the game server .opt...
RappelzCmdLauncher.exe sframe.exe /auth_ip:10.71.1.2 /auth_port:14500 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631
Again ignore the IP number and port number as those are mine but just for an example you can see how my address matches the game server .opt address and the auth port is the auth port set in my auth server .opt
Then Windows advanced firewall open every port in your .opt files for inbound and outbound traffic rules. Do not need and should not open port 1433.
Now your other computers on your home network should be able to find the server and connect.