vaelen2001 Posted August 25, 2017 Share Posted August 25, 2017 Can a batch file be written to repeat itself after a specified amount of time? I'd like to write an obvious cheating batch file that simply reruns the command "KAH" every 5-15 seconds. If this is possible please teach us all. Thanks, Vaelen2001 Link to comment Share on other sites More sharing options...
L3s7ing Posted August 26, 2017 Share Posted August 26, 2017 (edited) A normal batch file would be able to do that, but Fallout 4 uses txt files with normal console commands.Due to the fact, that you use txt files with normal console commands there is no way to use the normal in batch files used commands like "goto" or "timeout" which would make your idea possible. The fallout console would simply not recognize the commands.So the only thing that would come near this is a txt file with something like: kahbat kahFile If you name your txt file "kahFile" this would lead to an overflow of the command kah (the file would simply open itself over and over again) ... how often I don't know. Maybe as fast as your pc can handle executing this command per second?So, as far as I know, there's no possible way to make a repeating bat file in Fallout 4. However, what fun would it be to play the game without any enemies? :wink: Edited August 26, 2017 by L3s7ing Link to comment Share on other sites More sharing options...
vaelen2001 Posted September 9, 2017 Author Share Posted September 9, 2017 A normal batch file would be able to do that, but Fallout 4 uses txt files with normal console commands.Due to the fact, that you use txt files with normal console commands there is no way to use the normal in batch files used commands like "goto" or "timeout" which would make your idea possible. The fallout console would simply not recognize the commands.So the only thing that would come near this is a txt file with something like: kahbat kahFile If you name your txt file "kahFile" this would lead to an overflow of the command kah (the file would simply open itself over and over again) ... how often I don't know. Maybe as fast as your pc can handle executing this command per second?So, as far as I know, there's no possible way to make a repeating bat file in Fallout 4. However, what fun would it be to play the game without any enemies? :wink:Thank you for your reply. Link to comment Share on other sites More sharing options...
Recommended Posts