in reply to Re: System Function...script does not move until process ends.
in thread System Function...script does not move until process ends.
In a nutshell, what he is trying to do is:
throw in some error checking (exit codes, file/directory exists, etc...) and you've got a great rebuild/upgrade mechanism.dbinit my_new_db.db dbunload my_old_db <<- this creates a file called "reload.sql" dbisql my_new_db.db read reload.sql
I've done exactly this in Perl, Bash/Sh, and .CMD/.BAT.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: System Function...script does not move until process ends.
by CountZero (Bishop) on Apr 07, 2005 at 05:40 UTC | |
by shuchit (Novice) on Apr 07, 2005 at 06:37 UTC | |
by CountZero (Bishop) on Apr 07, 2005 at 09:44 UTC |