{"id":10330,"date":"2012-09-04T08:33:00","date_gmt":"2012-09-04T08:33:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=10330"},"modified":"2012-09-04T08:33:00","modified_gmt":"2012-09-04T08:33:00","slug":"%ed%8c%8c%ec%9d%bc-%ec%9d%b4%eb%a6%84-%eb%b0%94%ea%bf%94%ec%a3%bc%eb%8a%94-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=10330","title":{"rendered":"\ud30c\uc77c \uc774\ub984 \ubc14\uafd4\uc8fc\ub294 \ud504\ub85c\uadf8\ub7a8"},"content":{"rendered":"<div class=\"desc\">\n<div class=\"tt_article_useless_p_margin\">\n<p>\n          1\ucd08\ub9c8\ub2e4 \uc9c0\uc815\ub41c \ud30c\uc77c\uc744 \uac10\uc2dc\ud574\uc11c, \ud30c\uc77c\uc774 \uc874\uc7ac\ud558\uba74 \uc790\ub3d9\uc73c\ub85c \ub2e4\ub978 \uc774\ub984\uc73c\ub85c \ubc14\uafd4\uc900\ub2e4.\n         <\/p>\n<p>\n\n<\/p>\n<p style=\"text-align: center;\">\n<span class=\"imageblock\" style=\"display:inline-block;;height:auto;max-width:100%\"><br \/>\n<a href=\"http:\/\/snowall.tistory.com\/attachment\/cfile21.uf@196AB13B5046F41302FA5E.exe\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\" src=\"https:\/\/i0.wp.com\/i1.daumcdn.net\/cfs.tistory\/resource\/aea039d77841e60458922da3e16aab4fda1b70c8\/blog\/image\/extension\/exe.gif\" style=\"vertical-align: middle;\"\/><br \/>\n            Automover2.exe<br \/>\n           <\/a><br \/>\n<\/span><br \/>\n\n<\/p>\n<p style=\"text-align: center;\">\n<p>\n\n<\/p>\n<div class=\"txc-textbox\" style=\"border-style: solid; border-width: 1px; border-color: rgb(231, 253, 181); background-color: rgb(231, 253, 181); padding: 10px;\">\n<p>\n           &#8216;Copyright: Keehwan Nam, 2012.<br \/>\n           \n<\/p>\n<p>\n           Public Class Form1<br \/>\n           <br \/>\n           Private fn As String = &#8220;&#8221;<br \/>\n           <br \/>\n           Private index As Integer = 0<br \/>\n           <br \/>\n           Private begin As Integer = 0<br \/>\n           <br \/>\n           Private istep As Integer = 1<\/p>\n<p>           Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br \/>\n           <br \/>\n           OpenFileDialog1.Multiselect = False<br \/>\n           <br \/>\n           OpenFileDialog1.InitialDirectory = My.Application.Info.DirectoryPath<br \/>\n           <br \/>\n           OpenFileDialog1.Title = &#8220;Set the file that you want to audit&#8221;<br \/>\n           <br \/>\n           OpenFileDialog1.CheckFileExists = False<br \/>\n           <br \/>\n           If OpenFileDialog1.ShowDialog <> System.Windows.Forms.DialogResult.Cancel Then<br \/>\n           <br \/>\n           fn = OpenFileDialog1.FileName<br \/>\n           <br \/>\n           Try<br \/>\n           <br \/>\n           begin = CInt(TextBox1.Text)<br \/>\n           <br \/>\n           Catch<br \/>\n           <br \/>\n           MsgBox(&#8220;Please use integers only!&#8221;)<br \/>\n           <br \/>\n           Exit Sub<br \/>\n           <br \/>\n           End Try<br \/>\n           <br \/>\n           Try<br \/>\n           <br \/>\n           istep = CInt(TextBox2.Text)<br \/>\n           <br \/>\n           Catch<br \/>\n           <br \/>\n           MsgBox(&#8220;Please use integers only!&#8221;)<br \/>\n           <br \/>\n           Exit Sub<br \/>\n           <br \/>\n           End Try<br \/>\n           <br \/>\n           Timer1.Enabled = True<br \/>\n           <br \/>\n           End If<br \/>\n           <br \/>\n           End Sub<\/p>\n<p>           Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick<br \/>\n           <br \/>\n           Timer1.Enabled = False<br \/>\n           <br \/>\n           If System.IO.File.Exists(fn) Then<br \/>\n           <br \/>\n           Dim fns As String() = fn.Split(&#8220;.&#8221;)<br \/>\n           <br \/>\n           Try<br \/>\n           <br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            System.IO.File.Move(fn, System.IO.Path.GetDirectoryName(fn) &#038; &#8220;\\ThisFileMustNot.Exist&#8221;)<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            Do<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            Try<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            System.IO.File.Move(System.IO.Path.GetDirectoryName(fn) &#038; &#8220;\\ThisFileMustNot.Exist&#8221;, fn.Substring(0, fn.Length &#8211; fns(fns.Length &#8211; 1).Length &#8211; 1) &#038; CStr(begin + (istep * index)) &#038; &#8220;.&#8221; &#038; fns(fns.Length &#8211; 1))<br \/>\n           <\/span><br \/>\n           &#8216; \uc774 \ubd80\ubd84\uc774 \uac00\uc7a5 \uc2e0\uacbd\uc4f4 \ubd80\ubd84\uc774\ub2e4. \uc790\uafb8 \uc624\ub958\uac00 \ub09c\ub300\uc11c&#8230;<br \/>\n           <br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            Exit Do<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            Catch<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            End Try<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            index += 1<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            Loop<br \/>\n           <\/span><br \/>\n<br \/>\n<span style=\"background-color: rgb(154, 165, 234);\"><br \/>\n            Catch<br \/>\n           <\/span><br \/>\n<br \/>\n           End Try<br \/>\n           <br \/>\n           End If<br \/>\n           <br \/>\n           Timer1.Enabled = True<br \/>\n           <br \/>\n           End Sub<\/p>\n<p>           Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br \/>\n           <br \/>\n           Dim tip As New ToolTip()<br \/>\n           <br \/>\n           tip.AutoPopDelay = 5000<br \/>\n           <br \/>\n           tip.InitialDelay = 1<br \/>\n           <br \/>\n           tip.ReshowDelay = 1<br \/>\n           <br \/>\n           tip.ShowAlways = True<br \/>\n           <br \/>\n           tip.SetToolTip(Button1, &#8220;(c)Keehwan Nam,&#8221; &#038; vbCr &#038; &#8220;2012, APRI, GIST.&#8221;)<br \/>\n           <br \/>\n           tip.SetToolTip(TextBox1, &#8220;Starting index&#8221;)<br \/>\n           <br \/>\n           tip.SetToolTip(TextBox2, &#8220;Step&#8221;)<br \/>\n           <br \/>\n           begin = CInt(TextBox1.Text)<br \/>\n           <br \/>\n           istep = CInt(TextBox2.Text)<br \/>\n           <br \/>\n           End Sub<br \/>\n           <br \/>\n           End Class<\/p>\n<\/div>\n<p>\n\n<\/p>\n<p>\n          \uc2e4\ud589\uc5d0\ub294 \ub2f7\ub1372.0\uc774 \ud544\uc694\ud558\uace0 \uc708\ub3c4\uc6b0\uc988 \uc804\uc6a9\uc774\ub2e4. \ubc14\uc774\ub7ec\uc2a4\uac00 \uc758\uc2ec\uac00\uba74 VB.net\uc5d0\uc11c \uc704\uc758 \uc18c\uc2a4\ucf54\ub4dc\ub97c \uc9c1\uc811 \ube4c\ub4dc\ud574\ub3c4 \ub41c\ub2e4. \ub514\uc790\uc778 \uc18c\uc2a4\ub294 \uc0dd\ub7b5.\n         <\/p>\n<p>\n\n<\/p>\n<p>\n          \ubb50 \uc774\ub7f0\uac78 \ub2e4 \ub9cc\ub4dc\ub098 \ud558\uaca0\uc9c0\ub9cc, \ub204\uad70\uac00\ub294 \ud544\uc694\ud558\uace0 \ub204\uad70\uac00\ub294 \ub9cc\ub4e4\uac8c \ub41c\ub2e4. \uac04\ub2e8\ud55c \ud504\ub85c\uadf8\ub7a8\uc774\ub77c \uadf8\ub0e5 \ubbfc\uac04\uc5d0 \uacf5\uac1c\ud55c\ub2e4. \ucf54\ub4dc\ub97c \uc77d\uc5b4\ubcf4\uba74 \uc54c\uaca0\uc9c0\ub9cc, \ub9cc\ub4e4\uae30\uac00 \ub9e4\uc6b0 \uadc0\ucc2e\uc544 \ud588\ub2e4\ub294 \uc0ac\uc2e4\uc744 \uc54c \uc218 \uc788\ub2e4.<br \/>\n          \n<\/p>\n<p>\n          \uc774 \ub8e8\ud2f4\uc744 \uc798 \ud65c\uc6a9\ud558\uba74 \uc2e4\ud5d8\uc2e4 \uc790\ub3d9\ud654\uc5d0 \ud55c\uac78\uc74c \ub2e4\uac00\uac08 \uc218 \uc788\uc744\ub4ef.<br \/>\n          \n<\/p>\n<div style=\"width:100%;margin-top:30px;clear:both;height:30px\">\n<div style=\"width:31px;float:left;\">\n<a href=\"\/toolbar\/popup\/abuseReport\/?entryId=3167\" onclick=\"window.open(this.href, 'tistoryThisBlogPopup', 'width=550, height=510, toolbar=no, menubar=no, status=no, scrollbars=no'); return false;\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\uc2e0\uace0\" src=\"https:\/\/i0.wp.com\/t1.daumcdn.net\/tistory_admin\/static\/ico\/ico_spam_report.png\" style=\"border:0\"\/><br \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>1\ucd08\ub9c8\ub2e4 \uc9c0\uc815\ub41c \ud30c\uc77c\uc744 \uac10\uc2dc\ud574\uc11c, \ud30c\uc77c\uc774 \uc874\uc7ac\ud558\uba74 \uc790\ub3d9\uc73c\ub85c \ub2e4\ub978 \uc774\ub984\uc73c\ub85c \ubc14\uafd4\uc900\ub2e4. Automover2.exe &#8216;Copyright: Keehwan Nam, 2012. Public Class Form1 Private fn As String = &#8220;&#8221; Private index As Integer = 0 Private begin As Integer = 0 Private istep As Integer = 1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click OpenFileDialog1.Multiselect [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-10330","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-2GC","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/10330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10330"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/10330\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10330"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}