ON 20030103@11:49:39 PM at page: http://www.sxlist.com/techref/language/pcl/index.htm JMN-EFP-786 James Newton published post 37481.812650463 Maxx920@excite.com asks:
I have this bat file I created using the code under Drawing Rectangles (PCL),when I run it I get this message '<-' is not recognized as an internal or external command operable program or batch file. Not sure what I am doing wrong, I have tried it with and w/o the *, putting a space before the * and after *, I even placed >prn at the end of every line. I have window 2000 as my OS can this be the problem. (I also tried it not using the dos editor and got the same results.|Delete 'P-' before: '' but after: 'Using DOS EDIT on an IBM PC to set up test files to enter the PCL commands from the Drawing Rectangles page in place of the word "hello". Remember, the Ec character is not really and "E" and a "c". In DOS EDIT, it will appear as a left pointing arrow.' at: '' Maxx920@excite.com asks:
I have this bat file I created using the code under Drawing Rectangles (PCL),when I run it I get this message '<-' is not recognized as an internal or external command operable program or batch file. Not sure what I am doing wrong, I have tried it with and w/o the *, putting a space before the * and after *, I even placed >prn at the end of every line. I have window 2000 as my OS can this be the problem. (I also tried it not using the dos editor and got the same results.ON 20030103@11:54:24 PM at page: http://www.sxlist.com/techref/language/pcl/index.htm JMN-EFP-786 James Newton removed post 37479.5314583333 |Delete 'Maxx920@excite.com asks:
I forgot to mention when I try to run the .bat file I get this command is not supported internal or external, I have win 2000 os, and I followed the Sending Escape Sequences in DOS and even that produced the same error.' ON 20030103@11:54:38 PM at page: http://www.sxlist.com/techref/language/pcl/index.htm JMN-EFP-786 James Newton removed post 37479.5306597222 |Delete 'Maxx920@excite.com asks:
I forgot to mention when I try to run the .bat file I get this command is not supported internal or external, I have win 2000 os, and I followed the Sending Escape Sequences in DOS and even that produced the same error.' ON 20030103@11:55:09 PM at page: http://www.sxlist.com/techref/language/pcl/index.htm JMN-EFP-786 James Newton removed post 37479.5134606482 |Delete 'Maxx920@excite.com asks:
I am just getting started with PCL, but I can't get it to print anything,I have a lexmark printer do I have to have a HP printer to do this, also I am creating the macros using the ms dos editor and saving the file as a . bat file. Can this be used with Excel VBA or VB? Thanks' ON 20030103@11:56:05 PM at page: http://www.sxlist.com/techref/language/pcl/index.htm JMN-EFP-786 James Newton published post 37400.4518055556 gjanos@email.ro asks:
Hello I have a PCL problem . I have a PCL file and I want to extract the text from it . Like : at position 10,10 I have : "This is the beginning" ..... 10,100 : "This is the end" Is this possible ? I am totally beginner in PCL , and as I saw the file doesn't contain the characters I want to print instead some graphical stuff.|Delete 'P-' before: '' but after: 'http://www.pcltools.com ' at: '' gjanos@email.ro asks:
Hello I have a PCL problem . I have a PCL file and I want to extract the text from it . Like : at position 10,10 I have : "This is the beginning" ..... 10,100 : "This is the end" Is this possible ? I am totally beginner in PCL , and as I saw the file doesn't contain the characters I want to print instead some graphical stuff.ON 20030104@12:24:29 AM at page: http://www.sxlist.com/techref/language/pcl/index.htm JMN-EFP-786 James Newton Says http://www.sxlist.com/techref/language/pcl/fontdnload.htm PCL Font Download ON 20030104@12:25:07 AM at page: http://www.sxlist.com/techref/language/pcl/fontdnload.htm JMN-EFP-786 James Newton edited the page. Difference: http://www.sxlist.com/techref/diff.asp?url=H:\techref\language\pcl\fontdnload.htm&version=1 ON 20030104@12:26:29 AM at page: http://www.sxlist.com/techref/language/pcl/index.htm JMN-EFP-786 James Newton edited the page. Difference: http://www.sxlist.com/techref/diff.asp?url=H:\techref\language\pcl\index.htm&version=18 ON 20030108@11:12:08 AM at page: http://techref.massmind.org/techref/language/pcl/index.htm JMN-EFP-786 James Newton replied to post 37629.1092592593 |Insert '1B 2A 70 2B 30 58 is Esc*p+0X which is effectively a "NOP" or null operation. It does nothing. The *p command is for cursor positioning. The X at the end indicates that this will affect the X (horizontal) position of the cursor. The + sign means that the change will be relative to the current position and the value 0 changes the position by 0/300ths (or 0/600ths if you are at 600dpi, etc...) of an inch. So... no change. If it was Esc*p+1X then the cursor would advance to the right one pixel. Esc*p-1X would move the cursor one pixel to the left. Esc*p0X would move the cursor to the left edge of the printable area. As to why someone would add that in a PCL file? I would guess that the PCL was generated by a program and that the program was too dumb to know that it didn't have to "move the cursor zero places" when it happened to already be at the desired location.' at: '' bottujm@agf.fr asks: " Hello,