Search found 1 match
- 16 Mar 2015 13:06
- Forum: DOS Batch Forum
- Topic: write in database
- Replies: 1
- Views: 1700
write in database
Hi everybody I have a bat, which works fine: :Start @C:\xampp\php\php.exe -f write_in_database.php ping -n 10 127.0.0.1>nul GOTO :Start The bat is in the same folder as the write_in_database.php. But I want it to have the bat on the Desktop. So I changed the code like this, but it doesn't work (unde...