Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
multiple conditions batch script
Name: taiwf Date: September 25, 2005 at 16:54:37 Pacific OS: win2k CPU/Ram: p4 celeron/512Mb
Comment:
Can anyone tell me is there a way to do sth like : ---------- If (condition A ture) and (condition B ture) and ... ( echo "multiple conditions filtering work" )
---------------------- ps : i know i can use neted if clause. But that might make debugging harder....
Summary: sorry, let me clarify a bit... The following batch file retrieves a file via ftp, sends it to a java class for processing, outputting a text document. The text is then saved locally. The batch runs...
Summary: Need help to query if a username exists in text file with login batch script. If it does exist then I want it to goto end of script. TIA!!! ...
Summary: I'm trying to write a simple batch script that will copy a file from a mapped drive and place it on the C drive (root) of the computer I'm on (running w2k). Since I'm a novis, any/all help is apprecia...