Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1.  
  2. C:\JanusVR>echo Cleaning up...
  3. Cleaning up...
  4.  
  5. C:\JanusVR>del version.html
  6.  
  7. C:\JanusVR>del version.html.*
  8. Could Not Find C:\JanusVR\version.html.*
  9.  
  10. C:\JanusVR>del janusvr_windows.zip
  11. Could Not Find C:\JanusVR\janusvr_windows.zip
  12.  
  13. C:\JanusVR>del janusvr_windows.zip.*
  14. Could Not Find C:\JanusVR\janusvr_windows.zip.*
  15.  
  16. C:\JanusVR>"wget/wget.exe" http://www.janusvr.com/version.html
  17. SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
  18. syswgetrc = c:/progra~1/wget/etc/wgetrc
  19. --2015-09-01 15:20:31-- http://www.janusvr.com/version.html
  20. Resolving www.janusvr.com... 54.231.96.228
  21. Connecting to www.janusvr.com|54.231.96.228|:80... connected.
  22. HTTP request sent, awaiting response... 200 OK
  23. Length: 6 [text/html]
  24. Saving to: `version.html'
  25.  
  26. 100%[======================================>] 6 --.-K/s in 0s
  27.  
  28. 2015-09-01 15:20:31 (558 KB/s) - `version.html' saved [6/6]
  29.  
  30.  
  31. C:\JanusVR>echo JanusVR Version Online:
  32. JanusVR Version Online:
  33.  
  34. C:\JanusVR>type version.html
  35. 46.11
  36.  
  37. C:\JanusVR>"wget/wget.exe" http://www.janusvr.com/janusvr_windows.zip
  38. SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
  39. syswgetrc = c:/progra~1/wget/etc/wgetrc
  40. --2015-09-01 15:20:31-- http://www.janusvr.com/janusvr_windows.zip
  41. Resolving www.janusvr.com... 54.231.96.228
  42. Connecting to www.janusvr.com|54.231.96.228|:80... connected.
  43. HTTP request sent, awaiting response... 403 Forbidden
  44. 2015-09-01 15:20:31 ERROR 403: Forbidden.
  45.  
  46.  
  47. C:\JanusVR>"7zip/7z.exe" x -y janusvr_windows.zip
  48.  
  49. 7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
  50.  
  51.  
  52. Error:
  53. cannot find archive
  54.  
  55. C:\JanusVR>echo Update complete.
  56. Update complete.
  57.  
  58. C:\JanusVR>pause
  59. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement