Thanks, Bluehazzard and Morten. I tried 2024, 2023, 2022, and 2021. To no avail. I used 'codeblocks' for the name of the ide. However, about a second ago, it finally went through. I don't know what was different, except that I brought up another captcha image 2 times. The second time was the charm. Thanks, everyone. Please close the ticket.
Thanks, Bluehazzard and Morten. I tried 2024, 2023, 2022, and 2021. To no avail. I used 'codeblocks' for the name of the ide. However, about a second ago, it finally went through. I don't know what was different, except that I brought up another captcha image 2 times. The second time was the charm. Thanks, everyone.
Cannot register for the Code:Blocks forum, and there's no way of contacting them
Hi Anthony, Not sure if you're still struggling with this. But there's a nice treepad-style app, at Eric's site https://www.ericbt.com/vault3. The cool thing is that you can easily use the same pim (a Sqlite database) on an Android app. It's also been updated much more recently than JReePad. Sorry you were having problems getting help, back in July.
Answer: Set these environmental variables to the path of the Editor and Viewer executable: EDITOR VIEWER
Hi, I understand how to use the internal viewers/editors, and how to specify that we don't use those. But Notepad is the default, if we don't use the internal tools. How do we specify our own internal tools?
In case anyone needs the sample, here are some snippets from the JScript code: Contents of script.txt: ls bye Command_Line = "psftp thisserver@sftp.thisdomain.com -P <port> -pw thispassword -b script.txt" Folder_to_Check = "thisfolder" try { var WshShell=WScript.CreateObject("Wscript.Shell") var ExecReturn = WshShell.Exec(Command_Line) while (ExecReturn.Status == 0) { WScript.Echo("Waiting .... ") WScript.Sleep(1000) } // Check status code ReturnCode_n = ExecReturn.ExitCode //To confirm the connection...
A return code of 0 means successful. https://stackoverflow.com/questions/41725928/putty-psftp-return-codes
Hi, I'm able to connect to an sftp server, and confirm connectivity by listing the root folders. But I was wondering if there's a more direct way to validate connectivity, without examining the Folder strings. We're doing this, in VBScript, redirecting the output to a string which is then parsed.
Yep, I understand. Thanks, Victor.
The 1034 and 1035 setups won't install, in XP. I was able to install one of the prior versions, 1028, in XP. I don't know about 32 or any of the others. Very impressive. Love it. Is that the entire source, in xmlfile, and uxmlconfig for delphi? Please tell me how to donate.
Yes, absolutely. I forgot about this, sorry. Please close, thanks. -----------------------------------------From: "Wilfried Brunken" To: "[hwgui:support-requests]" Cc: Sent: Sunday November 15 2020 9:17:06AM Subject: [hwgui:support-requests] #7 rtl.lib Hello sfexplorer, are you pleased so that Luiz can close this ticket ? With regards, MNI TNX, 73 es 55 de DF7BE, Wilfried [SUPPORT-REQUESTS:#7] [1] RTL.LIB STATUS: open GROUP: v1.0_(example) CREATED: Wed Jan 30, 2019 08:49 PM UTC by sfexplorer LAST...
Luigi ported over Bochs for android, and customized the interface: https://play.google.com/store/apps/developer?id=Luigi+B.
Hi, There are some applications in Windows 98 that I can't run in Bochs, because they require a higher resolution than 640 x 480. Not much more, only about 800 x 600. Is there another alternative to the Bochs standard display adapter? The video cards on the lBochs list are VGA Simple Cirrus CL5446 VESA VBE Voodo Banshee , but there doesn't seem to be a way of changing the default monitor, or the resolution. How should this be approached?
Ok, I'll try to make sense of this. Aside from BxImage.exe, I've been using the Bochs Windows gui tool. So I'm not sure how to perform these commands, inside the Android environment. Anyway, I have a more pressing question, so I'll open a different thread. Thanks, Volker.
Hi, I created a 16 gb Windows 98 image in Bochs windows, and it's running perfectly in Android lbochs. I threw in some minimal legacy tools - Treepad Enterprise, Total Commander, MultiEdit, and Claron 1.5 for Windows. Perfect. But when I want to copy files to or from the Win98 partition on my tablet, I have to first copy the most recent partition from the tablet to Windows, then go into PowerIso and open the parition image, add the files, then copy it back to the tablet. Is there a way to get files...
Yeah, I saw the bximage docs and references. It looked like it required some calculations that I don't understand. But if you're saying that bximage will calculate everything else, if I just specify a size in Gigs, and zero settings for CHS - then I'll give that a try. There's a utility that fysnet wrote, that allows one to resize images. But when you do so, it says that it will delete the VHD footer. My image is a Windows virtual image, so I'm not sure if that will render it unusable. Thanks & Regards,...
Hi, my c.img is 1625 cyliners 16 heads 63 sectors per track 512 sector size . It's a windows image. The physical size of the c.img file is 838,656,000. I"d like to either double the size, or at least add a half. But I get errors whenever trying to increase the cyliners in bochs 2.6.11. The last error I got, was something about the 'geometry' not being appropriate, but I can't reproduce that error. Is there a link that specifically covers increase the size of an existing image containing Windows or...
When will the Windows install be available, for the latest version?
It's actually 31 files, in this case. I just used 50 for a round figure. Thanks, boss.
For anyone who's paying attention, I got it working, with a test file in \hwgui\samples I don't actually recall everything I tried - because there was a lot - but As recommended elsewhere, put this at the top of your main source file: ANNOUNCE HB_GT_SYS REQUEST HB_GT_WIN_DEFAULT In the HWGUI samples folder, there's a bld.bat. Immediately after the statement echo %HWGUI_INSTALL%\lib\hwgdebug.lib + >> b32.bc , insert this: echo %HRB_DIR%\lib\hbdebug.lib + >> b32.bc compile with a -b of course, and...
Hi, I have a list of 50 mp3 files, named subject_001 through subject_050. They all have the same filedate & time. Is there a way to change the file time in a batch, so that the order of the date & time, matches the sequential order of the filename? Thanks and regards,
I just went ahead and copied all of the .lib files from c:\minigui\harbour\lib to c:\hb32\lib, and it almost builds. (Yeah, I know it's convoluted, but it doesn't work any other way). But now it returns an unresolved external type message Error: Unresolved external '_HB_FUN_HB_GT_GUI_DEFAULT' referenced from ..\HWGUI\BCC\LIB\HWGUI.LIB|hcwindow
Yep, I understand now. Thanks for the clarification. However, I'm using Harbour, but the necessary files are not part of the distribution. hbvm.lib, hbrtl.lib, or wildcard searchers rtl.lib etc, are not in the entire set of subfolders off c:\hb32. I can't find them anywhere, except in the c:\minigui distribution. Is HWGui using a specific version of Hb32 that contains these libraries? Can you forward a link? Thanks,
rtl.lib
I don't understand, Stahl. The post looks ok to me. There's some word-wrapping, because the lines are a little long. But I went ahead and pasted several of the commands from the post, and they work as expected. Also, I did the copying & pasting & posting on a browser. Whatever, thanks for checking it out.
Stahl, I'm confused about why you're using a browser. The point of this, is to avoid as much manual intervention, as possible. Your version, that you just posted and two days ago, didn't do anything two days ago. But it's working now. My guess is that I started with an empty NeuroVideos.html. So I think we're done, now. My batch file consists of the following (I'm working on parsing out the csv file). Rem download webpage and save to NeuroVideos.html wget -O NeuroVideos.html https://www.youtube.com/user/neurochallenged/videos...
I tried posting this response the other day, but it never showed up in the thread. Anyway, it's reproduced here: Stahl, The examples you gave me, led to blanks. But I'm almost there. I just need to eliminate some spaces, which actually aren't that important. If I can also concatenate 'https://www.youtube.com' to 'watch?v=', that would be cool. So, right now I download NeuroVideos.html with wget -O NeuroVideos.html https://www.youtube.com/user/neurochallenged/videos --no-check-certificate Then, this...
I'll give that a try, thanks Stahl.
Hi Stahl, Yes, I already have the -pure parameter in there, just needed the two columns combined. Your example is very close, I can probably figure out the rest from here. Your example does include some extra lines on the top, e.g. "YouTube Video Search";"https://s.ytimg.com/yts/img/favicon-vfl8qSV2F.ico" "RSS";"https://www.youtube.com/feeds/videos.xml?channel_id=UC3M7l8ved_rYQ45AVzS0RGA" "The Jimmy Dore Show";"//support.google.com/youtube/answer/3046484?hl=en" "Russia Used SexToys To "Foment Discord"...
This will get both items, but in separate output files. sfk xfind NeuroVideos.html "/title=*aria-describedby=/[part2]\n/" -pure > NeuroVideosTitles.txt sfk xfind NeuroVideos.html "/data-video-ids=*>Play next/[part2]\n/" -pure > NeuroVideosUrlParts.txt Maybe there's a way to combine these two text files side-to-side for each line, as opposed to appending one to the other.
Hi, I just purchased sfk, and it's working well so far. I'm getting a list of Titles for a given Youtube channel, in their video section, and that works out fine. So e.g., I'll use the following commands: wget -O NeuroVideos.html https://www.youtube.com/user/neurochallenged/videos --no-check-certificate sfk xfind NeuroVideos.html "/title=*aria-describedby=/[part2]\n/" -pure > NeuroVideos.txt , and that returns some of the most recent titles from that channel, surrounded by quotes. What I'd like to...
Hi, I just purchased sfk, and it's working well so far. I'm getting a list of Titles for a given Youtube channel, in their video section, and that works out fine. So e.g., I'll use the following commands: wget -O NeuroVideos.html https://www.youtube.com/user/neurochallenged/videos --no-check-certificate sfk xfind NeuroVideos.html "/title=*aria-describedby=/[part2]\n/" -pure > NeuroVideos.txt , and that returns some of the most recent titles from that channel, surrounded by quotes. What I'd like to...
Full screen mode in Windows 7
Hi, I'm enjoying Freeplane and its GTD plugin so far. I especially like the easy...