Search found 291 matches
- Sun Jul 12, 2015 7:15 pm
- Forum: General AmigaOS
- Topic: Printer preferences printer type "FILE"
- Replies: 3
- Views: 2889
Printer preferences printer type "FILE"
In "printer preferences" gui you have a printer type FILE Clicking on the driver options you get a requester File Printer options " notably with choice clipboard/File I can't make anything happen when selecting this printer type and trying to print something from say Notepad. Is there...
- Sat Jul 11, 2015 7:24 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
I did find a solution to my immediate problem : as i can set & reset from within a GUI4Cli script the output console with set OUTPUT con:... i dropped the idea of redirecting the output to a file(directly) and replaced it with manipulation of the console addressing the console with WTF & wit...
- Sat Jul 11, 2015 1:52 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
@tonyw I think you want the "Reassign" command of DEC's RSX-11 (or was it "Redirect"?), whereby you could reassign output or input from one device or file to another at any time. Exactly! Why would it be a problem to redirect straight stdout output to an other device on the fly? ...
- Fri Jul 10, 2015 2:57 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
@ssolie Are you trying to print a file from CLI or something? No not at all I was able to manipulate Gui4Cl'is debug output or the output of any application to stdout, reidrecting it to a file (or the printer - i donthave one working ) using CMD . I think you could also redirect it to the serial out...
- Thu Jul 09, 2015 7:34 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
@tinyw The U-Boot "stdin" and "stdout" are only for the U-Boot CLI streams, and hence only work while U-Boot is running. They don't affect anything in OS4. I appreciated that, as stdout to vga definitely is not what stdout in OS4 is about. I just suggested that providing (setting...
- Wed Jul 08, 2015 8:37 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
@ssolies That functionality is now provided by the printer driver "File" which is in your Printer preferences. as you may note i seem to have used a side effect of CMD to switch "on the fly" (dring execution of scropts) Gui4cli output from CON: to PRT: or file using Set OUTPUT co...
- Wed Jul 08, 2015 12:37 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
@ssolie OK CMD, lacer, Prepcard are not mentioned here any more, iI don't recall ever having used lacer or prepcard. CMD: yes i did. I remember having used CMD a lot for switching some stdout or stderror channel to a file, to catch more easily some produced info. The normal CLI redirection (>) canno...
- Tue Jul 07, 2015 8:12 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
@broadblues perhaps add an option to dump debug to file directly? That was the intention, but wanted to test first if what i intended it for could be done, or at least to what extend However i did hit this page http://wiki.amigaos.net/wiki/AmigaOS_Manual:_Workbench_Other_Programs it mentionas a tool...
- Tue Jul 07, 2015 11:26 am
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
Re: CMD printer output redirection
I was able to do redirect Gui4CLI's debug ouput to a file
using the CMD tool/Command
CLI ' run cmd parallel t:G4debug opt n'
Would printer.device allow it too?
I would prefer an OS4 replacement to CMD of course.
using the CMD tool/Command
CLI ' run cmd parallel t:G4debug opt n'
Would printer.device allow it too?
I would prefer an OS4 replacement to CMD of course.
- Mon Jul 06, 2015 8:32 pm
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 21046
CMD printer output redirection
Is there a replacement for the CMD tool, that has been with us till OS3.9 (crashes here) ?