Jump to content
WnSoft Forums

TIAGOVAL

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by TIAGOVAL

  1. Hi! Al,... your impression was right!!! At this time, my most wanted capability in a PTE is that: open the PTE through a comand line instruction from javascritpt embeded in a html page. But my english it's no so good!!! Sorry for that!!! I know that the PTE can open other files (only if you have the program installed). I wasn´t talking to open others aplications with parameters in a "command-line" sentence,... but,... hey!,... it seems to me a great idea too. Yes, I know that some other programs (not all) can´t accept parameters right now,... but that it's a limitation of other programs. Thats, preciselly, it's why I can't use other programs. The capability to run a just simply exe file (without previous installation), and accept parameters in the invocation (like password u others),... and even more,... invoque other files (html's with javascript, .zip, .rar) with parameters,... can be a unique and powerfull capability of PTE. Well,... by the moment,... I'll have to find another way to do that,... or another product. Thanks a lot for your time, and for your help!!! By!
  2. Hi!!! Al,... I´m totally agree with you about the best way to use it in a web site. Even that, still seems to me very useful the idea to have a "comand-line" sentence in an exe file. Now supose that you want to create a demo in CD,... you don't need to have, servers, databases, dll's (like avi, flash, powerpoint, etc) to handle complete functionallity in a good presentation combined with html documents,... and simple, and fast, and... at last,... so easy. Don't you think? Again, Thanks for all!!! Tiago.-
  3. Thanks Al!!! My reason it's a little crazy,... yes, I admit it,.. but just simple. Supose that you develop a site. This site have pages with links to PTE's but, you want to handle differents authorization levels by password protection. For authorized users, the PTE starts directly (whithout user knowdeledge of passwords). For unauthorized users, the PTE can´t be viewed (inside or outside the page). This way, you have the access control to your PTE'S through html pages. Hidding the password in the java scripts, and encodding its. it's seem reasonable??? Ja ja!!! Don't have affraid to tell me no!!! But I have two examples: EXE's making with Winzip or Winrar. You can open its using the program, or using a "command-line" sentence. Really,... thanks very mutch to all for the comments!!! (Sorry for my english) Tiago.- Buenos Aires - Argentina
  4. Thanks Lin!!! But I only get the "Password required" window. I do the next: function Call() { document.Form.action = "/Presntation/Exes/passwortest.exe?password=Buster"; document.Form.submit(); } It simply ignore the parameter "buster". Finally I have to type it manually. Any idea???
  5. Hi everybody!!! I'm a trial user, and I need to know if the final version can resolve my needs: Today, I can invoque a .exe presentation from an script in an .html document this way: function Call() { document.Form.action = "/Presntation/Exes/mypres.exe"; document.Form.submit(); } But,... Can I send any parameter like the password to open the file? Something like This: function Call() { document.Form.action = "/Presntation/Exes/mypres.exe?passw=KEY"; document.Form.submit(); } Can I do this? How can I resolve the parameters that I need to do the invocation??? Thanks for the patience,... to all!! Tiago.-
×
×
  • Create New...