Advertisement
Guest User

yaP launcher config for tkoutline v0.94

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