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.
Capturing return value in batch scr
Name: kappian Date: August 3, 2006 at 14:28:00 Pacific OS: Win XP Professional CPU/Ram: Pentium Product: xxx
Comment:
For /F "tokens=1" %%i in (TempJobNames.txt) do ( Executing a Command to call other application IF %ERRORLEVEL%==0 ECHO Success IF NOT %ERRORLEVEL%==0 ECHO Failed)
Summary: Hi These subroutines may be useful for calculating date issues in Batch File coding. The sub-rountines use variables a-f so best to not to use them in your calling code. Main varables returned are... ...
Summary: Hi dtech10, Yes, much better. Only these two warnings: Warning swap7.c 12: Function should return a value in function main Warning swap7.c 19: Function should return a value in function Swap Thanks I...