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

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