| | | Forum Guru
       
Group: Forum Members Last Login: 13-01-2012 16:24:48 Posts: 67, Visits: 168 |
| Hello...
I have a files located on:
Z:\Images\Bad Company 2\PC1\Settings.Bin
Z:\Images\Bad Company 2\PC2\Settings.Bin
Z:\Images\Bad Company 2\PC3\Settings.Bin
Z:\Images\Bad Company 2\PC4\Settings.Bin
Z:\Images\Bad Company 2\PC5\Settings.Bin
I want to copy the file to From:
Z:\Images\Bad Company 2\PC1\Settings.Bin
To PC 1 located on:
C:\Users\PC1\Documents\BFBC2\
I know there are something to use with %pc% but how can i fix this issue to get correct file to correct PC.
Thanks for answer
|
| | | | Forum Guru
       
Group: Forum Members Last Login: 13-01-2012 16:24:48 Posts: 67, Visits: 168 |
| I have tried with this batch file, but it doesnt work:
@echo off
cls
title BATTLEFIELD BAD COMPANY LICENS /!\ SN 2010 /!\ DONT CLOSE THIS BOX
copy "\\HZ\Images\Bad Company 2\Licenser\%pc%\Gamesettings.bin" "C:\Users\Dator %pc%\Documents\BFBC2\Gamesetting.bin" /y
cls
exit
|
| | | | Forum Guru
       
Group: Forum Members Last Login: 13-01-2012 16:24:48 Posts: 67, Visits: 168 |
| | | | | 
Supreme Being
       
Group: Administrators Last Login: 03-02-2012 21:13:52 Posts: 1.382, Visits: 11.998 |
| | | | | 
Supreme Being
       
Group: Forum Members Last Login: Yesterday @ 17:57:57 Posts: 378, Visits: 3.074 |
| try this:
copy "\\HZ\Images\Bad Company 2\Licenser\pc%1\Gamesettings.bin" "C:\Users\Dator pc%1\Documents\BFBC2\Gamesettings.bin" /y
create the license management entry, enter path for the batch file, enter %license% as argument
and then add licenses entering just the numbers 1, 2, 3,....,n, one in each entry...
you can also do it by having the bins inside one single folder and having them named as Gamesettings1.bin Gamesettings2.bin etc... (Gamesettings%1.bin in the first portion of the batch)
also important, when you create a new license management and you assign it to a game, i think the server module needs to be restarted before you can use it succesfuly
www.web-plus.gr |
| |
|
|