####################################################
# Drag'n'drop for Houdini's Mplay ;)
# thanks for DriesD for an idea!
# SYmek@2006
# ----------
# Put it to C:\Document and setting\<your account>
# and make shortcut for *.bat file on desktop!
# Make sure to set in shortcut settings "Start in"
# to above folder also...
# and change its icon for SESI one;)
# ----
# Now you can drop on shortcut folders also. Script
# will try to open Mplay with all sequences found in
# it. Press "t" to switch between windows in Mplay
# and Shitf+H to frame all pictures. Note: there is 
# a list of files formats, which are taken into account
# during dictonary scanning... you can add some extensions
# missed by me or remove some if you'd like.
# ----
# Script works in two modes. Double-click on shortcut
# to switch between them:
# 	PADDING ON(default):
#   - files are padded to open as seqences
# 	PADDING OFF:
#   - all files are send to Mplay as they appear in folders.
#     In this mode, you can scan folders with not properly
#     padded files like those from digital cameras 
#     (mixed names/digits etc). In general, if "PADDING ON" 
#	  puts you in troubles try to turn it off... 
# 	  Note: If they are too many files in folder (and subfolders), 
#	  mplay just quits... (too long cmd command?)
#	  If there is only one sequence in folder these two modes
# 	  are equivalent. 
#	  In case of mixed stuff (seqences, single files, 
#	  digits in names) script/mplay may or may not handle it:(
#
#Cheers!
#####################################################