Hi, friends . how are you today.

Sunday, 23 June 2013

☺OPEN ANY FILE OR FOLDER USING NOTEPAD.

  • Here is a simple trick to open any file or folder or program with notepad.
  • Open notepad and type the following: "  Start path of file ". 
  • For Example :- "  Start d:\download  ".
  
  • Then save the file as Shortcut.bat 
  • Please note that the file type should be kept as ALL FILES while saving it as a .bat file.
  • Then open your Shortcut.bat file. your file or folder is opened.
☺If you want to open some complicated programs such as Firefox, then use this code:
  •  START /d  “path of folder” program.extension
☺Change path of folder with the actual path of the folder, and put the name of the program with its extension. For example if you have a file called run with an extension of .exe in the folder TEST in C:\ drive, then your code should be something like this: START /d “C:\TEST” run.exe  .

No comments:

Post a Comment