Last change
on this file since 868 was 484, checked in by root, 19 years ago |
Update
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
781 bytes
|
Line | |
---|
1 | ; FM/2 commands file -- 3 lines: title, cmd line, flags
|
---|
2 | ;
|
---|
3 | Unlock exe or dll
|
---|
4 | unlock -v %a
|
---|
5 | 4096
|
---|
6 | ;
|
---|
7 | Test a Zip file
|
---|
8 | unzip.exe -t %a
|
---|
9 | 12288
|
---|
10 | ;
|
---|
11 | Test an Lzh file
|
---|
12 | lh.exe t %a
|
---|
13 | 12288
|
---|
14 | ;
|
---|
15 | Test an Arc file
|
---|
16 | arc.exe t %a
|
---|
17 | 12288
|
---|
18 | ;
|
---|
19 | Test an Arj file
|
---|
20 | unarj.exe t %a
|
---|
21 | 12288
|
---|
22 | ;
|
---|
23 | Test a Zoo file
|
---|
24 | zoo.exe -test %a
|
---|
25 | 12288
|
---|
26 | ;
|
---|
27 | Diskcopy A: -> B:
|
---|
28 | diskcopy.exe a: b:
|
---|
29 | 4096
|
---|
30 | ;
|
---|
31 | Diskcopy B: -> A:
|
---|
32 | diskcopy.exe b: a:
|
---|
33 | 4096
|
---|
34 | ;
|
---|
35 | Create disk image from A:
|
---|
36 | savedskf.exe a: /N
|
---|
37 | 6144
|
---|
38 | ;
|
---|
39 | Rename files to uppercase
|
---|
40 | rencase.exe /u /#%!
|
---|
41 | 0
|
---|
42 | ;
|
---|
43 | Rename files to lowercase
|
---|
44 | rencase.exe /l /#%!
|
---|
45 | 0
|
---|
46 | ;
|
---|
47 | Rename files to mixedcase
|
---|
48 | rencase.exe /m /#%!
|
---|
49 | 0
|
---|
50 | ;
|
---|
51 | View image file
|
---|
52 | image.exe %a
|
---|
53 | 8192
|
---|
54 | ;
|
---|
55 | Iconify image files
|
---|
56 | iconify.exe /#%!
|
---|
57 | 0
|
---|
58 | ;
|
---|
59 | Wipe (erase, expunge) files
|
---|
60 | wipe.exe /a /y /#%!
|
---|
61 | 0
|
---|
62 | ;
|
---|
63 | Zap all EAs of files (careful!)
|
---|
64 | ea.exe /d /y /h /$ /v /#%!
|
---|
65 | 0
|
---|
66 | ;
|
---|
67 | ; $Id: commands.tmp 484 2006-09-07 05:07:11Z root $
|
---|
Note:
See
TracBrowser
for help on using the repository browser.