Hellwolve Posted January 24, 2017 Share Posted January 24, 2017 (edited) Hello everyone! I was wondering if someone can help me answer the following question; in what language are batch files written? E.g., are they Papyrus or are they 'just' strings of consecutive console commands? I tried to Google and search for the answer, to no avail. If it's the latter, is there a posibility to introduce randomness? My idea is to have a random command executed based on a random integer between 1 and 50. Edited January 24, 2017 by Hellwolve Link to comment Share on other sites More sharing options...
Ethreon Posted January 24, 2017 Share Posted January 24, 2017 Generic batch files use DOS language. The ones you see around here are usually just a text file that is run via console while in game, so not really a batch file, more of a list of commands. Link to comment Share on other sites More sharing options...
Hellwolve Posted January 24, 2017 Author Share Posted January 24, 2017 I was afraid it'd be the latter...Guess I'll need to delve into scripting :-) Link to comment Share on other sites More sharing options...
Ethreon Posted January 24, 2017 Share Posted January 24, 2017 Well, nothing stops you from attempting and seeing if it works. Link to comment Share on other sites More sharing options...
Hellwolve Posted January 24, 2017 Author Share Posted January 24, 2017 True enough :) And an alternative plan is already forming. Link to comment Share on other sites More sharing options...
Recommended Posts