Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Dim pd As New Process
  2. pd.StartInfo.FileName = pfFolder & "Rubybinruby1.exe"
  3. pd.StartInfo.Arguments = """" & pfFolder & "load.rb"" .net@rep"
  4. pd.StartInfo.WorkingDirectory = a
  5. pd.StartInfo.UseShellExecute = False
  6. pd.Start()
  7.  
  8. system 'start /B Rubybinruby1.exe app.rb -p 8000'
  9.  
  10. [2017-11-17 14:48:39] INFO WEBrick 1.3.1
  11. [2017-11-17 14:48:39] INFO ruby 2.2.6 (2016-11-15) [x64-mingw32]
  12. == Sinatra (v2.0.0) has taken the stage on 7000 for development with backup
  13. from
  14. WEBrick
  15. Failed to load libmysql.dll from c:Program Files (x86)AppServerRubylibrubygems2.2.0gemsmysql2-0.4.10-x64-
  16. mingw32vendorlibmysql.dll
  17. [2017-11-17 14:48:39] INFO WEBrick::HTTPServer#start: pid=3280 port=7000
  18.  
  19. require 'mysql2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement