I tried to follow the directions in the wiki for setting up the papyrus compiler in notepad ++, but my filepath is different (I installed steam in C:/Game/Steam...)
Update:
So I got it to the correct directory now (using a bunch of cd commands) so now the compiler runs, but it tells me that I am missing arguments and folder names. I'm not sure how to include those in the batch file code.
Update #2...
This seems to get me something after adding a folder with my file in it to the compiler directory...
cd..
cd..
cd Game
cd Steam
cd SteamApps
cd Common
cd Skyrim
cd Papyrus Compiler
PapyrusCompiler.exe CompileFolder -all
pause
Now I get this output in the cmd.exe:
Starting 1 compile threads for 1 files...
Compiling "omz001"
No output generated for omz001.psc, compilation failed.
Failed on omz001.psc
Any tips?