K
kon
I use shell to backup my database where I put the xcopy /N /Y,
/N for handling the big names and /Y not to prompt for overwrite.
Shell(command /c xcopy /n / y c:\myfile d:\)
Myfile I get it from the Database using
currentproject.name
How can I use the shortname of currentProject.Name
in case my Database name is bigger than 8 characters ?
The same I need to Know for Directory Short Name since I prompt the user
where he wants to backup the file.
Thanks in Advace
Kon
/N for handling the big names and /Y not to prompt for overwrite.
Shell(command /c xcopy /n / y c:\myfile d:\)
Myfile I get it from the Database using
currentproject.name
How can I use the shortname of currentProject.Name
in case my Database name is bigger than 8 characters ?
The same I need to Know for Directory Short Name since I prompt the user
where he wants to backup the file.
Thanks in Advace
Kon