Hello !
With tool "PG4UW cmd.exe " is it possible to create a script to save in a file ( format bin)  a contents of memory (eprom) dump... I search a command like "savefile" .
Best regards
			
									
									
						PG4UW cmd.exe to save a file
- 
				Dataman (Neil Parker)
 - Posts: 980
 - Joined: 10 Nov 2011 09:51
 
Re: PG4UW cmd.exe to save a file
Hello FREDC,
Unfortunately it is not possible to save out the buffer content to a HEX or BIN file when using the command line interface. However there is the following command when using the remotelb.dll interface:
function SEND_CMD_SaveFile(filename: PChar;
fileformat: integer;
timeout: integer): integer; stdcall;
This function is used to write buffer content of remote client (Pg4uw) to specified file at specified file
format.
More information can be found in the C:\Program Files\Dataman\Dataman-Pro\remotectrl\remotemanual.pdf document.
I hope this helps.
Best regards,
Neil Parker
Dataman Programmers
			
									
									Unfortunately it is not possible to save out the buffer content to a HEX or BIN file when using the command line interface. However there is the following command when using the remotelb.dll interface:
function SEND_CMD_SaveFile(filename: PChar;
fileformat: integer;
timeout: integer): integer; stdcall;
This function is used to write buffer content of remote client (Pg4uw) to specified file at specified file
format.
More information can be found in the C:\Program Files\Dataman\Dataman-Pro\remotectrl\remotemanual.pdf document.
I hope this helps.
Best regards,
Neil Parker
Dataman Programmers
Best regards,
Neil Parker
Dataman Programmers
						Neil Parker
Dataman Programmers
- 
				jackmarvia689
 - Posts: 1
 - Joined: 10 Sep 2025 08:19
 
Re: PG4UW cmd.exe to save a file
No, not directly with pg4uwcmd.exe—use the remote DLL's SEND_CMD_SaveFile for BIN export. See remotemanual.pdf for details.
			
									
									
						Return to “General Conversation”
Who is online
Users browsing this forum: No registered users and 1 guest
 
 