Jump to content

Sorry just have to vent!


DocLangy

Recommended Posts

Welcome! :D

I just have a batch file with this inside and run the game from there instead of ksp.exe:


@echo off
set backupname=%date%_%time%
set backupname=%backupname:/=%
set backupname=%backupname::=%
set backupname=%backupname:,=%
xcopy saves back\saves_%backupname%\ /E
call ksp.exe

Lazy-ass solution, but it works.

Link to comment
Share on other sites

Laws of physics? Bring 'em on. It's the bugs you must be afraid of.

Bugs are merely the little reminders that we have yet to move beyond the pamphlet that tells us physics are there and will kill us if we don't respect them.

That would be one way to look at the hiccups that occur such as save-file corruptions, power-outages, accidental deletions....you name it.

Welcome! :D

I just have a batch file with this inside and run the game from there instead of ksp.exe:


@echo off
set backupname=%date%_%time%
set backupname=%backupname:/=%
set backupname=%backupname::=%
set backupname=%backupname:,=%
xcopy saves back\saves_%backupname%\ /E
call ksp.exe

Lazy-ass solution, but it works.

Man, haven't seen DOS language in years. Feeling that nostalgia trip hitting me.

And you definitely sound like someone experienced with all kinds of rascal-caused events.

Edited by samstarman5
Link to comment
Share on other sites

Man, haven't seen DOS language in years. Feeling that nostalgia trip hitting me.

And you definitely sound like someone experienced with all kinds of rascal-caused events.

Ditto ^^^

That just a batch file you have set to run at log off ?

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...