home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / bin / ibuild.bat < prev    next >
Encoding:
DOS Batch File  |  1996-02-21  |  139 b   |  13 lines

  1. @echo off
  2. set IwfArgs=
  3.  
  4. :start
  5. if .%1 == . goto next
  6. set IwfArgs=%IwfArgs% %1
  7. shift
  8. goto start
  9.  
  10. :next
  11. iwfwbl35.exe %IwfArgs%
  12.  
  13.