Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB

  1. @echo off
  2. set dst=%systemdrive%\inetpub\iissamples\issamples
  3. echo Copying Indexing Service query sample files to %dst%
  4. md %dst% 2>nul 1>nul
  5. copy adovbs.inc %dst% 2>nul 1>nul
  6. copy advquery.asp %dst% 2>nul 1>nul
  7. copy advsqlq.asp %dst% 2>nul 1>nul
  8. copy default.htm %dst% 2>nul 1>nul
  9. copy deferror.htx %dst% 2>nul 1>nul
  10. copy fastq.htm %dst% 2>nul 1>nul
  11. copy fastq.htx %dst% 2>nul 1>nul
  12. copy fastq.idq %dst% 2>nul 1>nul
  13. copy hilight.gif %dst% 2>nul 1>nul
  14. copy htxerror.htx %dst% 2>nul 1>nul
  15. copy idqerror.htx %dst% 2>nul 1>nul
  16. copy ie.gif %dst% 2>nul 1>nul
  17. copy is2bkgnd.gif %dst% 2>nul 1>nul
  18. copy is2foot.inc %dst% 2>nul 1>nul
  19. copy is2logo.gif %dst% 2>nul 1>nul
  20. copy is2style.css %dst% 2>nul 1>nul
  21. copy ixqlang.htm %dst% 2>nul 1>nul
  22. copy ixtiphlp.htm %dst% 2>nul 1>nul
  23. copy ixtipsql.htm %dst% 2>nul 1>nul
  24. copy navbar.htm %dst% 2>nul 1>nul
  25. copy qfullhit.htw %dst% 2>nul 1>nul
  26. copy qsumrhit.htw %dst% 2>nul 1>nul
  27. copy query.asp %dst% 2>nul 1>nul
  28. copy query.htm %dst% 2>nul 1>nul
  29. copy query.htx %dst% 2>nul 1>nul
  30. copy query.idq %dst% 2>nul 1>nul
  31. copy rankbtn1.gif %dst% 2>nul 1>nul
  32. copy rankbtn2.gif %dst% 2>nul 1>nul
  33. copy rankbtn3.gif %dst% 2>nul 1>nul
  34. copy rankbtn4.gif %dst% 2>nul 1>nul
  35. copy rankbtn5.gif %dst% 2>nul 1>nul
  36. copy reserror.htx %dst% 2>nul 1>nul
  37. copy sqlqhit.asp %dst% 2>nul 1>nul
  38. copy sqlqhit.htm %dst% 2>nul 1>nul
  39. copy win2k.gif %dst% 2>nul 1>nul