masterchicker
Programmer
Hi,
How do you create subdirectories in Autoexec of win98se?
I installed a ramdrive on my Win98se system. In a nutshell, upon startup autoexec does this:
md I:\TEMP
set Temp = I:\Temp
set Tmp = I:\Temp
(I:\ is the drive letter of my Ramdrive)
I want to make subdirectories within the temp folder upon startup. Something like:
I:\Temp\<subdirectory>
How can I achieve this?
When I do this:
md I:\TEMP\<subdirectory>
I receive a "Too many parameters" error message.
How do you create subdirectories in Autoexec of win98se?
I installed a ramdrive on my Win98se system. In a nutshell, upon startup autoexec does this:
md I:\TEMP
set Temp = I:\Temp
set Tmp = I:\Temp
(I:\ is the drive letter of my Ramdrive)
I want to make subdirectories within the temp folder upon startup. Something like:
I:\Temp\<subdirectory>
How can I achieve this?
When I do this:
md I:\TEMP\<subdirectory>
I receive a "Too many parameters" error message.