In that case, you are fresh out of luck.
You have gotten several responses from others here
showing how to do it using various external solutions,
but unfortunately, using nothing but R14 WITHOUT any
ARX or ActiveX extension, means that you have no
choice but SHELL.
AES wrote:
>
> Thanks Tony
>
> But would realy prefer not to use the "Shell" command
>
> Victor
>
> Tony Tanzillo wrote in message
> news:38BF0114.EEA04C73@worldnet.att.net...
> > Okay....
> >
> > (command "._SH" (strcat "MKDIR " dirname))
> >
> > You can also use a different PGP command that will not
> > display the DOS window.
> >
> > AES wrote:
> > >
> > > Must be in LISP or VLISP - cannot use 3rd party
> > >
> > > Thanks
> > > V Abela
> > >
> > > Dale Fugier wrote in message
> > > news:89msed$hhj16@adesknews2.autodesk.com...
> > > > Download DOSLib from www.mcneel.com. Unlike the (VL-MKDIR), DOSLib's
> > > > (DOS_MKDIR) function works in both R14 (LISP and A2K (VLISP). And
> hey,
> > > it's
> > > > free.
> > > >
> > > > --
> > > >
> > > > Dale Fugier
> > > > Robert McNeel & Associates
> > > > www.mcneel.com
> > > >
> > > >
> > > > "Frank Oquendo" wrote in message
> > > > news:89mrtv$hh725@adesknews2.autodesk.com...
> > > > > You can use VL-MKDIR: (vl-mkdir "c:\\test")
> > > > >
> > > > > Returns T if sucessful, nil otherwise
> > > > >
> > > > > --
> > > > > Get free software and more at http://www2.stonemedia.com/franko
> > > > >
> > > > >
> > > > > "AES" wrote in message
> > > > > news:89mr3t$him19@adesknews2.autodesk.com...
> > > > > > Which is the easiest or neatest way to create new folders or
> > > > directories -
> > > > > > Using LISP or VLISP - AutoCAD 14 & 2000
> > > > > >
> > > > > > (Preferably - without using "SH")
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > V Abela
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> >
> > --
> > /*********************************************************/
> > /* Tony Tanzillo Design Automation Consulting */
> > /* Programming & Customization for AutoCAD & Compatibles */
> > /* ----------------------------------------------------- */
> > /* tony.tanzillo@worldnet.att.net */
> > /* http://ourworld.compuserve.com/homepages/tonyt */
> > /*********************************************************/
--
/*********************************************************/
/* Tony Tanzillo Design Automation Consulting */
/* Programming & Customization for AutoCAD & Compatibles */
/* ----------------------------------------------------- */
/* tony.tanzillo@worldnet.att.net */
/* http://ourworld.compuserve.com/homepages/tonyt */
/*********************************************************/