Go Back   Forums > Abandonia.com > Games Discussion
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 12-11-2009, 06:11 PM   #7
Eagle of Fire
Friendly Fire
 
Eagle of Fire's Avatar

 
Join Date: Sep 2004
Location: Valleyfield, Canada
Posts: 4,892
Default

Lets be clear here folks: a batch file (.bat) is a command file in text form which execute every line which is written in the batch file one after the other just like if you were typing it by yourself.

The only difference between a batch file and the same commands that you would type by yourself is speed.

The only way that what been described above would work to prevent a game to be able to access its own directory would be to write the batch file in such a way that instead of using the CD commands you access the executable file (.exe) directly. Like for example by typing
Code:
c:\oldgames\whatever\whatever.exe
instead of
Code:
cd c:\oldgames\whatever\
whatever.exe
The difference between the two is that the first example allow you to call a program from another directory without having to change the directory you are currently using while the second example change the directory you are currently using to the target directory of the executable you wish to run.

-EoF
__________________
I'm on a hot streak... Literally.
Proud member of The Abandoned since 2005.
Eagle of Fire is offline                         Send a private message to Eagle of Fire
Reply With Quote
 


Similar Threads
Thread Thread Starter Forum Replies Last Post
Civilization Dave Troubleshooting 8 30-01-2006 07:01 PM
Civilization 4 swiss Gaming Zone 7 29-11-2005 04:49 PM
Civilization 1 Kreepah Troubleshooting 15 14-08-2005 08:38 PM


Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 12:20 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.