fp26guylearningvfp60
Programmer
Hi!
I need to create a directory/folder from with-in FPW.
I write out a little bat file MKDIR.BAT....
@ECHO OFF
MD mydir
Then run it from with-in FPW.
The bat file executes fine, but does not return to the FPW envi (calling program) with-out the user having to click on the close in the DOS window that runs the bat.
Anyway around this? If I could create the dir from within FPW I would be happy, but know of no 26 command that will let me do this.
TIA - Wayne
I need to create a directory/folder from with-in FPW.
I write out a little bat file MKDIR.BAT....
@ECHO OFF
MD mydir
Then run it from with-in FPW.
The bat file executes fine, but does not return to the FPW envi (calling program) with-out the user having to click on the close in the DOS window that runs the bat.
Anyway around this? If I could create the dir from within FPW I would be happy, but know of no 26 command that will let me do this.
TIA - Wayne