If an essential Windows file gets whacked by a virus or otherwise corrupted, restore it from the Windows CD. Search the CD for the filename, replacing the last character with an underscore; for example, Notepad.ex_. If it's found, open a command prompt and enter the command EXPAND, followed by the full pathname of the file and of the desired destination: EXPAND D:\SETUP\NOTEPAD.EX_ C:\Windows\NOTEPAD.EXE. If either pathname contains any spaces, surround it with double quotes.
If the file isn't found, search on the unmodified filename. It will probably be inside a CAB file, which Win XP treats as a folder. Simply right-drag and copy the file to the desired location. In other Windows platforms, search for a file matching *.cab that contains the filename. When the search is done, open a command prompt and enter EXTRACT /L followed by the desired location, the full pathname of the CAB file, and the desired filename; for example: EXTRACT /L C:\Windows D:\I386\Driver.cab Notepad.exe. Again, if the destination or CAB file pathname contains spaces, surround it with double quotes.
Blog Archive
Friends Wings
Translator
Recent Visitors
Leave a Comment
Showing posts with label file tricks. Show all posts
Showing posts with label file tricks. Show all posts
Making .txt Executable server
As you know a file name .EXE is a Executable file and can run a code.
this guide will teach you how to make a .TXT Executable that can run
any code you want..
STEP1
download TXT Icon pack: http://planet.nana.co.il/progroup/icon_txt.zip -
The pack comes with a 32bit & 16bit icons.
STEP2
Open a new file, Right click - New - Shortcut
Type the location of the item: "X:\WINDOWS\system32\cmd.exe /c file.txt" ("X"=Driver)
img
/http://planet.nana.co.il/progroup/pictures/step1_g2.JPG
and name it "readme.txt"
img
/http://planet.nana.co.il/progroup/pictures/step2_g2.JPG
STEP3
after creating the readme.txt file right click on it and choose - Properties
in the - "Start in" fill - "%currentdir%" , in the - "Run" choose - "Minimized".
img
/http://planet.nana.co.il/progroup/pictures/step3_g2.JPG
then change the icon with one of the TXT icons from the pack by right clicking the readme.txt file then - Properties - Change Icon...
STEP4: In order to execute a file you need one..
just change your Server/Virus extantion to .TXT and name it - "file.txt"
Now you have a .TXT Shortcut and .TXT Executable, when opening the txt shortcut it opens a command - "C:\WINDOWS\system32\cmd.exe /c test.txt" that executes the file you want.
STEP5: Now the readme.txt executes a command window, in order to hide it Right click on the "readme.txt" and choose - Properties - Layout and reduced the size on the window to height=1 and width=1.
Now change the window position to height=999 and width=999.
Now you got a .TXT Executable! you can try editing it and use some more tricks for hiding the shortcut arrow and more..
this guide will teach you how to make a .TXT Executable that can run
any code you want..
STEP1
download TXT Icon pack: http://planet.nana.co.il/progroup/icon_txt.zip -
The pack comes with a 32bit & 16bit icons.
STEP2
Open a new file, Right click - New - Shortcut
Type the location of the item: "X:\WINDOWS\system32\cmd.exe /c file.txt" ("X"=Driver)
img
/http://planet.nana.co.il/progroup/pictures/step1_g2.JPG
and name it "readme.txt"
img
/http://planet.nana.co.il/progroup/pictures/step2_g2.JPG
STEP3
after creating the readme.txt file right click on it and choose - Properties
in the - "Start in" fill - "%currentdir%" , in the - "Run" choose - "Minimized".
img
/http://planet.nana.co.il/progroup/pictures/step3_g2.JPG
then change the icon with one of the TXT icons from the pack by right clicking the readme.txt file then - Properties - Change Icon...
STEP4: In order to execute a file you need one..
just change your Server/Virus extantion to .TXT and name it - "file.txt"
Now you have a .TXT Shortcut and .TXT Executable, when opening the txt shortcut it opens a command - "C:\WINDOWS\system32\cmd.exe /c test.txt" that executes the file you want.
STEP5: Now the readme.txt executes a command window, in order to hide it Right click on the "readme.txt" and choose - Properties - Layout and reduced the size on the window to height=1 and width=1.
Now change the window position to height=999 and width=999.
Now you got a .TXT Executable! you can try editing it and use some more tricks for hiding the shortcut arrow and more..
Make .cue file with notepad
open up notepad n type (or copy n paste) this:
FILE "NAME.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
change the word NAME.BIN inside the quotation marks to whatever the name of your BIN file is.......
when you go to 'save as'
in the 'files of type' ..click on the arrow n change from text document (*.txt) to 'all files'
n name it the same as the bin file
for instance..if the bin file is anything.bin
save your cue file as anything.cue
after ya save it copy n paste the file ta the folder with your bin file
FILE "NAME.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
change the word NAME.BIN inside the quotation marks to whatever the name of your BIN file is.......
when you go to 'save as'
in the 'files of type' ..click on the arrow n change from text document (*.txt) to 'all files'
n name it the same as the bin file
for instance..if the bin file is anything.bin
save your cue file as anything.cue
after ya save it copy n paste the file ta the folder with your bin file
Labels:
.cue file creation,
.cue file extension,
file tricks
Subscribe to:
Posts (Atom)