Gamingforce Interactive Forums
85242 35212

Go Back   Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk
Register FAQ GFWiki Community Donate Arcade ChocoJournal Calendar

Notices

Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis.
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).


Looking for a program
Reply
 
Thread Tools
Zergrinch
Evil Grinch


Member 666

Level 50.98

Mar 2006


Reply With Quote
Old Jul 28, 2008, 05:34 PM Local time: Jul 29, 2008, 06:34 AM 1 #1 of 6
I will go with a batch file.

Start it off with x-copy command:

xcopy [temp appdata dir] [backup dir] /e /y
Run the game (just put in the path of the .exe file)
xcopy [backup dir] [temp appdata dir] /e /y

Here's a sample (you can just type it up in notepad and save as a .BAT)

xcopy "C:\Ngamebak" "C:\Documents and Settings\Audio Phile\Application Data\N Game Save Files" /e /y
C:\Games\N-Game\N.exe
xcopy "C:\Documents and Settings\Audio Phile\Application Data\N Game Save Files" "C:\Ngamebak" /e /y

/e specifies that Windows will copy empty directories - if there are no subdirectories then this is unnecessary. In this case MOVE might also be a viable command (MOVE /Y [source\*.*] [destination]).

/y suppresses the prompt asking you if you want to overwrite the file. You should probably leave it in.

When you're done with your editing, you can run that instead of running the game executable directly.

How ya doing, buddy?
Single Post URL
Transparent Color Code:
[color=#14194e]
Zergrinch
Evil Grinch


Member 666

Level 50.98

Mar 2006


Reply With Quote
Old Jul 28, 2008, 11:28 PM Local time: Jul 29, 2008, 12:28 PM 1 #2 of 6
For the randomly generated save directory, I got nothing. You will unfortunately have to do it manually, I suppose. Are you SURE you can't change the save directory into something more permanent?

---

As for your cake icing, you can't suppress it, but you can have it automatically minimize to the background when you run the batch file.

Silent .bat/.cmd file (no window)

There's nowhere I can't reach.
Single Post URL
Transparent Color Code:
[color=#14194e]
Reply


Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk > Looking for a program

Forum Jump


All times are GMT -5. The time now is 04:22 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2026, vBulletin Solutions, Inc.