Question: read file that has '' in it

Hi,

How can I read a file that has " in the context correctly? (see the attached file)

Download 7845_not_good.txt
View file details

> read "notgood.txt";

Warning, incomplete quoted name;  use ` to end the name

on line 1, unexpected end of input

Error, while reading `notgood.txt`

 

I am working on a coding project. The file was a coded cipher that saved from another procedure.

 

Thanks.

casper

Please Wait...