notepad programing - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works

notepad programing

#1 thayne182

  • Group: Member
  • Posts: 3
  • Joined: 07-May 12

Posted 07 May 2012 - 12:23 PM

Hi if some one could plz help i want to make a program using notepad that can copy two file and past them in a folder on windows

#2 Mister Fox

  • Group: Member
  • Posts: 5
  • Joined: 09-May 12

Posted 09 May 2012 - 06:58 PM

type this in notepad:
@echo off
copy (insert full file path here, like c:\windows\foo.doc) (insert desired place to copy to here, like c:\users\username\)
exit

Click SAVE AS, and save it as copyfile.bat
IMPORTANT- underneath the area where you enter the name of the file when you save there will be a dropdown menu- open it and select ALL FILES

Share this topic: