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...
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
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.