![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
View Poll Results: Do you sync your games 'online' | |||
Yes I take advantage of this 'service' and sync my games online |
![]() ![]() ![]() ![]() |
10 | 14.29% |
No I dont sync my games online |
![]() ![]() ![]() ![]() |
60 | 85.71% |
Voters: 70. You may not vote on this poll |
![]() |
|
Thread Tools | Display Modes |
![]() |
#31 | |
Loader
![]() Join Date: Mar 2010
Posts: 90
Downloads: 16
Uploads: 0
|
![]() Quote:
I wrote a little script to semiautomagically archive all my saves to avoid getting screwed by the sync. Code:
'========================================================================== ' ' NAME: saveback.vbs ' ' PURPOSE: automatically create recursive archive of files in sourcedir ' to an archive in backupdestdir, named with time / date stamp ' ' USAGE: cscript saveback.vbs "c:\sourcedir" "c:\backupdestdir" ' '========================================================================== On Error Resume Next Set WshShell = WScript.CreateObject("WScript.Shell") homed = WshShell.CurrentDirectory Set WshShell = Nothing Dim objFSO Set objFSO = WScript.CreateObject("Scripting.FileSystemObject") set objShell = CreateObject("Wscript.Shell") Set oArgs = Wscript.Arguments sourceDir = oArgs.Item(0) destDir = oArgs.Item(1) rarpath = "C:\Program Files\WinRAR\rar.exe" raroptions = " a -r -ep1 -inul " backupname = Replace(Date, "/", ".") & " " & Replace(Time, ":", ".") & ".rar" set objExec = objShell.Exec(Chr(34) & rarpath & Chr(34) & raroptions & Chr(34) & destDir & "\" & backupname & Chr(34) & " " & sourceDir & Chr(34)) wscript.echo("Please wait while " & backupname & " is created") Do While objExec.Status = 0 wscript.sleep 1000 wscript.stdout.write(".") Loop |
|
![]() |
![]() |
![]() |
#32 |
XO
![]() Join Date: Sep 2002
Location: New York City
Posts: 408
Downloads: 439
Uploads: 0
|
![]()
No way! I learned my lesson the hard way. My saves stay with me only.
|
![]() |
![]() |
![]() |
#33 | |
Watch
![]() Join Date: Mar 2010
Posts: 20
Downloads: 12
Uploads: 1
|
![]() Quote:
Really, to say I use it isn't entirely accurate. The function is there, but I have yet to find it useful. I guess it makes sense for someone on the road a lot, but the DRM and performance of most laptops make that pretty much a non-starter anyway. |
|
![]() |
![]() |
![]() |
#34 |
Rear Admiral
![]() Join Date: Mar 2005
Posts: 13,224
Downloads: 5
Uploads: 0
|
![]()
Holding steady at nearly 90% of you do not use this 'feature'.
__________________
Follow the progress of Mr. Mulligan : http://www.subsim.com/radioroom/showthread.php?t=147648 |
![]() |
![]() |
![]() |
|
|