This post is more than 5 years old
45 Posts
0
972
November 10th, 2010 01:00
Command file for symconfigure
I am trying to ummap few symm devices using SYMCLI in a windows machine using the following commands
symconfigure commit -sid XXXX -file unmap_dev.cmd
Where unmap_dev.cmd contains:
unmap dev 020:024 from dir ALL:ALL;
Can I use a .txt file insted of .cmd file here?
How to create a .cmd file in windows?
Have never used SYMCLI in windows before..... appreciate your early reply.
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
November 10th, 2010 03:00
file extension does not matter, windows nor unix ...you can give extension unmap_dev.sanjit and it will work just fine.
Sanjit1
45 Posts
0
November 10th, 2010 03:00
Thank you Dynamox.