Extension changer By Nils Bordoni nilsbordoni@yahoo.fr __________________________________________________ Send slib to main! Extension changer is a simple to use program. It uses slib which must be in main. It can change extension that the TI OS recognize STR, TEXT... or custom extension (4 characters). To use it: extchang("source_file","new_file",ext[ou "ext"]) For custom extension put "myext" in ext (4 characters max) For TiOs extension don't put them as string but as number: 45 -> string 217 -> list or matrix 220 -> programs 221 -> data 222 -> GDB 223 -> pictures 224 -> texts 225 -> figures 226 -> macros 243 -> asm For example: "Viper"->f extchang("f","f2","vip") in the varlink: f STR 10 f2 VIP 15 extchang("f2","f3",45) in the varlink: f STR 10 f2 VIP 15 f3 STR 10 Known bugs: ------------- If you try yo change a variable that the program uses (tai,a,b,c,typ,temp) the program will report an errror. That's all Mail me if you have questions...