Posts: 12
Threads: 6
Joined: Jan 2010
Reputation:
0
01-03-2010, 09:58 PM
After creating a script I want to save it, so I clicked on "Save As" from "File" menu then a window appeared and asked me to enter a file name to save. my question is how we can give the file name dynamically instead of giving static file name like"file1 or file2 etc..)?
Please help me out this question
Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
01-04-2010, 09:53 AM
what exactly you mean by a dynamic file name. would you like to elaborate your query for what exactly you want to do?
Posts: 12
Threads: 6
Joined: Jan 2010
Reputation:
0
01-04-2010, 08:01 PM
dynamic names means when to save a file , it will ask you to give a suitable name for ex; file1, file2...etc. my question is we have to write such a script that it will automatically generate a unique name and save the file with this name. no need to give a file name manually enter through keyboard..