Advertisement
j0h

bunny

j0h
May 2nd, 2014
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. //Date (no year), Time(am | pm), Name, Duration, Experiment type.
  3. //05/05 10:00,.5,User
  4. $du = 'Unity.exe';
  5. $command = $du . " 05/06, 1:00 AM, .5, Joh";
  6. echo exec($command);
  7. echo $command;
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement