G
Gianluca Facca
My file .batch on XPE recall a script on a file.txt. The command on the
batch is:
Diskpart /s file.txt
Is it possible to exec command without script?
I.E. like:
diskpart
command1
command2
............
............
batch is:
Diskpart /s file.txt
Is it possible to exec command without script?
I.E. like:
diskpart
command1
command2
............
............