PDA

View Full Version : Can we create new file extensions in ams 4? Example: .ebk, .ege verses mere .htm, .html etc.?



nim
03-13-2003, 06:43 AM
This may sound like a strange question, but...: I have created an ebook browser which opens .html files... what if i wanted to give those files a different extension and have my ams prog developed open those files... what prog would i use to create/convert either web pages or text files into having different file extensions? Thanx.

kpsmith
03-13-2003, 06:54 AM
You should just have to rename them. If the file is ebook.htm just rename it ebook.ebk. When issuing the action in AMS just call ebook.ebk into the browser object and it will load up.

nim
03-13-2003, 06:58 AM
Wow, I didn't know it would be that simple... Thanx much.