hi,
is there a way to recover / undelete files that were deleted in cmd window? my son deleted some files from a directory. and we can't find them in the recyble bin?
thanks.
hi,
is there a way to print a list or something like a message onto a printer from a vbs program? i understand that in .hta, you can use window.print() to print something. i'm not sure about vbs.
any guidance on this?
thanks.
Hi,
i have an hta program that backs up files from c: drive to a cd. i have finished all the components of the hta, inputs, drives, file selections, etc. but the cd copy command is a dos app that runs from the command prompt. this command runs from vbs but when i imbed the vb script in the...
hi,
is there a way to deploy a file dialog box from within a vbs/hta, select files and folders, and then pass them to the program?
the code that i have been working on, seems to be a single level folder listing of files and subfolders. it would be a lot better if it can use a file dialog...
hi,
i have my code working. however, i'm stuck in getting the value of a folder that is in a drop down box. i can't seem to get the correct syntax for getting the value of the selectin.
<form name=frm2>
<SELECT NAME="folders" SIZE="1">
<OPTION SELECTED>app_dev...
hi,
currently, i'm using a dos command in vbs to put contents of a folder in a text file, then opening it, reading it and displaying it. is there an easier way of doing this without writinig it to a file?
the code that i have is:
Set wshshell = CreateObject("WScript.Shell")...
hi,
anybody know what the name of the welcome screen file is? (the screen that's displayed with user names). is it a file that's displayed? if it is, what's the name of it? is there anyway it can be modified for a company's needs?
hi,
somebody has saved a file on a directory, somehow with last modified date of 11/28/2057! when a directory is dispayed, this file stays on the very top.
is there anyway to modify this data? i understand fso.name is modifyable. is the date modifyable also?
thanks.
hi,
i'm getting this error msg:
Record(s) cannot be read; no read permission on 'MsysObjects'
when i'm trying to list table names with this code:
commandstring = "SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],3)=" & chr(39) & "Feb" & chr(39) & ");"
objRecordSet.Open...
hi,
i'm trying to put contect of a folder (file list) into a text file using HTA/vbs to be used in a pull-down menu. i get an error msg when i use this code:
Set wshshell = WScript.CreateObject("WScript.Shell")
wshshell.Run("cmd.exe /c dir c:\visdb data\*.* > c:\a_temp\test.txt")
is...
Hi,
here's a scoop on what's happened with my home-built pc:
1 - mobo is asus p5RD1-V
2 - cpu is p-4 2.66 ghz socket lga775
3- 2 hdd's, one cdr, one dvdr - all via IDE cables
4- hp printer via usb
5- camera card reader via usb
6- webcam via usb
6- mic, speaker
7- onboard lan, sound and video...
i have this code, which works perfect (thanks to you guys). however, after counting the records/rows imported, i noticed that when i import the text file using access user interface, it imports all records (144). but when i import using this code below, it skips the first record, and imports...
remou,
i mean, as pete said, if i want to retrieve and save import specs in a file or something, how could i iterate through the msysimexspecs? can i do a select from msysimexspecs? and if i do, what fields/columns are in that object? can you give an example?
like this one?
SELECT...
hi,
is there a way to copy a file to a cd-r using send-to in windows? without a third party cd-burning software?
we have an app, that needs to back up user data on a weekly basis, and needs to be a vbscript so the user can invoke it from desktop without any complications.
thanks.
hi,
is there a way to use modula or something like that to break age into years and month accurately in a single expression in access sql? i'm using
int(test_dt - dob)/365.25 to get the year, but it's rounding up. so somebody 12 years and 9 months old, gets 13 years for yr value. and i'm...
hi,
i have home made pc that i built in march 2006. it's based on asus p5rd1-v. two 100 gb hard drives, 1024 mb ram, dvd-r, cd-r, modem, and nic card. it has windows xp-pro.
the pc was working ok until recently. when i booted up, the motherborad logo used to appear for a couple of seconds...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.