Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. @echo off
  2.  
  3. cd c:\Perl64\tsee
  4. :LOOP
  5. perl examples\ss_lab.pl --planet "Aita" --planet "Barastyr" --type command --level 1
  6. perl examples\ss_lab.pl --planet "Chiang Ziwen" --planet "Dis Pater" --type parliament --level 1
  7. perl examples\ss_lab.pl --planet "Erlik" --planet "Fengdu" --type ibs --level 1
  8. perl examples\ss_lab.pl --planet "Giltine" --planet "Hecate" --type policestation --level 1
  9. perl examples\ss_lab.pl --planet "Ishtar-Deela" --planet "Jikininki" --type art --level 1
  10. perl examples\ss_lab.pl --planet "Keres" --planet "Laima" --type opera --level 1
  11. perl examples\ss_lab.pl --planet "Morana" --planet "Naberius" --type food --level 1
  12. perl examples\ss_lab.pl --planet "Pelesit" --planet "Rangda" --planet "Supay" --planet "Tuoni" --planet "Uacmitun Ahau" --planet "Vanth" --planet "Wang Yuan" --type warehouse --level 1
  13. perl -e "sleep 1365"
  14. goto :LOOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement