home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / fm2_267.zip / commands.tmp < prev    next >
Text File  |  1998-05-25  |  798b  |  63 lines

  1. ; FM/2 commands file -- 3 lines: title, cmd line, flags
  2. ;
  3. Test a Zip file
  4. unzip.exe -t %a
  5. 12288
  6. ;
  7. Test an Lzh file
  8. lh.exe t %a
  9. 12288
  10. ;
  11. Test an Arc file
  12. arc.exe t %a
  13. 12288
  14. ;
  15. Test an Arj file
  16. unarj.exe t %a
  17. 12288
  18. ;
  19. Test a Zoo file
  20. zoo.exe -test %a
  21. 12288
  22. ;
  23. Diskcopy A: -> B:
  24. diskcopy.exe a: b:
  25. 4096
  26. ;
  27. Diskcopy B: -> A:
  28. diskcopy.exe b: a:
  29. 4096
  30. ;
  31. Create disk image from A:
  32. savedskf.exe a: /N
  33. 6144
  34. ;
  35. Rename files to uppercase
  36. rencase.exe /u /#%!
  37. 0
  38. ;
  39. Rename files to lowercase
  40. rencase.exe /l /#%!
  41. 0
  42. ;
  43. Rename files to mixedcase
  44. rencase.exe /m /#%!
  45. 0
  46. ;
  47. View image file
  48. image.exe %a
  49. 8192
  50. ;
  51. Iconify image files
  52. iconify.exe /#%!
  53. 0
  54. ;
  55. Wipe (erase, expunge) files
  56. wipe.exe /a /y /#%!
  57. 0
  58. ;
  59. Zap all EAs of files (careful!)
  60. ea.exe /d /y /h /$ /v /#%!
  61. 0
  62. ;
  63.