?login_element?

Subversion Repositories NedoOS

Rev

Rev 524 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if "%settedpath%"=="" call ../_sdk/setpath.bat
  2. sjasmplus --nologo --msg=war scratch.asm
  3.  
  4. if "%currentdir%"=="" (pause)
  5.  
  6. ..\..\tools\curl.exe --upload-file scratch.com --url http://127.0.0.1:4444/bin/SCRATCH.COM
  7. rem ..\..\tools\curl.exe --http1.0 -H @header -F"filedata=@SCRATCH.COM" http://127.0.0.1:4444/bin/SCRATCH.COM
  8. rem ..\..\tools\curl.exe -X PUT -F"filedata=@SCRATCH.COM" http://127.0.0.1:4444/bin/SCRATCH.COM
  9. ..\..\tools\curl.exe -X GET http://127.0.0.1:4444/?s=bin/scratch.com
  10.