January 24, 20179 yr 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?
January 24, 20179 yr Author 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, 20179 yr by Screwbie
January 24, 20179 yr 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
January 24, 20179 yr Author yeah, its java so itll work on linux Thank you, this is great and seems a lot easier.
January 24, 20179 yr .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.
January 24, 20179 yr 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.
January 24, 20179 yr Windows is .bat Linux is .shEverything else is exactly the same.On linux you run it through terminal by typing ./filename.sh
Create an account or sign in to comment