[GreenPepper PRO]Online Manual    

<- prev

[up] Menu

next ->

Operation of "Windows Erase program"-> Setting initial and fixed values using the command line

Setting initial and fixed values using the command line
Command line option details

In "Windows Erase Program", you can set the initial value and fix the value by using the command line at startup of "gppro4.exe".

Example:
gppro4.exe /M:3E /R:InfoDep. /T:E

Details of options by configuration file


By putting the "config.gp4" file in the same folder as gppro4.exe, you can specify the same contents as the command line.
"config.gp4" is a text file (ANSI) with the contents of the command line written on the first line.

Example: contents of "config.gp4"

/M:3E /R:InfoDep. /T:E
 
Item How to specify Description
Specify the Drive to be erased
("erase Drive")
/d:[Drive specification]
*specifying the initial value
A,B,C,D,・ ・ ・ ,Z:  Specify drive
RM: Specify 1st removable drive
HD: Specify 1st HDD drive, exclude system drive

If only "/d:" is specified, the initial value is "erase Drive".
/D:[Drive specification]
* Fixed at the specified value,
cannot be changed
Same as above
If only "/D:" is specified, "erase Drive" is fixed,
 cannot be changed.
ex: /d:f /D:E  /D:RM /D:
Specify the Disk to be erased
("erase Disk")
/p:[Disk specification]
*specifying the initial value
0.1.2.3.・ ・ ・ : Specify disk.
RM: Specify 1st removable disk
HD: Specify 1st HDD disk, exclude system drive.

If only "/p:" is specified, the initial value is "erase Disk".
/P:[Disk specification]
* Fixed at the specified value,
cannot be changed
Same as above
If only "/P:" is specified, "erase Disk" is fixed,
 cannot be changed.
ex: /P:1  /P:RM
Erase method /m:[1,2,3,4][E][V][H][Z][C]
*specifying the initial value
1-4: Erase count 1-4 times

E: Stop when error
V: Verify after erase
H: Log(HDD)
Z: Stop when non-zero
C: Compare with 1st sector
/M:[1,2,3,4[E][e][V][v]
[H][h][Z][z][C][c]
* Fixed at the specified value,
cannot be changed
Items not specified below are not fixed

1-4: Erase count 1-4 times
E: enable - "Stop when error"
e: disable - "Stop when error"
V: enable - "Verify after erase"
v: disable - "Verify after erase"
H: enable - "Log(HDD)"
h: disable - "Log(HDD)"
Z: enable  - "Stop when error"
z: disable  - "Stop when error"
C: enable - "Compare with 1st sector"
c: enable - "Compare with 1st sector"
ex: /M:3EVHe 
Additional information for "Report" /R:"[additional information]"
* same as /r
"" is not required if spaces are not included.
ex: /R:"my report info"  /R:MyReport
Option /o:[U][S][C1-5][E][B]
*specifying the initial value
U: Save "Report" using UNICODE
S: Erase system drive
C1-5: Flush every specified sector
    C1: 256, C2: 2560, C3: 25600 C4: 256000 C5: 2560000
B: No buffering on write
E: Do not perform detailed sector count on error
/O:[U][S][C1-5][E][B]
* Fixed at the specified value,
cannot be changed
Same as above
ex: /O:C3   /O:UC3E
Specifying page (tab) display /T:[E][C][O]
* same as /t
E: "Erase disk" page
C: "Check disk" page
O: "Option" page
ex:  /T:E    /T:CO
Button display on the report screen
when erasing and disk check
processing is completed
/F:[C][S][Ftext to Display]
* same as /f
C: If specified, hide the "Copy" button
S: If specified, hide the "Save" button
FIf [text to Display] is specified, replace the text
of the "Confirm" button with the specified text.
ex:  /F:CSFclose /F:S


kirara21