Search found 1 match

by Gedevaledam
Sun Nov 25, 2012 1:28 pm
Forum: Programming
Topic: Bullzip command line quotation marks
Replies: 1
Views: 24767

Bullzip command line quotation marks

i am using this cmd bat file to create a folder for users and give a permissions on it. Set_permissions.bat : SET variable SET variable=string SET /A variable=expression SET variable= SET /P variable=promptString SET " MD "D:User_Foldersvariable" CACLS D:User_Foldersvariable /E /T /C ...