diff --git a/Combot/Combot.csproj b/Combot/Combot.csproj
index 11df76d..c57172c 100755
--- a/Combot/Combot.csproj
+++ b/Combot/Combot.csproj
@@ -121,7 +121,8 @@
- copy "$(TargetDir)IRCServices.dll" "$(SolutionDir)$(ConfigurationName)\" /y
+ md "$(SolutionDir)$(ConfigurationName)\" /y
+copy "$(TargetDir)IRCServices.dll" "$(SolutionDir)$(ConfigurationName)\" /y
copy "$(TargetDir)Combot.dll" "$(SolutionDir)$(ConfigurationName)\" /y
copy "$(TargetDir)MySql.Data.dll" "$(SolutionDir)$(ConfigurationName)\" /y
copy "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)$(ConfigurationName)\" /y
diff --git a/Console Interface/Console Interface.csproj b/Console Interface/Console Interface.csproj
index 99cc90b..88116bf 100755
--- a/Console Interface/Console Interface.csproj
+++ b/Console Interface/Console Interface.csproj
@@ -27,7 +27,7 @@
AnyCPU
pdbonly
true
- ..\Bin\Console Interface\Release\
+ ..\Bin\Release\
TRACE
prompt
4