Help me out, please

24 bit

deathinitly
11 years ago

0

I understand what I have to do with this level… only problem is that I can’t change the file type (hope I don’t spoile too much). The thing is that, when I change the name, I can’t change the text that comes after the “dot”, because it ain’t that piece of text ain’t visible. I saw on a vid on youtube how to change the setting, so I can change what comes after the “dot” and I did do what was shown on de vid, but it didn’t change a thing :/

Can someone please tell me what to do (i have windows 8!!).

6replies
3voices
218views
[deleted user]
11 years ago | edited 11 years ago

0

deathinitly,

You can use the command prompt to change the file extension. Open the command prompt using run. Open run and type cmd and press enter. This will open the command prompt. go to the path where you have the file, then type this command to rename the file

For WIndows XP
C:\Documents & Settings\Username\Desktop>ren filename.txt filename.bmp

For Windows 7 & Above
C:\Users\Username\Desktop>ren filename.txt filename.bmp

This will change the extension of the file. You can keep the same filename and just change the extension of the file using the ren command.

For Linux
tlotr@ubuntu:~/Desktop$ mv filename.txt filename.bmp

deathinitly
11 years ago

0

Tlotr,

Thanks for replying to my post! But it doesn’t work :(
Everytime I typ that code, it says: “‘Desktop’ is not recognized as an internal or external command, operable program or batch file.
I just typed ‘Desktop>ren filename.txt filename.bmp’ because it already said ‘C:\Users\Username>’ (I did type the file’s name instead of just ‘filename’)
So I thought maybe that’s why it doesn’t work, but when I typed the full code it still didn’t work. (My computer is a dutch one, so i also tried to use the dutch word for ‘Desktop’ (=bureaublad), but I still got the same message)
I also tried to put the file in another location, but that neither worked…

I hope you, or someone else, knows what i did wrong. (I did use the right code for my system)

[deleted user]
11 years ago

0

deathinitly,

Please let me know where you have kept the file. I would need the complete path where exactly the file is located on your hard drive.

The above mentioned commands are just for example. I presumed that you might have kept the file on the Desktop and provided the path as per the OS folder structuring. If you have downloaded the file from Google Chrome or Mozilla Firefox basically the file gets downloaded in the Download folder which is in C:\users\your_username\Downloads.

When you will open the command prompt you might be in C:\users\your_username> use the command dir to check the files and folders in it and then change to the download folder using the cd command (eg: cd Downloads)

Then you might want to check if the file is actually in the Downloads folder. To check the files and folder in the current directory/folder use the command dir /w or just dir that will list all the files and folder in the current directory/folder. If the file is there then just use the command ren bt.txt bt.jpg to rename the file

titi54200
11 years ago

0

je suis francais et je n'arrive pas au basic niveaux 1 mrc de m'aider

titi54200
11 years ago

0

Hello, I’m French and I would like some help at one of bassic mrc

[deleted user]
11 years ago

1

titi54200,

You mean you require help with Basic Level 1 correct?

You must be logged in to reply to this discussion. Login
1 of 7

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss