{"id":3398,"date":"2019-01-15T22:37:54","date_gmt":"2019-01-15T13:37:54","guid":{"rendered":"https:\/\/cg-method.com\/?p=3398"},"modified":"2022-12-23T18:08:14","modified_gmt":"2022-12-23T09:08:14","slug":"windows-bat-reference","status":"publish","type":"post","link":"https:\/\/cg-method.com\/windows-bat-reference\/","title":{"rendered":"Windows\u30d0\u30c3\u30c1\u2502\u3088\u304f\u4f7f\u3046\u30d0\u30c3\u30c1\u30d5\u30a1\u30a4\u30eb\u307e\u3068\u3081"},"content":{"rendered":"\n

Windowsde\u4e45\u3005\u306b\u30d0\u30c3\u30c1\u51e6\u7406\u66f8\u3044\u3066\u307f\u305f\u306e\u3067\u3001\u3088\u304f\u4f7f\u3046\u8a18\u8ff0\u3092\u307e\u3068\u3081\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n\n\n\n

\u30d0\u30c3\u30c1\u30d5\u30a1\u30a4\u30eb\u306e\u57fa\u672c\u7684\u306a\u51e6\u7406<\/h2>\n\n\n\n

\u30d0\u30c3\u30c1\u30d5\u30a1\u30a4\u30eb\u306e\u57fa\u672c\u7684\u306a\u51e6\u7406\u307e\u3068\u3081\u307e\u3057\u305f\u3002<\/p>\n\n\n\n

\u30ea\u30cd\u30fc\u30e0<\/h3>\n\n\n\n
ren \u3053\u3093\u306b\u3061\u306f \u3055\u3088\u3046\u306a\u3089<\/code><\/pre><\/div>\n\n\n\n

\u79fb\u52d5<\/h3>\n\n\n\n
move sample.txt old<\/code><\/pre><\/div>\n\n\n\n

\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc<\/h3>\n\n\n\n
copy sample1.txt sample2.txt<\/code><\/pre><\/div>\n\n\n\n

\u30d5\u30a9\u30eb\u30c0\u306e\u30b3\u30d4\u30fc<\/h3>\n\n\n\n
xcopy "C:\\\u30b5\u30f3\u30d7\u30eb" "C:\\\u30b5\u30f3\u30d7\u30eb\u30b3\u30d4\u30fc" \/D \/S \/R \/Y \/I \/K<\/code><\/pre><\/div>\n\n\n\n

\u203b\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u30b3\u30d4\u30fc\u3059\u308b\u5834\u5408\u306f\u300c\u30b5\u30f3\u30d7\u30eb – \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8.lnk\u300d\u3068\u62e1\u5f35\u5b50\u3092\u3064\u3051\u308b<\/p>\n\n\n\n

\u30d5\u30a1\u30a4\u30eb\u306e\u524a\u9664<\/h3>\n\n\n\n
del sample.txt<\/code><\/pre><\/div>\n\n\n\n

\u30d5\u30a9\u30eb\u30c0\u306e\u524a\u9664<\/h3>\n\n\n\n
del \/Q C:\\\u30b5\u30f3\u30d7\u30eb\nfor \/D %%1 in (C:\\\u30b5\u30f3\u30d7\u30eb) do rmdir \/s \/q "%%1"<\/code><\/pre><\/div>\n\n\n\n

\u30d5\u30a9\u30eb\u30c0\u4f5c\u6210<\/h2>\n\n\n\n
md "C:\\\u89aa\u30d5\u30a9\u30eb\u30c0"\nmd "C:\\\u89aa\u30d5\u30a9\u30eb\u30c0\\\u5b50\u30d5\u30a9\u30eb\u30c0"<\/code><\/pre><\/div>\n\n\n\n

\u5171\u6709\u30d5\u30a1\u30a4\u30eb\u306b\u7f6e\u3044\u3066\u5b9f\u884c\u3059\u308b\u5834\u5408<\/h2>\n\n\n\n

\u666e\u901a\u306b\u5b9f\u884c\u3059\u308b\u3068CMD \u3067\u306f UNC \u30d1\u30b9\u306f\u73fe\u5728\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3068\u3057\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002<\/strong>\u3068\u8868\u793a\u3055\u308c\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/p>\n\n\n\n

pushd %~dp0<\/code><\/pre><\/div>\n\n\n\n

\u5171\u6709\u30d5\u30a1\u30a4\u30eb\u306b\u3042\u308b\u30c7\u30fc\u30bf\u3092\u53f3\u30af\u30ea\u30c3\u30af\u300c\u9001\u308b\u300d\u304b\u3089\u5b9f\u884c\u3059\u308b\u5834\u5408<\/h2>\n\n\n\n

\u5171\u6709\u30d5\u30a1\u30a4\u30eb\u306b\u3042\u308b\u30c7\u30fc\u30bf\u3092\u53f3\u30af\u30ea\u30c3\u30af\u300c\u9001\u308b\u300d\u304b\u3089\u5b9f\u884c\u3059\u308b\u5834\u5408<\/p>\n\n\n\n

pushd %~dp1<\/code><\/pre><\/div>\n\n\n\n

\u307e\u3068\u3081<\/h2>\n\n\n\n

\u30eb\u30fc\u30c6\u30a3\u30f3\u30ef\u30fc\u30af\u306f\u9001\u308b\u306bbat\u3092\u5165\u308c\u3066\u51e6\u7406\u3059\u308b\u3068\u6642\u77ed\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n

\u66f8\u304d\u65b9\u306b\u8ff7\u3063\u305f\u6642\u306b\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

Windowsde\u4e45\u3005\u306b\u30d0\u30c3\u30c1\u51e6\u7406\u66f8\u3044\u3066\u307f\u305f\u306e\u3067\u3001\u3088\u304f\u4f7f\u3046\u8a18\u8ff0\u3092\u307e\u3068\u3081\u3066\u307f\u307e\u3057\u305f\u3002 \u30d0\u30c3\u30c1\u30d5\u30a1\u30a4\u30eb\u306e\u57fa\u672c\u7684\u306a\u51e6\u7406 \u30d0\u30c3\u30c1\u30d5\u30a1\u30a4\u30eb\u306e\u57fa\u672c\u7684\u306a\u51e6\u7406\u307e\u3068\u3081\u307e\u3057\u305f\u3002 \u30ea\u30cd\u30fc\u30e0 \u79fb\u52d5 \u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc \u30d5\u30a9\u30eb\u30c0\u306e\u30b3\u30d4\u30fc \u203b\u30b7\u30e7\u30fc\u30c8 […]<\/p>\n","protected":false},"author":1,"featured_media":3399,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"pochipp_cv_data":"","swell_btn_cv_data":"","footnotes":""},"categories":[435],"tags":[],"_links":{"self":[{"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/posts\/3398"}],"collection":[{"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/comments?post=3398"}],"version-history":[{"count":0,"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/posts\/3398\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/media\/3399"}],"wp:attachment":[{"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/media?parent=3398"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/categories?post=3398"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cg-method.com\/wp-json\/wp\/v2\/tags?post=3398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}