Skip to main content
Praveen Shanmugam
Known Participant
January 20, 2011
Question

Make a script file to a executable file "*.exe"

  • January 20, 2011
  • 2 replies
  • 1702 views

Hi

1. How to convert a jsx file to a executable application for windows.??

2. Does a Script file can be merged with a VB program or a DOS command set.??

Thanks and Regards

Praveen

This topic has been closed for replies.

2 replies

Inspiring
January 20, 2011

The best you can do is record an action that calls your script then save the action as a droplet. This is a decent solution for certain types of problems.

Praveen Shanmugam
Known Participant
January 21, 2011

Thanks alot.

I tried it but its not working for me. i think i made something wrong creating the action.

pls check below and let me know whats wrong i made.

After creating the droplet it only calls photoshop to front. but the script is not running..

Inspiring
January 21, 2011

It creates a Droplet. You drop images or folder with images on it to process them.  You can also run the droplet from the command line and pass images to it that way. If your script isn't really processing an image, per se, you still need to pass it one. I use a 1x1 gif that I close at the beginning of the script.

Paul Riggott
Inspiring
January 20, 2011

Simple answer no, except I think VB can run embeded JavaScript. But you could use another language IE: C# to program and create an exe file.