I wanted to create Ms Project file via windows cmd in my script.
The problem is to find the proper command in cmd to create a new .mpp file with the blank project already in it (if the empty project wouldn't be created before, it'll fail my further script).
Already tried:
echo Creating mpp file > file.mpp
and
type nul > file.mpp
Both created .mpp file but failed to create a new blank project in them.