Hi guys, I want to know how many parameters has been passed to a batch file based on that i want validated some conditions i.e if i pass parameters to batch...
Any Help would be appreciated. Currently the batch file below works the issue is when running, it attempts to do an extra loop. I don't understand why. rem...
It's finishing the For... and falling into ":Deploy" If you add a "goto EOF" after your For loop and before ":Deploy", you should find it'll be good to go ......
Hi, Is it possible to change all the files in a folder from read-only to read using a batch file? Regards, Evan ******************** This email and any...
There is a native DOS command named ATTRIB. Do a "HELP ATTRIB" at the DOS-prompt and see if that has what you are looking for. "Dembskey, E. (Evan)"...
... to read ... This will set any or all of the RASH attributes as you wish. It requires NT and as always, be aware of any yahoo inserted line breaks (all...
I guess I need a littl more help. This appears to loop through the first time on the second time I receive the following error. Invalid attempt to call batch...
... If that has no effect try and break it down into a smaller portion to test the logic, like this. @echo off if exist "c:\temp" ( for /F "delims=" %%i IN...
It appears that I did not include all the code with this I am doing a for LOOP inside my CALL. Is this possible because this where I receive the error. rem...
... yeah, that's ok. Some other things needed attention though. Please unwrap your code if possible... - try this snippet. @Echo off if [%1]==[] echo How...
On stardate Sat, 8 May 2004 02:13:32 +1000, Captain Michael Marquart spake ... Note that I omitted an & before the goto :EOF I trust that you are testing this...
So it appears that when I use CALL I need to us it all the time. I used CALL in front of the .cmd every think worked GREAT! Thanks for you help, again. Deeply...
Hello, I have 2 win2000 servers that access each others data and I have clients who access the data from the internet via our website. I have 1 batch file on...
Check out http://www.sysinternals.com/ntw2k/freeware/pstools.shtml . The utility PsService will let you embed it in a batch file and you can start and stop...
I have a batch file that compares, transfers and verifies files from one computer to a server 7 days a week. It runs at 6 pm every night and runs every 30...
Hello All, Due to the recent couple of messages coming from people who joined only to post SPAM, I am changing the group's message policy to have new members...
Are these kind of messages allowed in this newsgroup? ... From: <angie_a7fqr@...> To: <batchworld@yahoogroups.com> Sent: Saturday, May 15, 2004 11:53 PM ...
Hello, No, they are not. The message and its sender have been removed from the group. As I mentioned in my last post, I have taken steps to prevent this from...
in your backup batch file call the next batch file : @call backup2 and same with backup2.bat, add the following line to call the next batch file : @call...
Hi All, Just wondering if there is a way to make a batch file un-readable. The idea being that I want to create a batch file that no-one can read, but can...
On stardate Wed, 19 May 2004 14:22:43 +0100, Captain Derek Byrne spake ... bat2exe can convert some plain jane MSDOS batch files to executables. -- Regards, ...
Upon "rename" of a folder in my batch file I will receive "Access Denied" when someone has the folder open. Is there a way to caputure this and echo a more...