foxidrive wrote:That's the funny thing - this forum is dedicated to batch scripting, with help from tools that are native and a few third party tools where the task to too unwieldy for a reasonable batch file.
There are a number or people that bend batch in miraculous ways too. That's the beauty of batch scripting - it's fun.
I am sure you are proficient enough in vbscript/powershell to understand what they can do. So my comment is not unfounded and absurd. It really has nothing to do with whether this forum is batch scripting oriented or not or people exploiting batch to its limits. That is not a point of contention.
foxidrive wrote:It is the regular user that comes here to get some help, rarely a system admin. Many tools are locked down for regular users, so they can't efficiently trash the system, and they can't install programs.Often you will also get people asking specifically for a native solution - without VBscript/Jscript or Powershell or any third party tools - purists or students learning in a course.
Are you sure you want to attest to that statistics.? by the way, when i say system admin, its really not just system administrator as a job. I am referring to functions. Sending email, moving files, copying file etc etc. Its not only done system administrators, but i classify them as system admin functions.
Why would someone want a batch to run in a environment specially locked down for not allowing it? If its for personal use, that shouldn't be a problem to use other tools. If they are restricted and have legitimate reasons to run batch, then they should get the proper permission and proposals on how to do the job.
purists + students? How many are there? what about the rest? what are they categorized as?
Without any statistics done, considering this is a public website, i am sure others not purist or students would have came here to learn some things as well regardless of profession. In the process, they might have learnt some better ways to do things as well. What are we to stop people from doing this?
foxidrive wrote:Maybe so, but you or I believing it isn't going to change what the current reality is.
It's true that people with a smattering of knowledge can really cause damage with scripting tools, and that's a fair reason to lock things down in a commercial environment.
in a real environment, programmers code in a test/uat environment. before implementation, code has to be audited. after that only security/system admin can implement the app. on production system, only necessary libraries installed + other kind of security lockdown, not excluding physical security. Don't tell me these things cannot be easily done?