HKCR,"Folder\shell\Command Prompt Here\command","",0x00020002,"%SystemRoot%\System32\cmd.exe /K CD ""%L"""and even that is tucked away in a file called HIVECLS.INF on my manually maintained custom XP install disk.
D:\Games\Steam\steamapps\common\skyrim\Papyrus Compiler>PapyrusAssembler.exe dlc1batseffectscript -dStarting disassembly of dlc1batseffectscript0 error(s), 0 warning(s)Disassembly succeeded
dlc1batseffectscript.disassemble.pas
Scriptname dlc1_tif__0201300d extends TopicInfo hiddenfunction Fragment_0(ObjectReference akSpeakerRef) actor Assign akSpeaker = akSpeakerRef (DialogueFollower as dialoguefollowerscript).DismissFollower(0, 1)endFunctionquest property DialogueFollower auto
.info.source "DLC1_TIF__01015CF3.psc".modifyTime 1331884822 ;Fri Mar 16 08:00:22 2012 Local.compileTime 1338491703 ;Thu May 31 20:15:03 2012 Local.user "builds".computer "BUILDFARM08".endInfo.userFlagsRef.flag hidden 0 ; 0x00000000.flag conditional 1 ; 0x00000001.endUserFlagsRef.objectTable.object dlc1_tif__01015cf3 TopicInfo .userFlags 1 ; Flags: 0x00000001 .docString "" .autoState .variableTable .variable ::VC01_var quest .userFlags 0 ; Flags: 0x00000000 .initialValue None .endVariable .endVariableTable .propertyTable .property VC01 quest auto .userFlags 0 ; Flags: 0x00000000 .docString "" .autoVar ::VC01_var .endProperty .endPropertyTable .stateTable .state .function GetState .userFlags 0 ; Flags: 0x00000000 .docString "Function that returns the current state" .return String .paramTable .endParamTable .localTable .endLocalTable .code Return ::State ;@line ?? .endCode .endFunction .function GotoState .userFlags 0 ; Flags: 0x00000000 .docString "Function that switches this object to the specified state" .return None .paramTable .param newState String .endParamTable .localTable .local ::NoneVar None .endLocalTable .code CallMethod onEndState self ::NoneVar ;@line ?? Assign ::State newState ;@line ?? CallMethod onBeginState self ::NoneVar ;@line ?? .endCode .endFunction .function Fragment_0 .userFlags 0 ; Flags: 0x00000000 .docString "" .return None .paramTable .param akSpeakerRef ObjectReference .endParamTable .localTable .local ::temp0 actor .local ::temp1 Bool .local akSpeaker actor .endLocalTable .code Cast ::temp0 akSpeakerRef ;@line 7 Assign akSpeaker ::temp0 ;@line 7 CallMethod SetStage ::VC01_var ::temp1 50 ;@line 9 .endCode .endFunction .endState .endStateTable.endObject.endObjectTable
.info.source "DLC1_TIF__0201300D.psc".modifyTime 1335600060 ;Sat Apr 28 09:01:00 2012 Local.compileTime 1338491748 ;Thu May 31 20:15:48 2012 Local.user "builds".computer "BUILDFARM08".endInfo.userFlagsRef.flag hidden 0 ; 0x00000000.flag conditional 1 ; 0x00000001.endUserFlagsRef.objectTable.object dlc1_tif__0201300d TopicInfo .userFlags 1 ; Flags: 0x00000001 .docString "" .autoState .variableTable .variable ::DialogueFollower_var quest .userFlags 0 ; Flags: 0x00000000 .initialValue None .endVariable .endVariableTable .propertyTable .property DialogueFollower quest auto .userFlags 0 ; Flags: 0x00000000 .docString "" .autoVar ::DialogueFollower_var .endProperty .endPropertyTable .stateTable .state .function GotoState .userFlags 0 ; Flags: 0x00000000 .docString "Function that switches this object to the specified state" .return None .paramTable .param newState String .endParamTable .localTable .local ::NoneVar None .endLocalTable .code CallMethod onEndState self ::NoneVar ;@line ?? Assign ::State newState ;@line ?? CallMethod onBeginState self ::NoneVar ;@line ?? .endCode .endFunction .function Fragment_0 .userFlags 0 ; Flags: 0x00000000 .docString "" .return None .paramTable .param akSpeakerRef ObjectReference .endParamTable .localTable .local ::temp0 actor .local ::temp1 dialoguefollowerscript .local ::NoneVar None .local akSpeaker actor .endLocalTable .code Cast ::temp0 akSpeakerRef ;@line 7 Assign akSpeaker ::temp0 ;@line 7 Cast ::temp1 ::DialogueFollower_var ;@line 9 CallMethod DismissFollower ::temp1 ::NoneVar 0 1 ;@line 9 .endCode .endFunction .function GetState .userFlags 0 ; Flags: 0x00000000 .docString "Function that returns the current state" .return String .paramTable .endParamTable .localTable .endLocalTable .code Return ::State ;@line ?? .endCode .endFunction .endState .endStateTable.endObject.endObjectTable
Scriptname dlc1_tif__01015cf3 extends TopicInfo hiddenfunction Fragment_0(ObjectReference akSpeakerRef)actor akSpeaker = akSpeakerRef as actorVC01.SetStage(50)endFunctionquest property VC01 auto