Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'batch'

2061466 - Notepad2 Replace Restore For Wi: script 64 bit windows x86 batch x64 notepad replacement 32 notepad2 replace
  1. @echo off
  2. REM ------------------------------------------------------------------
  3. REM Notepad2 Replace & Restore For Windows 32bit & 64bit Batch Script
  4. REM v1.0 2011-05-16 By: /underlines/@/gmail/./com/
  5. REM ------------------------------------------------------------------
  6.  
  7. REM ------------------------------------------------------------------
  8. REM ----------------------Kill Notepad Process
  9.  
1557102 - evilmaster: pdf word automatic adobe batch bat automated doc evilmaster
  1. @REM
  2. @REM Word to PDF automated batch printing
  3. @REM by evilmaster 2009
  4. @REM www.evilmaster.net
  5. @REM
  6. @REM Make sure you have defined an output directory in the Adobe PDF printer
  7. @REM settings unless you want to enter an output file for each document!
  8. @REM
  9.  
1408193 - Batch Upload Images ImageShack: upload imageshack batch
  1. #!/usr/bin/perl -w
  2. use strict;
  3. use WWW::Mechanize;
  4.  
  5. # suppress warnings about malformed forms
  6. $SIG{__WARN__} = sub {} ;
  7.  
  8. my $url = "http://www.imageshack.us/";
  9.  
1379074 - Batch Upload Images to ImageShac: upload imageshack batch
  1. #!/usr/bin/perl -w
  2. use strict;
  3. use WWW::Mechanize;
  4.  
  5. # suppress warnings about malformed forms
  6. $SIG{__WARN__} = sub {} ;
  7.  
  8. my $url = "http://www.imageshack.us/";
  9.