No, thank you for making me write it, otherwise I would properly never have written itpdavit wrote:It's just what I was looking for! Thank you very much!Aezay wrote:...it is not as descriptive as you may wish...

Thanks for informing me, I've uploaded a new version where this has been fixed.Raymond wrote:When run TCScript.exe with no file loaded, try write something and save it with "Save" or "Save as", nothing is saved.
Only when loading an existed file and modifying something, then "Save" will works.
"Save as" doesn't work at all.
Edit: Seems "Save" doesn't work now. I have to edit .tcs file in another text editor.
Anyhow, I've made 5 script files till now. They work just fine. This tool is great!:)
I think you define "complicated" after what you know and what you don't, when I look at VB code, I find it very complicated, but I've heard it should be much more simple than both C and Pascal.robinsiebler wrote:Not to sound critical, but by making your scripting language C like, don't you feel that you are making it needlessly complicated? C has many great features, but ease of use isn't one of them. The more complicated your language is, the fewer the number of people who are going to use it. If you made your language simpler, there would be a lot more people who could benefit from it.
Also, I said the language was a mix between Pascal and C, not C like.
The "2 ints" are Integers.robinsiebler wrote:It's been a long time since I have had an anything to do with C (Python is so much faster/easier/better), that I don't even know what the above means! What are the 2 ints? Why not make your definitions easier to understand?
I would like to see you make the definition in the language you prefer (Python) and I bet I would find it more difficult, because I don't know that language.
Please consider that my script language is far from complete, a lot of changes will properly be made.
Please download the new version, build 116.rxyzzy wrote:I have downloaded you last version of 1.0 final b113 and what doesn't work for me is that it doesn't save the script file neither with Save or Save As. Is this just my problem? I am running WinXP Pro.
I've puzzeled a little with this too, but TotalCmd wasn't designed with a 3rd party app in mind, which is understandable. But I just don't know any way to detect whether TotalCmd is working or not.rxyzzy wrote:there doesn't seem to be any way to reliably wait for TC to finish doing it before going on with the script. I have used Sleep(), but this is inconvenient because TC can take very short or very long time doing the unpack.
The only workaround I can come up with, is to add a MsgBox function to pause the script, like this: MsgBox("Press Ok when Total Commander is done","Script Paused",$40);