The reason i want this script is to be able to run *.exe files in a folder on a pc with group policy (my school computer), the IT guys at my school has blocked most folders but so far there has been two folders they did not block, and we used them until they found out about them. So, no malicious ma...
The reason I'm making this script is to check if the folder has limitations towards executing/copying .exe files, so its supposed to try ALL the folders :P
Hi, all. Recently i have been trying to make the FEx, Folder Explorer. I never thought it would be easy, but i didnt think it would be as hard as this. Green is what I've done, the red is what i havent done yet. The basic idea is: The FEx batch file starts out in a folder, checks the name of all fol...
I'm gonna try writing a script for you, but first i could tell you the basic idea: first you use for /f and split the directory string wherever \ is and use the part number 5 and 6 if its only in one directory, so it would make two values and set them to those two stings. c:\User\Desktop\Main\first\...
Okay, Heres the idea: The administrator/owner makes a new 'forum thingy' and all that is allowed to post there is facts about commands example: set used to set a variable to something Now when people reply information that can be used to expand the explaination, the creator of the thread updates the...
Hi, me again ^^ this is the text in textfile.txt: @echo off cls rem version#2.8# ((((lots of code that will be used later for a certain use)))) Now, what i want it to do is: Green : variable Blue : directory / file Red : Step number Pink : Stuff i want to be pink Purple : Command #1 : Check for a li...