Search found 3 matches

by amksoft
Tue Mar 29, 2022 2:35 pm
Forum: General category
Topic: printer begindoc error
Replies: 2
Views: 35636

Re: printer begindoc error

Hi, I think you forgot te tell the system what printer to use: dim p as printer p.Printercount Integer R The number of printers that has been installed. p.Printerindex Integer RW The index of the printer that is used for the printjob. p.Printers(index) String R The name of the printer with a specifi...
by amksoft
Tue Mar 29, 2022 2:25 pm
Forum: General category
Topic: get current directory problem
Replies: 3
Views: 34429

Re: get current directory problem

You are right, if you use a command$ string values then the behaviour of the DIR$() changes.
I tried a few things, but no result.
by amksoft
Tue Mar 29, 2022 1:41 pm
Forum: General category
Topic: MAKESHORTCUT command problem
Replies: 2
Views: 35316

Re: MAKESHORTCUT command problem

Hi, according to the MakeShortcut then:filename" has to be a EXE filename (contains the icon to be used) MAKESHORTCUT command Creates a shortcut into a specified folder. Syntax Makeshortcut filename,target folder Creates a windows shortcut with the icon of the exe file within the targetfolder, ...