home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / trans / jogok.cmd < prev    next >
OS/2 REXX Batch file  |  2013-04-23  |  210b  |  11 lines

  1. @echo off
  2. Echo current directory:
  3. cd
  4. cd ..
  5. start /w cacls trans /t /c /e /g mindenki:c
  6. cd trans
  7. echo Starting active-x setup
  8. start /w install_webserviceclient.exe
  9. echo starting Transz
  10. start trans.exe
  11.