Trace: • delete_files_but_not_directories • sf_upload_project_files • mfcmapi_demonstrates_mapi_client_code • pnp4nagios • permalinks • viewsource_disabled • mount_samba_windows_share • db2_install_on_windows • etc_skel • for_loop_in_bat
FOR loop construct to run a given command any number of times.
FOR /l %i in (1,1,10000) DO myProg.exe
2nd example
FOR /l %i in (1,1,10) DO echo %i
3rd example
FOR /l %i in (1,1,3) DO telnet 192.168.1.8 77