Search found 1 match
- 27 Mar 2016 15:44
- Forum: DOS Batch Forum
- Topic: polyglots/hybrids/chimeras with (popular) windows non native languages.
- Replies: 15
- Views: 24455
Re: Advanced Batch features via auxiliary .exe programs
Found a nice solution to combine php and bat. Along with php-wfio this can be an extremely powerful combination. <?/*# : @echo off echo cmd php "%~f0" %* echo cmd again exit /b */ // Use https://github.com/kenjiuno/php-wfio/releases to work with the filesystem. echo "php\n"; if (...