Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //Date (no year), Time(am | pm), Name, Duration, Experiment type.
- //05/05 10:00,.5,User
- $du = 'Unity.exe';
- $command = $du . " 05/06, 1:00 AM, .5, Joh";
- echo exec($command);
- echo $command;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement