home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / update_h / ini_updt / example.bat next >
Encoding:
DOS Batch File  |  1994-11-27  |  209 b   |  7 lines

  1. echo off
  2. rem USER environment variable is used for logging activity
  3. rem ATLOG environment variable is the name of the log file
  4. set user=johndoe
  5. set atlog=iniupd.log
  6. iniupd /c-example.clf /zb /cb /la /nc
  7.