I have installed sybase ASE 15 in remote machine and now I am able to extract ddl of tables and other objects by using following commands:-
ddlgen -Usa -Ppassword -SMachine-name -Dmaster -TU -Stable1 -Odef.master.mytitles.out
from this query I got script of create table. Now I want to access ddlgen from another machine to getting the ddl of any table but it was showing following error in my command prompt
system can not find specified file path
Can anyone suggest me that how can I access ddlgen command remotely .