I work with windows XP operation system
When I create new vbs file on my desktop as VBscript.vbs
The file still defined as .txt file and not as .vbs file
From properties I see also type is a txt file
What need to do in order to fix this issue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that you will find that your filename is actually “filename.vbs.txt”.
The file extension “.txt” was probably automatically added by your text editor.
Try cutting and pasting your code into a new file in your text editor and then use “Save As” instead of “Save”.
Ensuring that you type in the full file name including the .vbs extension and select “All File Types” if you have a dropdown to select one.