(→Technical Support Questions) |
(→Technical Support Questions) |
||
| Line 39: | Line 39: | ||
| − | ==='''How can I change the number of recently opened files in the FILE menu?''=== | + | ==='''How can I change the number of recently opened files in the FILE menu?'''=== |
Beginning with vEdit 5.15 for Windows, the number of MRU files listed in the File menu can be changed by editing the value "MaxMRU" in the VEDIT.INI file. | Beginning with vEdit 5.15 for Windows, the number of MRU files listed in the File menu can be changed by editing the value "MaxMRU" in the VEDIT.INI file. | ||
| Line 45: | Line 45: | ||
---- | ---- | ||
| − | ==='''Adding "Open with VEDIT" to my right-click context menu does not seem to work correctly, how do I configure this?''=== | + | ==='''Adding "Open with VEDIT" to my right-click context menu does not seem to work correctly, how do I configure this?'''=== |
Beginning with VEDIT 6.10, "Open with VEDIT" works correctly with Windows XP/7/8/8.1/10. | Beginning with VEDIT 6.10, "Open with VEDIT" works correctly with Windows XP/7/8/8.1/10. | ||
| Line 53: | Line 53: | ||
---- | ---- | ||
| − | ==='''How can I edit files larger than two (2) Gigabytes, or split a huge file into smaller parts in Standard vEdit?'=== | + | ==='''How can I edit files larger than two (2) Gigabytes, or split a huge file into smaller parts in Standard vEdit?'''=== |
#Run the Splitter macro by selecting <kbd>MISC</kbd>, <kbd>More macros</kbd> and then <kbd>Splitter</kbd>. | #Run the Splitter macro by selecting <kbd>MISC</kbd>, <kbd>More macros</kbd> and then <kbd>Splitter</kbd>. | ||
| Line 65: | Line 65: | ||
<pre>copy /b part.001+part.002+part.003+part.004 bigfile.ful</pre> | <pre>copy /b part.001+part.002+part.003+part.004 bigfile.ful</pre> | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | ==='''How do I save just blocks of larger files / split a file into two or more parts?'''=== | ||
| + | |||
| + | This is very easy to do by simply highlighting a block and selecting <kbd>FILE</kbd> then </kbd>Save block as</kbd> to write the block to a file. | ||
| + | |||
| + | For example: | ||
| + | |||
| + | #Move the cursor to the first character of the block. | ||
| + | #Press <kbd>F9</kbd> to begin highlighting. | ||
| + | #Move the cursor, with whatever method you like, e.g., with <kbd>GOTO</kbd> then <kbd>Line #</kbd>, to the character just past the end of the block. | ||
| + | #*Optionally, press <kbd>F9</kbd> to mark the end of the block. | ||
| + | #Select <kbd>FILE</kbd> then </kbd>Save block as</kbd> and enter the desired filename. | ||
| + | |||
| + | For editing large blocks, it is better to use <kbd>F9</kbd> than the mouse. | ||
| + | |||
| + | Also, the function <kbd>MISC</kbd>, <kbd>More macros</kbd> and then <kbd>Splitter</kbd> can split a file. [[ | ||
Here are some questions that are frequently asked about vEdit in general, specifically about EBCDIC and our services.
vEdit Pro has no upper limit and can edit 100+ Gigabyte files.
Standard vEdit can edit any text, data, binary, etc files up to two (2) Gigabytes (2000 Megabytes) in size. To edit files larger than this, vEdit can be used to split the file into smaller parts, e.g., 1-Gigabyte parts, which can then be edited. After editing, the Windows "copy" command can be used to concatenate the parts back into one file
vEdit offers a 30 day trail! Try vEdit >>
We offer guides on how to install vEdit on a Windows PC and a USB Flash Drive:
Please contact us directly to verify your eligibility. If eligible, we will email you a new Serial-Registration number. For versions older than 5.21, you can request the password by contacting us.
Beginning with vEdit 5.15 for Windows, the number of MRU files listed in the File menu can be changed by editing the value "MaxMRU" in the VEDIT.INI file.
Beginning with VEDIT 6.10, "Open with VEDIT" works correctly with Windows XP/7/8/8.1/10.
"Open with VEDIT" can be enabled / disabled by selecting CONFIG then Associate file types within vEdit.
For example:
copy /b part.001+part.002+part.003+part.004 bigfile.ful
This is very easy to do by simply highlighting a block and selecting FILE then </kbd>Save block as</kbd> to write the block to a file.
For example:
For editing large blocks, it is better to use F9 than the mouse.
Also, the function MISC, More macros and then Splitter can split a file. [[