Milo Posted January 24, 2017 Share Posted January 24, 2017 I'd like to add automation to my farm, which would extend into a VPS. My question is, can you use those .bat files in a Linux VPS, or is there something else to use? If not, and I need to get a windows VPS, does anyone have a recommendation for one? Quote Link to comment Share on other sites More sharing options...
The Hero of Time Posted January 24, 2017 Share Posted January 24, 2017 http://osbot.org/forum/topic/100554-explvs-osbot-manager/ ? Quote Link to comment Share on other sites More sharing options...
Milo Posted January 24, 2017 Author Share Posted January 24, 2017 (edited) http://osbot.org/forum/topic/100554-explvs-osbot-manager/ ? Pardon my ignorance to the subject. But i'm not very familiar with Linux. It would be possible to install this onto a linux vps? Also, I'm looking for something that would also use the script parameters. Edited January 24, 2017 by Screwbie Quote Link to comment Share on other sites More sharing options...
The Hero of Time Posted January 24, 2017 Share Posted January 24, 2017 Pardon my ignorance to the subject. But i'm not very familiar with Linux. It would be possible to install this onto a linux vps? yeah, its java so itll work on linux Quote Link to comment Share on other sites More sharing options...
Milo Posted January 24, 2017 Author Share Posted January 24, 2017 yeah, its java so itll work on linux Thank you, this is great and seems a lot easier. Quote Link to comment Share on other sites More sharing options...
Satire Posted January 24, 2017 Share Posted January 24, 2017 .bat is windows batch file. You cannot run it on Linux. You can try using the manager that the other person suggested, it should work as Java is cross platform. Quote Link to comment Share on other sites More sharing options...
THS Posted January 24, 2017 Share Posted January 24, 2017 make it a .sh instead Quote Link to comment Share on other sites More sharing options...
Satire Posted January 24, 2017 Share Posted January 24, 2017 make it a .sh instead That still won't make it work. Linux takes different parameters than Windows. You'll need to change the params to make it work with linux. Quote Link to comment Share on other sites More sharing options...
Juggles Posted January 24, 2017 Share Posted January 24, 2017 Windows is .bat Linux is .shEverything else is exactly the same.On linux you run it through terminal by typing ./filename.sh 1 Quote Link to comment Share on other sites More sharing options...