Hello,
Does anyone knows if there is any way to build a scripting file via batch scripting.
To be more specific, I have implemented some scripts in a scripting language, before running it I have to right click on a specific file and then press the build_all option.
Any idea on how should I begin?
Thanks
Nikos
build a script via batch
Moderator: DosItHelp
Re: build a script via batch
You can use echo statements and redirect into a file to create a script.
Re: build a script via batch
I think he's asking for a way to call the ''build_all'' command on the script file (instead of, say, ''open'').
autonicknan, if you check what the build_all option is doing, you can call the same command directly via batch. Alternatively, there are some 3rd party utilities that will let you ShellExecute the script file with the action of your choosing.
Queue
autonicknan, if you check what the build_all option is doing, you can call the same command directly via batch. Alternatively, there are some 3rd party utilities that will let you ShellExecute the script file with the action of your choosing.
Queue
Re: build a script via batch
Autoit might be a good way to automate it, or a macro program.
-
- Posts: 19
- Joined: 01 Mar 2013 11:44
Re: build a script via batch
Hello,
Thanks for the responses!!
The answer was pretty easy but sometimes the mind stops. I had to check what the buil_all command doing as Queue pointed...Thanks for this
Now i want to execute the build_all command to all files that have a specific file name(let say load.ctl) under a path that contains several subfolders. I guess that this is easy but I am pretty newbie in batch scripting. I will try to implement it and may be I come back with some questions...
Thank u both!!
Nikos
Thanks for the responses!!
The answer was pretty easy but sometimes the mind stops. I had to check what the buil_all command doing as Queue pointed...Thanks for this
Now i want to execute the build_all command to all files that have a specific file name(let say load.ctl) under a path that contains several subfolders. I guess that this is easy but I am pretty newbie in batch scripting. I will try to implement it and may be I come back with some questions...
Thank u both!!
Nikos