Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7600]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Nick>cd..
  5.  
  6. C:\Users>cd..
  7.  
  8. C:\>cd.\coding
  9.  
  10. C:\Coding>cd.\ss3d
  11.  
  12. C:\Coding\SS3D>packagebuild
  13.  
  14. C:\Coding\SS3D>set zip="C:\Program Files\7-Zip\7z.exe"
  15.  
  16. C:\Coding\SS3D>set hour=19
  17.  
  18. C:\Coding\SS3D>if "1" == " " set hour=09
  19.  
  20. C:\Coding\SS3D>set dt=-5/-01_1928
  21.  
  22. C:\Coding\SS3D>set dir=ss3d--5/-01_1928
  23.  
  24. C:\Coding\SS3D>mkdir ss3d--5/-01_1928
  25. The syntax of the command is incorrect.
  26.  
  27. C:\Coding\SS3D>mkdir ss3d--5/-01_1928\bin
  28. The syntax of the command is incorrect.
  29.  
  30. C:\Coding\SS3D>mkdir ss3d--5/-01_1928\bin\client
  31. The syntax of the command is incorrect.
  32.  
  33. C:\Coding\SS3D>mkdir ss3d--5/-01_1928\bin\server
  34. The syntax of the command is incorrect.
  35.  
  36. C:\Coding\SS3D>xcopy /E Media ss3d--5/-01_1928\Media\
  37. Invalid switch - /-01_1928\Media\
  38.  
  39. C:\Coding\SS3D>xcopy /E SS3D_Client\bin\Release\* ss3d--5/-01_1928\bin\client
  40. Invalid switch - /-01_1928\bin\client
  41.  
  42. C:\Coding\SS3D>xcopy /E SS3d_server\bin\Release\* ss3d--5/-01_1928\bin\server
  43. Invalid switch - /-01_1928\bin\server
  44.  
  45. C:\Coding\SS3D>cd ss3d--5/-01_1928
  46. The system cannot find the path specified.
  47.  
  48. C:\Coding\SS3D>FOR /F "tokens=*" %G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "
  49. %G"
  50. File Not Found
  51.  
  52. C:\Coding\SS3D>cd ..
  53.  
  54. C:\Coding>"C:\Program Files\7-Zip\7z.exe" -tzip a ss3d--5/-01_1928.zip ss3d--5/-
  55. 01_1928
  56. The system cannot find the path specified.
  57.  
  58. C:\Coding>rd /S /Q ss3d--5/-01_1928
  59. Invalid switch - "01_1928".
  60.  
  61. C:\Coding>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement