社区
Windows Server
帖子详情
关于“\Windows\Command\sulfnbk.exe”的问题
strper
2002-04-15 09:18:19
各位同志
有位朋友告诉我“\Windows\Command\sulfnbk.exe”文件有可能是病毒
但我认为应该不是,那么这个文件是不是98固有的呢?
如果是,那是个什么作用的文件呢?
它的大小是不是应该是44k(45,056b)?
谢谢。
...全文
39
3
打赏
收藏
关于“\Windows\Command\sulfnbk.exe”的问题
各位同志 有位朋友告诉我“\Windows\Command\sulfnbk.exe”文件有可能是病毒 但我认为应该不是,那么这个文件是不是98固有的呢? 如果是,那是个什么作用的文件呢? 它的大小是不是应该是44k(45,056b)? 谢谢。
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
3 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
rivershan
2002-04-15
打赏
举报
回复
xie ~
strper
2002-04-15
打赏
举报
回复
算了
看样子也没什么好问的了
加给你吧
rivershan
2002-04-15
打赏
举报
回复
我打开了后蹦出来一个messagebox,告诉我长文件名备份错误~
想它应该不是病毒了吧~我的也是44k(45,056b)
g++ for
windows
Installing c++/g++ on
Windows
Disclaimer: This page is being maintained mainly for my students. Use these instructions at your own risk. There is no warranty in any form or shape whatsoever!. There is no guarantee that these instructions are up-to-date. With that understood you may continue with the rest of this page if you choose to accept these terms. This page was last updated on September 13, 2005, but still good as of April 30, 2009. Follow these steps to install g++ (the GNU C++ compiler) for
Windows
. There is no room for creativity here; you must follow the directions exactly. Pick the drive and a folder in which you want to install g++. I'll assume that it is C:, but you can choose a different one. If you choose a different drive or a different folder, you'll need to adapt the directions below accordingly. Download full.
exe
, an about 14 megabyte
exe
cutable, to C:\full.
exe
by right-clicking on the link. Use Save Link As... or Save Target As... Be sure the browser saves the file as C:\full.
exe
. Run the downloaded
exe
cutable. This will install g++ (and a lot of other things that you don't really need) on your hard drive. Go to the C: drive using
Windows
Explorer and double-click on full.
exe
. Or, open a DOS window (Start > Programs >
Command
Prompt), connect to the C: drive using the cd
command
, and type full. Locate where the bin folder was created for the g++ installation. On my
Windows
XP machine, it was created in the following path: C:\cygnus\cygwin-b20\H-i586-cygwin32\bin You now should add it to the PATH environment variable. You do that by following: Start -> Control Panel -> System -> Advanced -> Environment Variables At this point you can see the PATH variable either in the User Variables or in the System Variables. Add the g++ path into the PATH variable. You add it to the end of the existing value separated by a semicolon (';'). Make sure that you do not lose the original value. You are just appending more to the end separated by a semicolon. Restart your computer. A Cygnus Solutions entry will appear in your Programs menu, and an icon may appear on your desktop. Don't use them! You will use it using the g++
command
on a DOS prompt as explained below. You should now be able to run g++ from a DOS (
Command
Prompt) window. For example, to compile a file called C:\mine\hello.cpp, connect to the C:\mine folder and enter g++ -g hello.cpp -o hello -lm You'll then be able to run the compiled program by entering hello in the DOS window. If you've installed Emacs as described here, you will also be able to run g++ from Emacs. If, when you do this, Emacs tries to compile with the
command
make -k, you made a mistake during the Emacs installation. If you want to learn how to run g++ on emacs, see here. If you'd like to learn more about where this free compiler came from, we downloaded it from an older site of http://sourceware.org/cygwin/. If you wish to clean up a little, you may delete the file: full.
exe
at this point. Your g++ compiler is installed under C:\cygnus.
Latex入门之软件安装以及错误Could not start the
command
: pdflatex.
exe
-synctex=1 -interaction=nonstopmode
安装:下载两款软件: texlive 和texstudio两个软件,一个编译器,一个ide。 汉化是在: 先编译器后ide。如果顺序反了。可能会出现如下错误。 我刚开始是因为电脑里面已经装了ctex。然后先装了texstudio再装了texlive,结果,在ide中编译文件,总是报错误: TeXstudio)Could not start the
command
: pdflatex.
exe
-synctex=1 -interaction=nonstopmode 该错误是因为pdflatex.
exe
程序位
command
' cl.
exe
' failed: No such file or directory解决办法
1.安装C ++编译器https://pan.baidu.com/s/1fBDFxK2C_V9I7D_AJ3c1iw 提取码:su3u 2.找到安装文件夹:Visual C++ Build Tools 3.打开Visual C++ 2015 x86 x64 Cross Build Tools
Command
Prompt 4.输入pip install xxx(package_nam...
windows
下安装Scrapy出错cl.
exe
failed with exit status2解决方法
在用pip install Scrapy安装scrapy时出错 error:
command
'C:\\Users\\rainer\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.
exe
' failed with exit status2 网上找了很久,发现很多人遇到
rundll32.
exe
和regsvr32.
exe
众所周知,DLL文件是不能独自运行的,需要被进程加载到其地址空间后才能执行。 那怎么运行一个DLL呢? 答案:可以借助
Windows
所提供的rundll32.
exe
或regsvr32.
exe
。 rundll32.
exe
通过rundll32.
exe
可以直接调用DLL的导出函数来执行功能。 命令行:rundll32.
exe
DllName,FuncName [Arguments] 但被指定的导出函数有格式要求,导出函数的格式如下,函数参数列表中的p
Command
就是通过[Arguments]传入的。 void
Windows Server
6,871
社区成员
177,939
社区内容
发帖
与我相关
我的任务
Windows Server
Windows 2016/2012/2008/2003/2000/NT
复制链接
扫一扫
分享
社区描述
Windows 2016/2012/2008/2003/2000/NT
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章