Sorry, this command does not exist in version 2. As a workaround you can create a batch file with MD command and run this file from within a job Here is an example batch file c:\mydir.bat MD %1 In a script type job you can run it as Dim pid, number RunAndWait "c:\\mydir.bat new_dir_name_here", "parent_dir_here", 0, pid // Other processing here. : I don't seem to have that command, produces : compiler error: keyword not found. : I think it's probably my 24x7 version, 2.4.7 : Thanks, : Con.
|