If you right click an application and click the security tab you can add/remove users who can perform certain actions, which you can select off underneath (read, write, delete, etc.)
Ahhh
What I ended up doing was to inform people that they would only be able to set up the automation with recursive "getting"
so i used the -r function and had them type in the folder paths
so text file:
development/me,
production/live feeds,
using a comma delimiter, you can get those folders...
Thanks, that was most helpful, but I realize now that I have to be writing a batch file within a batch file in second.bat, but i'll post that separately here
IF i have a variable (more specifically, one inside a for loop), can I send that variable to a nested program using call so that program can use it? I'm currently trying to place files in the fight folder, because VSS only allows retrieving files into the folder that the batch file is invoking...
longhair, thanks for the clarification
however, can you explain tokens?
Also, is there a way to start from a certain CHARACTER?
say, get everything from third character to the delim
USing this command, is there a way to get the root project? If i'm getting all files from say
$/me/personal
it won't create a "me" or "personal" folder, only the subdirectories inside
how can this be fixed? (i'm writing in a batch file)
I wrote a simple batch file to read off file path and names from a textfile so that it can be retrieved from the VSS online database we set up. However, as we all know, SS.exe does not place files you "get" to the working folder, but rather the folder that you invoke ss.exe get (file) from, and...
Is there a way to check if a file is empty without use wscript? I wanted to make my batch file more efficient by skipping when theres no input, predetermined by the user in a text file. So something like
If NOT txtfile == empty program.exe
Thanks a lot, that really helped. I was actually reading the lines from a single file, but I just replaced the (list). thanks it worked nicely. Much easier than other nonsensical methods I found.
Not sure if this is where I should post, move if I'm wrong
For VSS, I'm currently writing some program that "gets" the files currently in progress to update, but I do not know how to link to the online VSS database. The console commands seem to only work for a local database, and that is what...
Basically, I wanted to read several files into the parameter for a program and instead of writing them all out in the FOR statement, I wanted to have them on a single line in another file in case i'll need to use them again.
For example:
for %%f IN (list) DO c:\program\program.exe include %%f...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.