giannisGR
06-04-2008, 04:15 AM
Hi All,
scriptdir = GetDir #scripts
hapconvpath = scriptdir + "\\Startup\\accconv"
DosCommand (hapconvpath + ............)
The above fragment of code works fine in 3d studio max 5.0 where the filepath is "C:\3dstudiomax...." but not in 3d studio max 2008 where the path is C:\Program Files\.... Do you have any suggestions on how to fix this? Please help!
scriptdir = GetDir #scripts
hapconvpath = scriptdir + "\\Startup\\accconv"
DosCommand (hapconvpath + ............)
The above fragment of code works fine in 3d studio max 5.0 where the filepath is "C:\3dstudiomax...." but not in 3d studio max 2008 where the path is C:\Program Files\.... Do you have any suggestions on how to fix this? Please help!
