Is there a better way to manage these files?
"%ProgramFiles%\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="%ProgramFiles%\Steam\SteamApps\Common\Skyrim\Data\Scripts\_Tuna;%ProgramFiles%\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source" -o="%ProgramFiles%\Steam\SteamApps\Common\Skyrim\Data\Scripts"Pause
ScriptName YourQuestMainScriptName extends QuestFaction Property FactionPropertyName Auto
Faction foofoo = (GetOwningQuest() as YourQuestMainScriptName).FactionPropertyNameakSpeaker.SetFactionRank(foo, 0)
@echo offREM %1 Is the full pathname and filenameecho:setlocal enableextensionsrem if errorlevel 1 echo Unable to enable extensionsset ckc_exe=E:\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exeset ckc_psc=E:\Steam\SteamApps\Common\Skyrim\Data\Scripts\Sourceset ckc_pex=E:\Steam\SteamApps\Common\Skyrim\Data\Scriptsif /i "%~dp1"=="%ckc_psc%\" (echo EDITING IN SOURCE FILES DIRECTORY - Aborting) else (echo Copying and Compiling %1echo:copy "%1" "%ckc_psc%" 2>&1 >NUL"%ckc_exe%" %~nx1 -f="TESV_Papyrus_Flags.flg" -i="%ckc_psc%" -o="%ckc_pex%")ECHO:Pause
@echo offREM %1 Is the full pathname and filenameecho:setlocal enableextensionsrem if errorlevel 1 echo Unable to enable extensionsset ckc_exe=E:\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exeset ckc_psc=E:\Steam\SteamApps\Common\Skyrim\Data\Scripts\Sourceset ckc_pex=E:\Steam\SteamApps\Common\Skyrim\Data\Scriptsif /i "%~dp1"=="%ckc_psc%\" (echo EDITING IN SOURCE FILES DIRECTORY - Aborting) else (echo Copying and Compiling %1echo:copy "%1" "%ckc_psc%" 2>&1 >NUL"%ckc_exe%" %~nx1 -f="TESV_Papyrus_Flags.flg" -i="%ckc_psc%" -o="%ckc_pex%")ECHO:Pause