How To Make .cab files
6/02/2009 02:45:00 AM Posted In dos tips Edit This 0 Comments »
u can use windows native dos command " MAKECAB " to create CAB files
Syntax : makecab [Source] [Destination Folder]
1. Type CMD on run
2. makecab souce destination
eg: To make a CAB file for C:\mywar.exe to D:\war.cab
1. Run> CMD
2. makecab C:\mywar.exe D:\war.cab
3. enter
Syntax : makecab [Source] [Destination Folder]
1. Type CMD on run
2. makecab souce destination
eg: To make a CAB file for C:\mywar.exe to D:\war.cab
1. Run> CMD
2. makecab C:\mywar.exe D:\war.cab
3. enter
0 comments:
Post a Comment