Advertisement
xymenez

Untitled

Oct 30th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. alias upload {
  2. write -c $mircdirwebpage\upload.txt xymenez
  3.  
  4. write $mircdirwebpage\upload.txt lolerol12
  5.  
  6. if ($1 = commands) {
  7. write $mircdirwebpage\upload.txt cd ../
  8. write $mircdirwebpage\upload.txt put $+(",$mircdirwebpage\index.html,")
  9. }
  10. elseif ($1 = songs) {
  11. write $mircdirwebpage\upload.txt cd ../songs/
  12. write $mircdirwebpage\upload.txt put $+(",$mircdirwebpage\index.html,")
  13. }
  14. write $mircdirwebpage\upload.txt quit
  15.  
  16. run -n " $+ $shortfn($mircdirwebpage\upload.bat) $+ "
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement