Advertisement
Guest User

yaP launcher config for Autorun Organizer v1.12

a guest
Jun 21st, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; configuration file for yaP v0.6.19 (http://rolandtoth.hu/yaP/)
  2. ; application name: Autorun Organizer
  3. ; version: v1.12
  4. ; website: http://www.chemtable.com/autorun-organizer.htm
  5.  
  6. [GENERAL]
  7. application = App\AutorunOrganizer.exe
  8. ; commandline =
  9. ; workdir =
  10.  
  11. [BEFORE]
  12. regkey = HKCU\Software\ChemTable Software\Autorun Organizer
  13. dir = %USERPROFILE%\Local Settings\Application Data\ChemTable Software :: Data\
  14. ; dir = %Appdata%\Dir
  15. ; file = %Appdata%\Dir\File.ini
  16. ; regkey = HKCU\Software\RegKey
  17.  
  18. [AFTER]
  19. ; -dir = %Appdata%\Dir :: ifempty
  20. ; -file = %Appdata%\File*
  21. ; -regkey = HKCU\Software\RegKey :: ifempty
  22.  
  23.  
  24. ; [QUICK REFERENCE]
  25. ; application = App\App.exe :: App\AppX64.exe
  26. ; commandline = /nosplash
  27. ; workdir = c:\Dir
  28. ; !admin = 1
  29. ; !dotnet = 2.0!
  30. ; !java = 1.6
  31. ; !multiple = -1
  32. ; !online = 1
  33. ; !os = XP
  34. ; !waitprocess = - Notepad++
  35.  
  36. ; --- Wrap: runs before & after ---
  37. ; dir = %Appdata%\Dir [ :: Dir\]
  38. ; file = %Appdata%\File.ini [ :: Dir\]
  39. ; regkey = HKCU\Software\Key [ :: settings.reg]
  40. ; regvalue = HKCU\Software\Key\Value [ :: settings.reg]
  41.  
  42. ; --- Backup: runs before & after ---
  43. ; (dir) = %Appdata%\Dir
  44. ; (file) = %Appdata%\File.ini
  45. ; (regkey) = HKCU\Software\Key
  46. ; (regvalue) = HKCU\Software\Key\Value
  47.  
  48. ; --- Copy/move ("<-" to reverse) ---
  49. ; ->dir = SourceDir [ :: TargetDir\] [ :: move, no overwrite]
  50. ; ->file = SourceFile :: TargetFile/TargetDir\ [ :: move, no overwrite]
  51. ; ->regkey = SourceKey :: TargetKey [ :: move]
  52. ; ->regvalue = SourceValue :: TargetValue [ :: move]
  53.  
  54. ; --- Create ---
  55. ; +dir = %Appdata%\Dir
  56. ; +file = %Appdata%\File.ini [ ::  no overwrite :: file contents]
  57. ; +regkey = HKCU\Software\Key
  58. ; +regvalue = HKCU\Software\Key :: ValueName :: ValueData :: REG_SZ :: Separator
  59.  
  60. ; --- Delete ---
  61. ; -dir = %Appdata%\Dir [ :: ifempty]
  62. ; -file = %Appdata%\File*
  63. ; -regkey = HKCU\Software\Key [ :: ifempty]
  64. ; -regvalue = HKCU\Software\Key :: ValueName
  65.  
  66. ; --- Misc ---
  67. ; attributes = File/Dir [ :: archive, compressed, hidden, normal, readonly, system]
  68. ; batch = File.bat [ :: show]
  69. ; clip = Text to put on clipboard (*EMPTY* clears)
  70. ; date = File :: 2013.12.31 23:59 :: created
  71. ; delay = 500
  72. ; envvar = LANG :: English
  73. ; iniread = File.ini :: [Section] :: Key :: UserVar
  74. ; iniwrite = File.ini :: [[--]Section] :: Key [ :: Value]
  75. ; killprocess = Notepad.ex*
  76. ; message = Hello world! [ :: cancellable]
  77. ; nowait = 1
  78. ; quit = 1
  79. ; regdll = File.dll [ :: unregister]
  80. ; regexport = HKCU\Software\RegKey\[RegValue] [ :: File.reg]
  81. ; regimport = File.reg
  82. ; regmerge = File.reg :: FileAppend.reg
  83. ; replace = File :: StringToFind :: Replacement
  84. ; replaceline = File :: Beginning of line to find :: Replacement
  85. ; restore = 1
  86. ; run = App.exe [ :: wait] [ :: parameters] [ :: workdir]
  87. ; stringreplace = {YAPROOT} :: \ :: // :: MyVar
  88. ; symlink = File/Dir\ :: Target
  89. ; systemrefresh = 1
  90. ; uservar = MyVar :: HKCU\Software\Key
  91.  
  92. ; --- Macros ---
  93. ; path: {YAPROOT} {EXEPATH} {APPEXE} {DRIVE} {USERFILE} {USERDIR} {WORKDIR}
  94. ; text: {CLIPBOARD} {LINEBREAK} {USERTEXT}
  95. ; date: {d} {j} {m} {n} {Y} {y} {g} {G} {h} {H} {i} {s} {U}
  96. ; lang: {LANG} {LOCALE} {LOCALENAME} {LOCALENAME_SHORT} {COUNTRY}
  97. ; misc: {MyVar} {COMMANDLINE} {PARAMETERS}
  98.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement